You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ Benchmarked against [`@jridgewell/trace-mapping`](https://github.com/jridgewell/
202
202
203
203
Per-lookup amortized cost on a large map: **12 ns** (WASM batch) vs 17 ns (trace-mapping) — **1.4x faster**.
204
204
205
-
Run `cd benchmarks && npm run download-fixtures && npm run bench:real-world` to reproduce.
205
+
Run `corepack pnpm --dir benchmarks run download-fixtures && corepack pnpm --dir benchmarks run bench:real-world` from the repository root to reproduce.
0 commit comments