Hacker News new | ask | show | jobs
by andrewmatte 1103 days ago
Congratulations! This is really great. I am going to try it.

In your benchmarks, consider adding actix which is also in Rust but considerably faster than rust axum according to: https://www.techempower.com/benchmarks/#section=data-r21&tes...

2 comments

Techempower benchmarks are not a good measure of real-world performance. Everyone cheats on them, they don't do a great job of matching realistic workloads, and there's plenty of unresolved issues filed about methodology problems.

Actix also used to be the poster child for overly focusing on benchmark performance at the expense of real world concerns.

There might also be a chance you can have your webserver included in the techempower benchmarks for their next round. Their code is submitted by experts and open-source: https://github.com/TechEmpower/FrameworkBenchmarks