Skip to content

// benchmarks

Benchmarks

Machines matter, but so does the framework overhead. Fastify was engineered from the ground up to add as little as possible on top of Node.js.

Requests per second

Node.js · single instance · updated August 4, 2026
59,603
Fastify req/s
1.7×
faster than Express
Fastify5.10.0
59,603
H32.0.1-rc.26
57,978
Hono4.12.32
52,586
Koa3.2.1
48,134
Hapi21.4.10
40,982
Express5.2.1
34,096

req/s · higher is better · illustrative comparison

Latency

Node.js · single instance · updated August 4, 2026
16.27
Fastify ms
1.8×
lower than Express
Express5.2.1
28.82
Hapi21.4.10
23.91
Koa3.2.1
20.27
Hono4.12.32
18.53
H32.0.1-rc.26
16.77
Fastify5.10.0
16.27

ms · lower is better · illustrative comparison

Throughput

Node.js · single instance · updated August 4, 2026
10.69
Fastify MB/s
1.8×
faster than Express
Fastify5.10.0
10.69
H32.0.1-rc.26
10.17
Hono4.12.32
8.63
Koa3.2.1
8.58
Hapi21.4.10
7.31
Express5.2.1
6.08

MB/s · higher is better · illustrative comparison

These figures are illustrative. Real-world results depend on your hardware, Node.js version, and workload. Reproduce them yourself with the official fastify/benchmarks suite and measure against your own routes.