From b3ceafaa5dfee4127dff155cf6f4cc210f22ab59 Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Fri, 1 Oct 2021 00:42:24 +0200 Subject: tools(bench): rebootstrap (#12281) Enable deno devs to bench/profile/test JS code changes without doing a full --release rebuild. Incremental release builds take ~4mn on M1s, often more on other machines ... --- tools/bench/mod.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/bench/mod.js (limited to 'tools/bench/mod.js') diff --git a/tools/bench/mod.js b/tools/bench/mod.js new file mode 100644 index 000000000..685834281 --- /dev/null +++ b/tools/bench/mod.js @@ -0,0 +1,2 @@ +export * from "./rebench.js"; +export * from "./rebootstrap.js"; -- cgit v1.2.3