Nate 0096f84ee9 Config for the new toolset (#6259) 4 years ago
..
project d67843d0ae Misc cleanup and upgrades in Scala frameworks (#3473) 7 years ago
src 5689fc53cd Update Finch to 0.27 (#4350) 6 years ago
README.md 3aaf6979bb Bump Finch to 0.23 (#3992) 7 years ago
benchmark_config.json 48e9b1c315 Scala tests for docker (#3349) 7 years ago
build.sbt 5689fc53cd Update Finch to 0.27 (#4350) 6 years ago
config.toml 0096f84ee9 Config for the new toolset (#6259) 4 years ago
finch.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 years ago

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