Skip to content

fneves/benchmarking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

benchmark

Build & Run

$ cd benchmark
$ sbt container:start

default port is 8080

Run wrk against the server

wrk -t100 -c100 -d60s --latency http://127.0.0.1:8080/small_payload
wrk -t400 -c400 -d60s --latency http://127.0.0.1:8080/small_payload
wrk -t100 -c100 -d60s --latency http://127.0.0.1:8080/big_payload
wrk -t400 -c400 -d60s --latency http://127.0.0.1:8080/big_payload

About

Benchmarking Scala Micro-Frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors