Skip to content

Commit accc9d2

Browse files
committed
📘 do: update benchmark
1 parent ef56c56 commit accc9d2

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

components/landing/benchmark.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
primary="true"
77
label="Elysia"
88
percent="100"
9-
reqs="241,814"
9+
reqs="265,986"
1010
/>
11-
<Progress label="Hono" percent="98.3" reqs="237,821" />
11+
<Progress label="Hono" percent="90.2" reqs="240,167" />
1212
<Progress
1313
isNode
1414
label="Fastify"
15-
percent="24.58"
16-
reqs="59,450"
15+
percent="22.47"
16+
reqs="58,664"
1717
/>
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" />
2121
</section>
2222
<p class="text-gray-400 text-sm mt-6">
2323
Measure in requests/second. Benchmark for parsing
@@ -39,7 +39,7 @@
3939
<p></p>
4040
<a
4141
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"
4343
target="_blank"
4444
>
4545
View Benchmark

components/landing/eden.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export type App = typeof app`
4646
>
4747
<div
4848
class="absolute z-10 block w-14 h-7 bg-red-500/20 rounded-lg"
49-
style="top: 190px; left: 144px"
49+
style="top: 186px; left: 136px"
5050
/>
5151
<p
5252
id="ts-balloon"
@@ -87,7 +87,7 @@ import 'prismjs/components/prism-typescript'
8787
}
8888
8989
#ts-balloon {
90-
top: 220px;
90+
top: 216px;
9191
left: calc(50% - 10rem);
9292
}
9393
</style>

components/landing/typescript.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
>
1818
<div
1919
class="absolute z-10 block w-20 h-7 bg-red-500/20 rounded-lg"
20-
style="top: 238px; left: 132px"
20+
style="top: 234px; left: 124px"
2121
/>
2222
<p
2323
id="ts-balloon"
@@ -68,14 +68,14 @@ import 'prismjs/components/prism-typescript'
6868
}
6969
7070
#ts-balloon {
71-
top: 270px;
71+
top: 266px;
7272
left: calc(50% - 10rem);
7373
}
7474
7575
@screen sm {
7676
#ts-balloon {
77-
top: 238px;
78-
left: 220px;
77+
top: 234px;
78+
left: 212px;
7979
}
8080
}
8181
</style>

0 commit comments

Comments
 (0)