mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
481 B
481 B
fs
benchmarks
adding new benchmarks
const copyFileSync = getFunction("copyFileSync");
bench(() => copyFileSync("test", "test2"));
// For functions with side-effects, clean up after `bench` like so:
const removeSync = getFunction("removeSync");
removeSync("test2");
running
deno run -A --unstable run.mjs
node run.js
view report
deno run --allow-net=127.0.0.1:9000 serve.jsx
# View rendered report at http://127.0.0.1:9000/