Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-07-16 | Update workers.md | 1 | -1/+1 | |
2023-07-16 | Fixes base64url encoding for crypto (#3654) | 3 | -13/+11 | |
2023-07-16 | Update nav.ts | 1 | -3/+3 | |
2023-07-16 | rename | 2 | -0/+3 |
import { spawnSync } from "bun"; import { bench, run } from "./runner.mjs"; var memory = new Uint8Array(128 * 1024 * 1024); memory.fill(10); // prevent memory from being garbage collected globalThis.memory = memory; bench("spawnSync echo hi", () => { spawnSync({ cmd: ["echo", "hi"] }); }); await run(); hub-api-option' type='application/atom+xml'/>
![]() |
index : bun | |
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-07-16 | Update workers.md | 1 | -1/+1 | |
2023-07-16 | Fixes base64url encoding for crypto (#3654) | 3 | -13/+11 | |
2023-07-16 | Update nav.ts | 1 | -3/+3 | |
2023-07-16 | rename | 2 | -0/+3 |