Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 212 Bytes

File metadata and controls

6 lines (5 loc) · 212 Bytes

Hello World example

Compile Release: nim c -r --d:release --threads:on example.nim

Benchmark with wrk: curl http://localhost:8080/hello && echo "\n" && ./wrk -t15 -c250 -d5s http://localhost:8080/hello