@@ -1901,7 +1901,7 @@ let BENCHMARKS = [
1901
1901
name : "FlightPlanner" ,
1902
1902
files : [
1903
1903
"./RexBench/FlightPlanner/airways.js" ,
1904
- "./RexBench/FlightPlanner/waypoints.js" ,
1904
+ "./RexBench/FlightPlanner/waypoints.js.z " ,
1905
1905
"./RexBench/FlightPlanner/flight_planner.js" ,
1906
1906
"./RexBench/FlightPlanner/expectations.js" ,
1907
1907
"./RexBench/FlightPlanner/benchmark.js" ,
@@ -2002,7 +2002,7 @@ let BENCHMARKS = [
2002
2002
new DefaultBenchmark ( {
2003
2003
name : "json-stringify-inspector" ,
2004
2004
files : [
2005
- "./SeaMonster/inspector-json-payload.js" ,
2005
+ "./SeaMonster/inspector-json-payload.js.z " ,
2006
2006
"./SeaMonster/json-stringify-inspector.js" ,
2007
2007
] ,
2008
2008
iterations : 20 ,
@@ -2012,7 +2012,7 @@ let BENCHMARKS = [
2012
2012
new DefaultBenchmark ( {
2013
2013
name : "json-parse-inspector" ,
2014
2014
files : [
2015
- "./SeaMonster/inspector-json-payload.js" ,
2015
+ "./SeaMonster/inspector-json-payload.js.z " ,
2016
2016
"./SeaMonster/json-parse-inspector.js" ,
2017
2017
] ,
2018
2018
iterations : 20 ,
0 commit comments