File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ tasks:
267
267
- func : run custom benchmarks
268
268
- command : perf.send
269
269
params :
270
- file : src/results .json
270
+ file : src/customBenchmarkResults .json
271
271
- name : run-spec-benchmarks
272
272
commands :
273
273
- func : fetch source
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ docs/public
33
33
.nvmrc
34
34
35
35
benchmarks.json
36
- results .json
36
+ customBenchmarkResults .json
Original file line number Diff line number Diff line change 34
34
metrics : [ { name : 'ops_per_sec' , value : bench . hz } ]
35
35
} ) ) ;
36
36
console . log ( util . inspect ( data , { depth : Infinity , colors : true } ) ) ;
37
- fs . writeFileSync ( 'results .json' , JSON . stringify ( data ) , 'utf8' ) ;
37
+ fs . writeFileSync ( 'customBenchmarkResults .json' , JSON . stringify ( data ) , 'utf8' ) ;
38
38
} )
39
39
. run ( ) ;
You can’t perform that action at this time.
0 commit comments