Skip to content

Commit 92525fb

Browse files
committed
Remove Octane-zlib.
This is another asm.js benchmark that we missed from before. Like float-mm.c, we don't think asm.js has enough in the wild usage to justify benchmarking.
1 parent 5c0b341 commit 92525fb

File tree

5 files changed

+0
-2617
lines changed

5 files changed

+0
-2617
lines changed

JetStreamDriver.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,17 +1692,6 @@ const BENCHMARKS = [
16921692
deterministicRandom: true,
16931693
testGroup: OctaneGroup
16941694
}),
1695-
new DefaultBenchmark({
1696-
name: "octane-zlib",
1697-
files: [
1698-
"./Octane/zlib-data.js"
1699-
, "./Octane/zlib.js"
1700-
],
1701-
iterations: 15,
1702-
worstCaseCount: 2,
1703-
deterministicRandom: true,
1704-
testGroup: OctaneGroup
1705-
}),
17061695
// RexBench
17071696
new DefaultBenchmark({
17081697
name: "FlightPlanner",

Octane/run.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ load(base_dir + 'gbemu-part1.js');
4242
load(base_dir + 'gbemu-part2.js');
4343
load(base_dir + 'code-load.js');
4444
load(base_dir + 'box2d.js');
45-
load(base_dir + 'zlib.js');
46-
load(base_dir + 'zlib-data.js');
4745
load(base_dir + 'typescript.js');
4846
load(base_dir + 'typescript-input.js');
4947
load(base_dir + 'typescript-compiler.js');

0 commit comments

Comments
 (0)