| Index: tools/perf/benchmarks/octane.py
|
| diff --git a/tools/perf/benchmarks/octane.py b/tools/perf/benchmarks/octane.py
|
| index 117c0fec588ee69a6c0fc13491fb0d5c3e0605b8..d6de2963120fea3e870ed390866b45837f6b60fc 100644
|
| --- a/tools/perf/benchmarks/octane.py
|
| +++ b/tools/perf/benchmarks/octane.py
|
| @@ -148,8 +148,7 @@ class Octane(perf_benchmark.PerfBenchmark):
|
| ps = story.StorySet(
|
| archive_data_file='../page_sets/data/octane.json',
|
| base_dir=os.path.dirname(os.path.abspath(__file__)),
|
| - cloud_storage_bucket=story.PUBLIC_BUCKET,
|
| - verify_names=True)
|
| + cloud_storage_bucket=story.PUBLIC_BUCKET)
|
| ps.AddStory(page_module.Page(
|
| 'http://chromium.github.io/octane/index.html?auto=1',
|
| ps, ps.base_dir, make_javascript_deterministic=False,
|
|
|