Skip to content

Commit c661224

Browse files
committed
cleanup
1 parent 49a85fe commit c661224

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

JetStreamDriver.js

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,24 +1252,24 @@ class WasmBenchmark extends Benchmark {
12521252
};
12531253

12541254
const TAGS = new Set([
1255-
"ARES",
1256-
"CDJS",
1257-
"CodeLoad",
1258-
"LuaJSFight",
1259-
"Octane",
1260-
"RexBench",
1261-
"SeaMonster",
1262-
"Simple",
1263-
"SunSpider",
1264-
"BigIntNoble",
1265-
"BigIntMisc",
1266-
"Proxy",
1267-
"ClassFields",
1268-
"Generators",
1269-
"Wasm",
1270-
"WorkerTests",
1271-
"WSL",
1272-
"WTB"
1255+
"ARES",
1256+
"CDJS",
1257+
"CodeLoad",
1258+
"LuaJSFight",
1259+
"Octane",
1260+
"RexBench",
1261+
"SeaMonster",
1262+
"Simple",
1263+
"SunSpider",
1264+
"BigIntNoble",
1265+
"BigIntMisc",
1266+
"Proxy",
1267+
"ClassFields",
1268+
"Generators",
1269+
"Wasm",
1270+
"WorkerTests",
1271+
"WSL",
1272+
"WTB"
12731273
]);
12741274

12751275
let BENCHMARKS = [

0 commit comments

Comments
 (0)