Update benchmarking/run.js

Co-authored-by: Rich Harris <rich.harris@vercel.com>
pull/14361/head
Dominic Gannaway 2 years ago committed by GitHub
parent 07505fe0c6
commit 160f9ddbf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,7 +6,7 @@ let total_time = 0;
let total_gc_time = 0;
const suites = [
// { benchmarks: reactivity_benchmarks, name: 'reactivity benchmarks' },
{ benchmarks: reactivity_benchmarks, name: 'reactivity benchmarks' },
{ benchmarks: ssr_benchmarks, name: 'server-side rendering benchmarks' }
];

Loading…
Cancel
Save