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 = [
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" ,
Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ load(base_dir + 'gbemu-part1.js');
4242load ( base_dir + 'gbemu-part2.js' ) ;
4343load ( base_dir + 'code-load.js' ) ;
4444load ( base_dir + 'box2d.js' ) ;
45- load ( base_dir + 'zlib.js' ) ;
46- load ( base_dir + 'zlib-data.js' ) ;
4745load ( base_dir + 'typescript.js' ) ;
4846load ( base_dir + 'typescript-input.js' ) ;
4947load ( base_dir + 'typescript-compiler.js' ) ;
You can’t perform that action at this time.
0 commit comments