1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-13 17:39:18 -05:00
denoland-deno/tools/bench/mod.js
Aaron O'Mullan 871dbb9f30 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 ...
2021-10-04 11:55:06 -04:00

2 lines
64 B
JavaScript

export * from "./rebench.js";
export * from "./rebootstrap.js";