Skip to content

Commit

Permalink
use permalinks for landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
evanwashere committed Jul 12, 2022
1 parent e55d6ee commit cbc1e40
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/bun-landing/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -371,17 +371,17 @@ export default ({ inlineCSS }) => (
<BarGraphLabel
name="bun"
version="v0.1.0"
source="https://github.com/oven-sh/bun/blob/main/bench/react-hello-world/react-hello-world.jsx"
source="https://github.com/oven-sh/bun/blob/e55d6eed2bf9a5db30250fdd8b9be063dc949054/bench/react-hello-world/react-hello-world.jsx"
/>
<BarGraphLabel
name="node"
version="v18.1.0"
source="https://github.com/oven-sh/bun/blob/main/bench/react-hello-world/react-hello-world.node.jsx"
source="https://github.com/oven-sh/bun/blob/e55d6eed2bf9a5db30250fdd8b9be063dc949054/bench/react-hello-world/react-hello-world.node.jsx"
/>
<BarGraphLabel
name="deno"
version="v1.23.2"
source="https://github.com/oven-sh/bun/blob/main/bench/react-hello-world/react-hello-world.deno.jsx"
source="https://github.com/oven-sh/bun/blob/e55d6eed2bf9a5db30250fdd8b9be063dc949054/bench/react-hello-world/react-hello-world.deno.jsx"
/>
</div>
</div>
Expand Down Expand Up @@ -423,17 +423,17 @@ export default ({ inlineCSS }) => (
<BarGraphLabel
name="bun:sqlite"
version="v0.1.0"
source="https://github.com/oven-sh/bun/blob/main/bench/sqlite/bun.js"
source="https://github.com/oven-sh/bun/blob/e55d6eed2bf9a5db30250fdd8b9be063dc949054/bench/sqlite/bun.js"
/>
<BarGraphLabel
name="better-sqlite3"
source="https://github.com/oven-sh/bun/blob/main/bench/sqlite/node.mjs"
source="https://github.com/oven-sh/bun/blob/e55d6eed2bf9a5db30250fdd8b9be063dc949054/bench/sqlite/node.mjs"
version="node v18.2.0"
/>
<BarGraphLabel
name="deno (x/sqlite)"
version="v1.23.2"
source="https://github.com/oven-sh/bun/blob/main/bench/sqlite/deno.js"
source="https://github.com/oven-sh/bun/blob/e55d6eed2bf9a5db30250fdd8b9be063dc949054/bench/sqlite/deno.js"
/>
</div>
</div>
Expand Down

0 comments on commit cbc1e40

Please sign in to comment.