File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import fs from 'node:fs';
22import path from 'node:path' ;
33import { execSync , fork } from 'node:child_process' ;
44import { fileURLToPath } from 'node:url' ;
5- import { benchmarks } from '../benchmarks.js' ;
65
76// if (execSync('git status --porcelain').toString().trim()) {
87// console.error('Working directory is not clean');
Original file line number Diff line number Diff line change 1- import { benchmarks } from '../benchmarks.js' ;
1+ import { reactivity_benchmarks } from '../benchmarks/reactivity/index .js' ;
22
33const results = [ ] ;
4- for ( const benchmark of benchmarks ) {
4+ for ( const benchmark of reactivity_benchmarks ) {
55 const result = await benchmark ( ) ;
66 console . error ( result . benchmark ) ;
77 results . push ( result ) ;
You can’t perform that action at this time.
0 commit comments