| Index: tools/perf/benchmarks/octane.py
|
| diff --git a/tools/perf/benchmarks/octane.py b/tools/perf/benchmarks/octane.py
|
| index 4f0022e31b0e684677bc54042862d7115e9913d1..4c7aa5ee947178ce06061895f18e007dfdd42143 100644
|
| --- a/tools/perf/benchmarks/octane.py
|
| +++ b/tools/perf/benchmarks/octane.py
|
| @@ -135,7 +135,7 @@ class _OctaneMeasurement(legacy_page_test.LegacyPageTest):
|
| class Octane(perf_benchmark.PerfBenchmark):
|
| """Google's Octane JavaScript benchmark.
|
|
|
| - http://octane-benchmark.googlecode.com/svn/latest/index.html
|
| + http://chromium.github.io/octane/index.html?auto=1
|
| """
|
| test = _OctaneMeasurement
|
|
|
| @@ -149,6 +149,6 @@ class Octane(perf_benchmark.PerfBenchmark):
|
| base_dir=os.path.dirname(os.path.abspath(__file__)),
|
| cloud_storage_bucket=story.PUBLIC_BUCKET)
|
| ps.AddStory(page_module.Page(
|
| - 'http://octane-benchmark.googlecode.com/svn/latest/index.html?auto=1',
|
| + 'http://chromium.github.io/octane/index.html?auto=1',
|
| ps, ps.base_dir, make_javascript_deterministic=False))
|
| return ps
|
|
|