@@ -1747,14 +1747,14 @@ let BENCHMARKS = [
1747
1747
files : [
1748
1748
"./simple/doxbee-promise.js" ,
1749
1749
] ,
1750
- tags : [ "Simple" , ] ,
1750
+ tags : [ "Simple" ] ,
1751
1751
} ) ,
1752
1752
new AsyncBenchmark ( {
1753
1753
name : "doxbee-async" ,
1754
1754
files : [
1755
1755
"./simple/doxbee-async.js" ,
1756
1756
] ,
1757
- tags : [ "Simple" , ] ,
1757
+ tags : [ "Simple" ] ,
1758
1758
} ) ,
1759
1759
// SeaMonster
1760
1760
new DefaultBenchmark ( {
@@ -1826,7 +1826,7 @@ let BENCHMARKS = [
1826
1826
iterations : 4 ,
1827
1827
worstCaseCount : 1 ,
1828
1828
deterministicRandom : true ,
1829
- tags : [ "BigIntNoble" , ] ,
1829
+ tags : [ "BigIntNoble" ] ,
1830
1830
} ) ,
1831
1831
new AsyncBenchmark ( {
1832
1832
name : "bigint-noble-secp256k1" ,
@@ -1836,7 +1836,7 @@ let BENCHMARKS = [
1836
1836
"./bigint/noble-benchmark.js" ,
1837
1837
] ,
1838
1838
deterministicRandom : true ,
1839
- tags : [ "BigIntNoble" , ] ,
1839
+ tags : [ "BigIntNoble" ] ,
1840
1840
} ) ,
1841
1841
new AsyncBenchmark ( {
1842
1842
name : "bigint-noble-ed25519" ,
@@ -1847,7 +1847,7 @@ let BENCHMARKS = [
1847
1847
] ,
1848
1848
iterations : 30 ,
1849
1849
deterministicRandom : true ,
1850
- tags : [ "BigIntNoble" , ] ,
1850
+ tags : [ "BigIntNoble" ] ,
1851
1851
} ) ,
1852
1852
new DefaultBenchmark ( {
1853
1853
name : "bigint-paillier" ,
@@ -1859,7 +1859,7 @@ let BENCHMARKS = [
1859
1859
iterations : 10 ,
1860
1860
worstCaseCount : 2 ,
1861
1861
deterministicRandom : true ,
1862
- tags : [ "BigIntMisc" , ] ,
1862
+ tags : [ "BigIntMisc" ] ,
1863
1863
} ) ,
1864
1864
new DefaultBenchmark ( {
1865
1865
name : "bigint-bigdenary" ,
@@ -1869,7 +1869,7 @@ let BENCHMARKS = [
1869
1869
] ,
1870
1870
iterations : 160 ,
1871
1871
worstCaseCount : 16 ,
1872
- tags : [ "BigIntMisc" , ] ,
1872
+ tags : [ "BigIntMisc" ] ,
1873
1873
} ) ,
1874
1874
// Proxy
1875
1875
new AsyncBenchmark ( {
@@ -1881,7 +1881,7 @@ let BENCHMARKS = [
1881
1881
] ,
1882
1882
iterations : defaultIterationCount * 3 ,
1883
1883
worstCaseCount : defaultWorstCaseCount * 3 ,
1884
- tags : [ "Proxy" , ] ,
1884
+ tags : [ "Proxy" ] ,
1885
1885
} ) ,
1886
1886
new AsyncBenchmark ( {
1887
1887
name : "proxy-vue" ,
@@ -1890,22 +1890,22 @@ let BENCHMARKS = [
1890
1890
"./proxy/vue-bundle.js" ,
1891
1891
"./proxy/vue-benchmark.js" ,
1892
1892
] ,
1893
- tags : [ "Proxy" , ] ,
1893
+ tags : [ "Proxy" ]
1894
1894
} ) ,
1895
1895
// Class fields
1896
1896
new DefaultBenchmark ( {
1897
1897
name : "raytrace-public-class-fields" ,
1898
1898
files : [
1899
1899
"./class-fields/raytrace-public-class-fields.js" ,
1900
1900
] ,
1901
- tags : [ "ClassFields" , ] ,
1901
+ tags : [ "ClassFields" ]
1902
1902
} ) ,
1903
1903
new DefaultBenchmark ( {
1904
1904
name : "raytrace-private-class-fields" ,
1905
1905
files : [
1906
1906
"./class-fields/raytrace-private-class-fields.js" ,
1907
1907
] ,
1908
- tags : [ "ClassFields" , ] ,
1908
+ tags : [ "ClassFields" ]
1909
1909
} ) ,
1910
1910
// Generators
1911
1911
new AsyncBenchmark ( {
@@ -1916,7 +1916,7 @@ let BENCHMARKS = [
1916
1916
iterations : 80 ,
1917
1917
worstCaseCount : 6 ,
1918
1918
deterministicRandom : true ,
1919
- tags : [ "Generators" , ] ,
1919
+ tags : [ "Generators" ]
1920
1920
} ) ,
1921
1921
new DefaultBenchmark ( {
1922
1922
name : "sync-fs" ,
@@ -1926,21 +1926,21 @@ let BENCHMARKS = [
1926
1926
iterations : 80 ,
1927
1927
worstCaseCount : 6 ,
1928
1928
deterministicRandom : true ,
1929
- tags : [ "Generators" , ] ,
1929
+ tags : [ "Generators" ]
1930
1930
} ) ,
1931
1931
new DefaultBenchmark ( {
1932
1932
name : "lazy-collections" ,
1933
1933
files : [
1934
1934
"./generators/lazy-collections.js" ,
1935
1935
] ,
1936
- tags : [ "Generators" , ] ,
1936
+ tags : [ "Generators" ]
1937
1937
} ) ,
1938
1938
new DefaultBenchmark ( {
1939
1939
name : "js-tokens" ,
1940
1940
files : [
1941
1941
"./generators/js-tokens.js" ,
1942
1942
] ,
1943
- tags : [ "Generators" , ] ,
1943
+ tags : [ "Generators" ]
1944
1944
} ) ,
1945
1945
// Wasm
1946
1946
new WasmEMCCBenchmark ( {
0 commit comments