alan icon indicating copy to clipboard operation
alan copied to clipboard

Write web server benchmarking

Open dfellis opened this issue 4 years ago • 2 comments

dfellis avatar Sep 07 '20 17:09 dfellis

There is some research to be done here to find out what the best practices are for web server benchmarks and then list them here before actually running them.

depombo avatar Jan 04 '21 19:01 depombo

Apache Bench seems to be popular. Here are the Rust web frameworks listed by arewewebyet:

  • actix-web (note: gains tokio:1.0 support in the next release of actix-rt
  • rocket (note: only available on nightly due to 2 unstable features)
  • warp
  • ~tide~ no tokio support
  • gotham
  • ~iron~ seems inactive based on GitHub activity
  • ~nickel~ same as above
  • ~thruster~ just middleware

cdmistman avatar Jan 05 '21 23:01 cdmistman