Skip to content

Commit d36c86e

Browse files
committed
chore: add summary to benchmark output
1 parent 5a293e3 commit d36c86e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarking/run.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ async function run_benchmarks() {
4747
}
4848
$.pop();
4949
// eslint-disable-next-line no-console
50+
console.log(`-- Benchmarking Complete --`);
51+
// eslint-disable-next-line no-console
5052
console.log({
5153
total_time: total_time.toFixed(2),
5254
total_gc_time: total_gc_time.toFixed(2)
5355
});
54-
// eslint-disable-next-line no-console
55-
console.log(`-- Benchmarking Complete --`);
5656
}
5757

5858
run_benchmarks();

0 commit comments

Comments
 (0)