diff options
Diffstat (limited to 'packages/bun-landing/page.tsx')
-rw-r--r-- | packages/bun-landing/page.tsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/bun-landing/page.tsx b/packages/bun-landing/page.tsx index 3e2ecb8d9..7599ed6db 100644 --- a/packages/bun-landing/page.tsx +++ b/packages/bun-landing/page.tsx @@ -322,19 +322,19 @@ export default ({ inlineCSS }) => ( type="bun" amount={48936} label="requests per second" - max={Math.max(48936, 16288, 12289) * 1.25} + max={Math.max(48936, 16288, 15786) * 1.25} /> <BarGraphItem type="node" amount={16288} label="requests per second" - max={Math.max(48936, 16288, 12289) * 1.25} + max={Math.max(48936, 16288, 15786) * 1.25} /> <BarGraphItem type="deno" - amount={12289} + amount={15786} label="requests per second" - max={Math.max(48936, 16288, 12289) * 1.25} + max={Math.max(48936, 16288, 15786) * 1.25} /> </ul> @@ -548,7 +548,7 @@ export default ({ inlineCSS }) => ( <NodeJS href="https://github.com/Jarred-Sumner/bun/issues/158"> Node-API </NodeJS>{" "} - bun.js implements most of{' '} + bun.js implements most of{" "} <a href="https://nodejs.org/api/n-api.html#node-api" target="_blank" |