File tree Expand file tree Collapse file tree 5 files changed +0
-2617
lines changed Expand file tree Collapse file tree 5 files changed +0
-2617
lines changed Original file line number Diff line number Diff line change @@ -1692,17 +1692,6 @@ const BENCHMARKS = [
1692
1692
deterministicRandom : true ,
1693
1693
testGroup : OctaneGroup
1694
1694
} ) ,
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
- } ) ,
1706
1695
// RexBench
1707
1696
new DefaultBenchmark ( {
1708
1697
name : "FlightPlanner" ,
Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ load(base_dir + 'gbemu-part1.js');
42
42
load ( base_dir + 'gbemu-part2.js' ) ;
43
43
load ( base_dir + 'code-load.js' ) ;
44
44
load ( base_dir + 'box2d.js' ) ;
45
- load ( base_dir + 'zlib.js' ) ;
46
- load ( base_dir + 'zlib-data.js' ) ;
47
45
load ( base_dir + 'typescript.js' ) ;
48
46
load ( base_dir + 'typescript-input.js' ) ;
49
47
load ( base_dir + 'typescript-compiler.js' ) ;
You can’t perform that action at this time.
0 commit comments