Skip to content

Instantly share code, notes, and snippets.

@sdogruyol
Last active December 27, 2015 00:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sdogruyol/25aea510c82675c382a3 to your computer and use it in GitHub Desktop.
Save sdogruyol/25aea510c82675c382a3 to your computer and use it in GitHub Desktop.
fast-http-server (https://github.com/sdogruyol/fast-http-server) performance benchmark.

This is done with a demo bootstrap static site which includes js, css

wrk is used for benchmarking with

wrk -c 100 -d 20 http://localhost:3000

Fast

Numbers speak louder than words.

Server Request Per Second Avg. Response Time
fast-http-server (Crystal) 16433.61 8.90ms
http-server (Node.js) 2105.55 47.92ms
SimpleHTTPServer (Python) 785.14 1.91ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment