We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3b3dc commit 1a40694Copy full SHA for 1a40694
JetStreamDriver.js
@@ -1445,27 +1445,6 @@ class WasmLegacyBenchmark extends Benchmark {
1445
}
1446
};
1447
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
-
1469
let BENCHMARKS = [
1470
// ARES
1471
new DefaultBenchmark({
0 commit comments