File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 6
6
primary =" true"
7
7
label =" Elysia"
8
8
percent =" 100"
9
- reqs =" 241,814 "
9
+ reqs =" 265,986 "
10
10
/>
11
- <Progress label =" Hono" percent =" 98.3 " reqs =" 237,821 " />
11
+ <Progress label =" Hono" percent =" 90.2 " reqs =" 240,167 " />
12
12
<Progress
13
13
isNode
14
14
label =" Fastify"
15
- percent =" 24.58 "
16
- reqs =" 59,450 "
15
+ percent =" 22.47 "
16
+ reqs =" 58,664 "
17
17
/>
18
- <Progress isNode label =" Koa" percent =" 15.67 " reqs =" 37,895 " />
19
- <Progress isNode label =" Express" percent =" 6.43 " reqs =" 15,570 " />
20
- <Progress isNode label =" Nest" percent =" 5.38 " reqs =" 13,016 " />
18
+ <Progress isNode label =" Koa" percent =" 14.62 " reqs =" 38,177 " />
19
+ <Progress isNode label =" Express" percent =" 5.69 " reqs =" 15,149 " />
20
+ <Progress isNode label =" Nest" percent =" 5.09 " reqs =" 13,565 " />
21
21
</section >
22
22
<p class =" text-gray-400 text-sm mt-6" >
23
23
Measure in requests/second. Benchmark for parsing
39
39
<p ></p >
40
40
<a
41
41
class =" text-base text-pink-500 mt-2"
42
- href =" https://github.com/SaltyAom/bun-http-framework-benchmark/tree/121b1a1083482e91818244fb7074078f7d61aad5 #results"
42
+ href =" https://github.com/SaltyAom/bun-http-framework-benchmark/tree/bda4aa6a8ee6797c0d329bf725c7541ef932a6e2 #results"
43
43
target =" _blank"
44
44
>
45
45
View Benchmark
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export type App = typeof app`
46
46
>
47
47
<div
48
48
class =" absolute z-10 block w-14 h-7 bg-red-500/20 rounded-lg"
49
- style =" top : 190 px ; left : 144 px "
49
+ style =" top : 186 px ; left : 136 px "
50
50
/>
51
51
<p
52
52
id =" ts-balloon"
@@ -87,7 +87,7 @@ import 'prismjs/components/prism-typescript'
87
87
}
88
88
89
89
#ts-balloon {
90
- top : 220 px ;
90
+ top : 216 px ;
91
91
left : calc (50% - 10rem );
92
92
}
93
93
</style >
Original file line number Diff line number Diff line change 17
17
>
18
18
<div
19
19
class =" absolute z-10 block w-20 h-7 bg-red-500/20 rounded-lg"
20
- style =" top : 238 px ; left : 132 px "
20
+ style =" top : 234 px ; left : 124 px "
21
21
/>
22
22
<p
23
23
id =" ts-balloon"
@@ -68,14 +68,14 @@ import 'prismjs/components/prism-typescript'
68
68
}
69
69
70
70
#ts-balloon {
71
- top : 270 px ;
71
+ top : 266 px ;
72
72
left : calc (50% - 10rem );
73
73
}
74
74
75
75
@screen sm {
76
76
#ts-balloon {
77
- top : 238 px ;
78
- left : 220 px ;
77
+ top : 234 px ;
78
+ left : 212 px ;
79
79
}
80
80
}
81
81
</style >
You can’t perform that action at this time.
0 commit comments