Skip to content

Commit 1a40694

Browse files
committed
remove unused TAGS set
1 parent 4f3b3dc commit 1a40694

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

JetStreamDriver.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,27 +1445,6 @@ class WasmLegacyBenchmark extends Benchmark {
14451445
}
14461446
};
14471447

1448-
const TAGS = new Set([
1449-
"ARES",
1450-
"CDJS",
1451-
"CodeLoad",
1452-
"LuaJSFight",
1453-
"Octane",
1454-
"RexBench",
1455-
"SeaMonster",
1456-
"Simple",
1457-
"SunSpider",
1458-
"BigIntNoble",
1459-
"BigIntMisc",
1460-
"Proxy",
1461-
"ClassFields",
1462-
"Generators",
1463-
"Wasm",
1464-
"WorkerTests",
1465-
"WSL",
1466-
"WTB"
1467-
]);
1468-
14691448
let BENCHMARKS = [
14701449
// ARES
14711450
new DefaultBenchmark({

0 commit comments

Comments
 (0)