Skip to content

Commit

Permalink
Remove Octane-zlib.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kmiller68 committed Jan 24, 2025
1 parent 5c0b341 commit 92525fb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 2,617 deletions.
11 changes: 0 additions & 11 deletions JetStreamDriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -1692,17 +1692,6 @@ const BENCHMARKS = [
deterministicRandom: true,
testGroup: OctaneGroup
}),
new DefaultBenchmark({
name: "octane-zlib",
files: [
"./Octane/zlib-data.js"
, "./Octane/zlib.js"
],
iterations: 15,
worstCaseCount: 2,
deterministicRandom: true,
testGroup: OctaneGroup
}),
// RexBench
new DefaultBenchmark({
name: "FlightPlanner",
Expand Down
2 changes: 0 additions & 2 deletions Octane/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ load(base_dir + 'gbemu-part1.js');
load(base_dir + 'gbemu-part2.js');
load(base_dir + 'code-load.js');
load(base_dir + 'box2d.js');
load(base_dir + 'zlib.js');
load(base_dir + 'zlib-data.js');
load(base_dir + 'typescript.js');
load(base_dir + 'typescript-input.js');
load(base_dir + 'typescript-compiler.js');
Expand Down
Loading

0 comments on commit 92525fb

Please sign in to comment.