| Index: tools/perf/benchmarks/octane.py
|
| diff --git a/tools/perf/benchmarks/octane.py b/tools/perf/benchmarks/octane.py
|
| index 1c1e4c1090ea18ee5e854df9874e10b8513da690..be50c621e513a72f86dcd484f8a65513c31b1042 100644
|
| --- a/tools/perf/benchmarks/octane.py
|
| +++ b/tools/perf/benchmarks/octane.py
|
| @@ -136,10 +136,9 @@ class Octane(benchmark.Benchmark):
|
| def CreatePageSet(self, options):
|
| ps = page_set.PageSet(
|
| archive_data_file='../page_sets/data/octane.json',
|
| - make_javascript_deterministic=False,
|
| file_path=os.path.abspath(__file__),
|
| bucket=page_set.PUBLIC_BUCKET)
|
| ps.AddUserStory(page_module.Page(
|
| 'http://octane-benchmark.googlecode.com/svn/latest/index.html?auto=1',
|
| - ps, ps.base_dir))
|
| + ps, ps.base_dir, make_javascript_deterministic=False))
|
| return ps
|
|
|