Skip to main content

Benchmarks

Leveraging our experience with Node.js performance, Fastify has been built from the ground up to be as fast as possible.

All the code used for our benchmarks is available on GitHub.

Here's a brief summary on how Fastify overhead performed against the some other well known Node.js web frameworks:

47791 req/sec

98.56700903353544%

44108 req/sec

90.97058944850059%

37506 req/sec

77.35346285525718%

36695 req/sec

75.68081508064182%

35923 req/sec

74.08860289568122%

32582 req/sec

67.19960400940478%

10175 req/sec

20.985439095821473%

Please note that this is a synthetic, "hello world" benchmark that aims to evaluate the framework overhead. The overhead that each framework has on your application depends on your application, you should always benchmark if performance matters to you.

Do you want to provide feedback on our benchmarks? Open an issue on GitHub and we will get back to you!