Skip to content

Commit 21b9a95

Browse files
committed
Revert "Remove Octane-zlib."
This reverts commit 92525fb.
1 parent 92525fb commit 21b9a95

File tree

5 files changed

+2617
-0
lines changed

5 files changed

+2617
-0
lines changed

JetStreamDriver.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,6 +1692,17 @@ 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+
}),
16951706
// RexBench
16961707
new DefaultBenchmark({
16971708
name: "FlightPlanner",

Octane/run.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ 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');
4547
load(base_dir + 'typescript.js');
4648
load(base_dir + 'typescript-input.js');
4749
load(base_dir + 'typescript-compiler.js');

0 commit comments

Comments
 (0)