Vladimir Kostyukov 5689fc53cd Update Finch to 0.27 (#4350) 6 年 前
..
project d67843d0ae Misc cleanup and upgrades in Scala frameworks (#3473) 7 年 前
src 5689fc53cd Update Finch to 0.27 (#4350) 6 年 前
README.md 3aaf6979bb Bump Finch to 0.23 (#3992) 7 年 前
benchmark_config.json 48e9b1c315 Scala tests for docker (#3349) 7 年 前
build.sbt 5689fc53cd Update Finch to 0.27 (#4350) 6 年 前
finch.dockerfile 3aaf6979bb Bump Finch to 0.23 (#3992) 7 年 前

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