@@ -809,7 +809,7 @@ class Benchmark {
809809 } catch ( e ) {
810810 this . _state = BenchmarkState . ERROR ;
811811 console . log ( "Error in runCode: " , e ) ;
812- console . log ( e . stack )
812+ console . log ( e . stack ) ;
813813 throw e ;
814814 } finally {
815815 this . _state = BenchmarkState . FINALIZE ;
@@ -1507,7 +1507,7 @@ let BENCHMARKS = [
15071507 name : "ML" ,
15081508 files : [
15091509 "./ARES-6/ml/index.js" ,
1510- "./ARES-6/ml/benchmark.js"
1510+ "./ARES-6/ml/benchmark.js" ,
15111511 ] ,
15121512 iterations : 60 ,
15131513 tags : [ "Default" , "ARES" ] ,
@@ -1882,22 +1882,22 @@ let BENCHMARKS = [
18821882 "./proxy/vue-bundle.js" ,
18831883 "./proxy/vue-benchmark.js" ,
18841884 ] ,
1885- tags : [ "Default" , "Proxy" ]
1885+ tags : [ "Default" , "Proxy" ] ,
18861886 } ) ,
18871887 // Class fields
18881888 new DefaultBenchmark ( {
18891889 name : "raytrace-public-class-fields" ,
18901890 files : [
18911891 "./class-fields/raytrace-public-class-fields.js" ,
18921892 ] ,
1893- tags : [ "Default" , "ClassFields" ]
1893+ tags : [ "Default" , "ClassFields" ] ,
18941894 } ) ,
18951895 new DefaultBenchmark ( {
18961896 name : "raytrace-private-class-fields" ,
18971897 files : [
18981898 "./class-fields/raytrace-private-class-fields.js" ,
18991899 ] ,
1900- tags : [ "Default" , "ClassFields" ]
1900+ tags : [ "Default" , "ClassFields" ] ,
19011901 } ) ,
19021902 // Generators
19031903 new AsyncBenchmark ( {
@@ -1908,7 +1908,7 @@ let BENCHMARKS = [
19081908 iterations : 80 ,
19091909 worstCaseCount : 6 ,
19101910 deterministicRandom : true ,
1911- tags : [ "Default" , "Generators" ]
1911+ tags : [ "Default" , "Generators" ] ,
19121912 } ) ,
19131913 new DefaultBenchmark ( {
19141914 name : "sync-fs" ,
@@ -1918,21 +1918,21 @@ let BENCHMARKS = [
19181918 iterations : 80 ,
19191919 worstCaseCount : 6 ,
19201920 deterministicRandom : true ,
1921- tags : [ "Default" , "Generators" ]
1921+ tags : [ "Default" , "Generators" ] ,
19221922 } ) ,
19231923 new DefaultBenchmark ( {
19241924 name : "lazy-collections" ,
19251925 files : [
19261926 "./generators/lazy-collections.js" ,
19271927 ] ,
1928- tags : [ "Default" , "Generators" ]
1928+ tags : [ "Default" , "Generators" ] ,
19291929 } ) ,
19301930 new DefaultBenchmark ( {
19311931 name : "js-tokens" ,
19321932 files : [
19331933 "./generators/js-tokens.js" ,
19341934 ] ,
1935- tags : [ "Default" , "Generators" ]
1935+ tags : [ "Default" , "Generators" ] ,
19361936 } ) ,
19371937 // Wasm
19381938 new WasmEMCCBenchmark ( {
@@ -2079,7 +2079,7 @@ let BENCHMARKS = [
20792079 new AsyncBenchmark ( {
20802080 name : "bomb-workers" ,
20812081 files : [
2082- "./worker/bomb.js"
2082+ "./worker/bomb.js" ,
20832083 ] ,
20842084 iterations : 80 ,
20852085 preload : {
@@ -2318,7 +2318,7 @@ let BENCHMARKS = [
23182318 preload : dotnetPreloads ( "interp" ) ,
23192319 iterations : 10 ,
23202320 worstCaseCount : 2 ,
2321- tags : [ "Default" , "Wasm" , "dotnet" ]
2321+ tags : [ "Default" , "Wasm" , "dotnet" ] ,
23222322 } ) ,
23232323 new AsyncBenchmark ( {
23242324 name : "dotnet-aot" ,
@@ -2329,7 +2329,7 @@ let BENCHMARKS = [
23292329 preload : dotnetPreloads ( "aot" ) ,
23302330 iterations : 15 ,
23312331 worstCaseCount : 2 ,
2332- tags : [ "Default" , "Wasm" , "dotnet" ]
2332+ tags : [ "Default" , "Wasm" , "dotnet" ] ,
23332333 } )
23342334] ;
23352335
0 commit comments