Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1785)

Unified Diff: tools/perf/benchmarks/octane.py

Issue 2206403002: Fix octane test content URL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix octane test URL and update WPR content Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/perf/fetch_benchmark_deps_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | tools/perf/fetch_benchmark_deps_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698