Skip to content

Commit 8760b23

Browse files
committed
📘 doc(landing): update benchmark
1 parent 5ca0159 commit 8760b23

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

components/midori/fast.vue

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ const scalePadding = (value: number) =>
88
const format = new Intl.NumberFormat().format
99
1010
const graphs = [
11-
['Warp', 'Rust', 1_439_141],
1211
['Swoole', 'PHP', 1_035_418],
13-
['Echo', 'Go', 684_368],
1412
['Gin', 'Go', 676_019],
15-
['Chi', 'Go', 609_492],
13+
['Spring', 'Java', 506_087],
1614
['FastAPI', 'PyPy', 448_130],
1715
['Fastify', 'Node', 415_600],
18-
['Express', 'Node', 113_117]
16+
['Express', 'Node', 113_117],
17+
['Nest', 'Node', 105_064]
1918
] as const
2019
</script>
2120

0 commit comments

Comments
 (0)