Skip to content

Commit 18aeba7

Browse files
authored
Merge pull request #37 from WebKit/remove-octane-zlib
Remove Octane-zlib.
2 parents 21b9a95 + 6e8be4d commit 18aeba7

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)