Skip to content

Commit 160f9dd

Browse files
trueadmRich-Harris
andauthored
Update benchmarking/run.js
Co-authored-by: Rich Harris <[email protected]>
1 parent 07505fe commit 160f9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarking/run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let total_time = 0;
66
let total_gc_time = 0;
77

88
const suites = [
9-
// { benchmarks: reactivity_benchmarks, name: 'reactivity benchmarks' },
9+
{ benchmarks: reactivity_benchmarks, name: 'reactivity benchmarks' },
1010
{ benchmarks: ssr_benchmarks, name: 'server-side rendering benchmarks' }
1111
];
1212

0 commit comments

Comments
 (0)