Nate 120dead507 Fix Scala/scalene start/stop issues (#7209) 3 years ago
..
project c116e31351 Add Scala framework: Scalene (#5429) 5 years ago
src e3a828d44c scalene: bump to 0.1.3, scala 2.13 (#5483) 5 years ago
README.md c116e31351 Add Scala framework: Scalene (#5429) 5 years ago
benchmark_config.json c116e31351 Add Scala framework: Scalene (#5429) 5 years ago
build.sbt e3a828d44c scalene: bump to 0.1.3, scala 2.13 (#5483) 5 years ago
config.toml 9d18b6e21b make sure all have versus key (#6265) 4 years ago
scalene.dockerfile 120dead507 Fix Scala/scalene start/stop issues (#7209) 3 years ago

README.md

Scalene Benchmarking Test

Scalene is a lightweight reactive HTTP server framework written in Scala. It is implemented directly on Java NIO and handles all TCP connection management, message parsing/encoding, and request routing.

https://github.com/DanSimon/scalene

Test Source Code Organization

All source for this test is in Benchmark.scala

Dependencies are defined in build.sbt.

Test URLs

  • Plaintext - http://localhost:8080/plaintext
  • JSON - http://localhost:8080/json
  • DB - http://localhost:8080/db
  • Queries - http://localhost:8080/queries/<queries>