Skip to content

Commit 5bc3582

Browse files
committed
chore(bench): replace autocannon with wrk
1 parent ffeedcb commit 5bc3582

13 files changed

Lines changed: 117 additions & 758 deletions

File tree

bench/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"@hono/node-server": "^1.19.6",
1414
"@koa/router": "^14.0.0",
1515
"@tinyhttp/app": "^3.0.1",
16-
"autocannon": "^8.0.0",
1716
"chart.js": "^4.5.1",
1817
"express": "^5.1.0",
1918
"fastify": "^5.6.1",

bench/results/charts/result.png

-5.58 KB
Loading

bench/results/data/express.json

Lines changed: 4 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,11 @@
11
{
2-
"url": "http://localhost:3001",
3-
"connections": 100,
4-
"sampleInt": 1000,
5-
"pipelining": 10,
6-
"duration": 30.86,
7-
"samples": 30,
8-
"start": "2025-11-13T14:22:29.874Z",
9-
"finish": "2025-11-13T14:23:00.733Z",
10-
"errors": 0,
11-
"timeouts": 0,
12-
"mismatches": 0,
13-
"non2xx": 0,
14-
"resets": 0,
15-
"1xx": 0,
16-
"2xx": 299500,
17-
"3xx": 0,
18-
"4xx": 0,
19-
"5xx": 0,
20-
"statusCodeStats": {
21-
"200": {
22-
"count": 299500
23-
}
2+
"requests": {
3+
"average": 8329.5
244
},
255
"latency": {
26-
"average": 102.42,
27-
"mean": 102.42,
28-
"stddev": 78.82,
29-
"min": 7,
30-
"max": 2894,
31-
"p0_001": 7,
32-
"p0_01": 9,
33-
"p0_1": 22,
34-
"p1": 45,
35-
"p2_5": 57,
36-
"p10": 63,
37-
"p25": 82,
38-
"p50": 101,
39-
"p75": 110,
40-
"p90": 132,
41-
"p97_5": 139,
42-
"p99": 141,
43-
"p99_9": 1568,
44-
"p99_99": 2814,
45-
"p99_999": 2894,
46-
"totalCount": 299500
47-
},
48-
"requests": {
49-
"average": 9985.8,
50-
"mean": 9985.8,
51-
"stddev": 494.44,
52-
"min": 7840,
53-
"max": 10500,
54-
"total": 299500,
55-
"p0_001": 7843,
56-
"p0_01": 7843,
57-
"p0_1": 7843,
58-
"p1": 7843,
59-
"p2_5": 7843,
60-
"p10": 9503,
61-
"p25": 10007,
62-
"p50": 10007,
63-
"p75": 10007,
64-
"p90": 10503,
65-
"p97_5": 10503,
66-
"p99": 10503,
67-
"p99_9": 10503,
68-
"p99_99": 10503,
69-
"p99_999": 10503,
70-
"sent": 300500
6+
"average": 14.95
717
},
728
"throughput": {
73-
"average": 2385459.21,
74-
"mean": 2385459.21,
75-
"stddev": 118355.27,
76-
"min": 1873760,
77-
"max": 2509500,
78-
"total": 71580500,
79-
"p0_001": 1873919,
80-
"p0_01": 1873919,
81-
"p0_1": 1873919,
82-
"p1": 1873919,
83-
"p2_5": 1873919,
84-
"p10": 2271231,
85-
"p25": 2390015,
86-
"p50": 2390015,
87-
"p75": 2390015,
88-
"p90": 2510847,
89-
"p97_5": 2510847,
90-
"p99": 2510847,
91-
"p99_9": 2510847,
92-
"p99_99": 2510847,
93-
"p99_999": 2510847
9+
"average": 1992294.4
9410
}
9511
}

bench/results/data/fastify.json

Lines changed: 4 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,11 @@
11
{
2-
"url": "http://localhost:3002",
3-
"connections": 100,
4-
"sampleInt": 1000,
5-
"pipelining": 10,
6-
"duration": 30.18,
7-
"samples": 30,
8-
"start": "2025-11-13T14:23:00.886Z",
9-
"finish": "2025-11-13T14:23:31.063Z",
10-
"errors": 100,
11-
"timeouts": 0,
12-
"mismatches": 0,
13-
"non2xx": 0,
14-
"resets": 0,
15-
"1xx": 0,
16-
"2xx": 1077000,
17-
"3xx": 0,
18-
"4xx": 0,
19-
"5xx": 0,
20-
"statusCodeStats": {
21-
"200": {
22-
"count": 1077000
23-
}
2+
"requests": {
3+
"average": 26596.77
244
},
255
"latency": {
26-
"average": 55.47,
27-
"mean": 55.47,
28-
"stddev": 15.14,
29-
"min": 4,
30-
"max": 794,
31-
"p0_001": 5,
32-
"p0_01": 9,
33-
"p0_1": 19,
34-
"p1": 37,
35-
"p2_5": 52,
36-
"p10": 53,
37-
"p25": 54,
38-
"p50": 55,
39-
"p75": 56,
40-
"p90": 57,
41-
"p97_5": 59,
42-
"p99": 63,
43-
"p99_9": 238,
44-
"p99_99": 725,
45-
"p99_999": 784,
46-
"totalCount": 1077000
47-
},
48-
"requests": {
49-
"average": 35905.07,
50-
"mean": 35905.07,
51-
"stddev": 768.84,
52-
"min": 33500,
53-
"max": 37500,
54-
"total": 1077000,
55-
"p0_001": 33503,
56-
"p0_01": 33503,
57-
"p0_1": 33503,
58-
"p1": 33503,
59-
"p2_5": 33503,
60-
"p10": 35007,
61-
"p25": 35519,
62-
"p50": 36031,
63-
"p75": 36511,
64-
"p90": 36511,
65-
"p97_5": 37503,
66-
"p99": 37503,
67-
"p99_9": 37503,
68-
"p99_99": 37503,
69-
"p99_999": 37503,
70-
"sent": 1079000
6+
"average": 3.92
717
},
728
"throughput": {
73-
"average": 6354670.94,
74-
"mean": 6354670.94,
75-
"stddev": 135770.44,
76-
"min": 5929500,
77-
"max": 6637500,
78-
"total": 190629000,
79-
"p0_001": 5931007,
80-
"p0_01": 5931007,
81-
"p0_1": 5931007,
82-
"p1": 5931007,
83-
"p2_5": 5931007,
84-
"p10": 6197247,
85-
"p25": 6287359,
86-
"p50": 6373375,
87-
"p75": 6463487,
88-
"p90": 6463487,
89-
"p97_5": 6639615,
90-
"p99": 6639615,
91-
"p99_9": 6639615,
92-
"p99_99": 6639615,
93-
"p99_999": 6639615
9+
"average": 4708106.24
9410
}
9511
}

bench/results/data/hapi.json

Lines changed: 4 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,11 @@
11
{
2-
"url": "http://localhost:3007",
3-
"connections": 100,
4-
"sampleInt": 1000,
5-
"pipelining": 10,
6-
"duration": 30.28,
7-
"samples": 30,
8-
"start": "2025-11-13T14:25:32.867Z",
9-
"finish": "2025-11-13T14:26:03.148Z",
10-
"errors": 0,
11-
"timeouts": 0,
12-
"mismatches": 0,
13-
"non2xx": 0,
14-
"resets": 0,
15-
"1xx": 0,
16-
"2xx": 780500,
17-
"3xx": 0,
18-
"4xx": 0,
19-
"5xx": 0,
20-
"statusCodeStats": {
21-
"200": {
22-
"count": 780500
23-
}
2+
"requests": {
3+
"average": 18474.83
244
},
255
"latency": {
26-
"average": 38.28,
27-
"mean": 38.28,
28-
"stddev": 18.11,
29-
"min": 2,
30-
"max": 1093,
31-
"p0_001": 2,
32-
"p0_01": 4,
33-
"p0_1": 12,
34-
"p1": 22,
35-
"p2_5": 35,
36-
"p10": 36,
37-
"p25": 37,
38-
"p50": 38,
39-
"p75": 39,
40-
"p90": 40,
41-
"p97_5": 42,
42-
"p99": 46,
43-
"p99_9": 108,
44-
"p99_99": 961,
45-
"p99_999": 1093,
46-
"totalCount": 780500
47-
},
48-
"requests": {
49-
"average": 26020.8,
50-
"mean": 26020.8,
51-
"stddev": 787.21,
52-
"min": 23520,
53-
"max": 27500,
54-
"total": 780500,
55-
"p0_001": 23535,
56-
"p0_01": 23535,
57-
"p0_1": 23535,
58-
"p1": 23535,
59-
"p2_5": 23535,
60-
"p10": 25007,
61-
"p25": 26015,
62-
"p50": 26015,
63-
"p75": 26511,
64-
"p90": 26511,
65-
"p97_5": 27503,
66-
"p99": 27503,
67-
"p99_9": 27503,
68-
"p99_99": 27503,
69-
"p99_999": 27503,
70-
"sent": 781500
6+
"average": 5.76
717
},
728
"throughput": {
73-
"average": 5776588.8,
74-
"mean": 5776588.8,
75-
"stddev": 175266.69,
76-
"min": 5221440,
77-
"max": 6105000,
78-
"total": 173271000,
79-
"p0_001": 5222399,
80-
"p0_01": 5222399,
81-
"p0_1": 5222399,
82-
"p1": 5222399,
83-
"p2_5": 5222399,
84-
"p10": 5550079,
85-
"p25": 5775359,
86-
"p50": 5775359,
87-
"p75": 5885951,
88-
"p90": 5885951,
89-
"p97_5": 6107135,
90-
"p99": 6107135,
91-
"p99_9": 6107135,
92-
"p99_99": 6107135,
93-
"p99_999": 6107135
9+
"average": 4099932.16
9410
}
9511
}

0 commit comments

Comments
 (0)