Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 517 Bytes

File metadata and controls

21 lines (17 loc) · 517 Bytes

Benchmark

To reproduce the benchmark results, first create the testfile for the static file test (Only if you want to actually run that test):

mkdir -p testfiles
dd if=/dev/urandom of=testfiles/test_50000 bs=50000 count=1

Compile respective benchmarks (Compile commands are in the file header comments) and run them. Running the static file test:

wrk -c 512 -d 1s http://localhost:8080/test_50000

Running the hello world test:

wrk -c 512 -d 1s http://localhost:8080/