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