diff options
Diffstat (limited to 'tools/bench/mod.js')
-rw-r--r-- | tools/bench/mod.js | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |