Alpha Ho c588c09094 update JDK version to 21 or 17 in Scala frameworks to get the performance improvements from recent JDK versions: (#9837) 6 tháng trước cách đây
..
project c588c09094 update JDK version to 21 or 17 in Scala frameworks to get the performance improvements from recent JDK versions: (#9837) 6 tháng trước cách đây
src 5689fc53cd Update Finch to 0.27 (#4350) 6 năm trước cách đây
README.md 3aaf6979bb Bump Finch to 0.23 (#3992) 7 năm trước cách đây
benchmark_config.json 48e9b1c315 Scala tests for docker (#3349) 7 năm trước cách đây
build.sbt c588c09094 update JDK version to 21 or 17 in Scala frameworks to get the performance improvements from recent JDK versions: (#9837) 6 tháng trước cách đây
config.toml 0096f84ee9 Config for the new toolset (#6259) 4 năm trước cách đây
finch.dockerfile c588c09094 update JDK version to 21 or 17 in Scala frameworks to get the performance improvements from recent JDK versions: (#9837) 6 tháng trước cách đây

README.md

Finch Benchmark

Implements two endpoints:

  • GET /plaintext
  • GET /json

Run Locally (using sbt)

$ sbt assembly
$ java -jar target/scala-2.12/finch-benchmark.jar

Test Locally (using httpie)

$ http :9000/plaintext
$ http :9000/json