diff options
| author | junov <junov@chromium.org> | 2016-03-04 15:26:12 -0800 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2016-03-04 23:28:38 +0000 |
| commit | f088ead93c91d0642185fab3d6c083845005bb9c (patch) | |
| tree | 0b46840f0b75534e4be0ccf460a1972042305fd4 /tools | |
| parent | d046482efe118903a0c677e6e94dbc4ffd4afdb3 (diff) | |
| download | chromium_src-f088ead93c91d0642185fab3d6c083845005bb9c.zip chromium_src-f088ead93c91d0642185fab3d6c083845005bb9c.tar.gz chromium_src-f088ead93c91d0642185fab3d6c083845005bb9c.tar.bz2 | |
Remove www.thewildernessdowntown.com from canvas telemetry tests
This test never gave us any meaningful data. I never liked it
as a perf test because it is too all over the place. It is a waste
of CPU cycles on the perf bots. Now it is flakily timing out.
Ciao!
BUG=584238
Review URL: https://codereview.chromium.org/1766063002
Cr-Commit-Position: refs/heads/master@{#379391}
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/perf/page_sets/data/tough_canvas_cases.json | 1 | ||||
| -rw-r--r-- | tools/perf/page_sets/tough_canvas_cases.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/page_sets/data/tough_canvas_cases.json b/tools/perf/page_sets/data/tough_canvas_cases.json index 8fc8f1d..e859517 100644 --- a/tools/perf/page_sets/data/tough_canvas_cases.json +++ b/tools/perf/page_sets/data/tough_canvas_cases.json @@ -18,7 +18,6 @@ "http://www.chiptune.com/starfield/starfield.html", "http://jarrodoverson.com/static/demos/particleSystem/", "http://www.effectgames.com/demos/canvascycle/", - "http://www.thewildernessdowntown.com/", "http://spielzeugz.de/html5/liquid-particles.html", "http://hakim.se/experiments/html5/magnetic/02/", "http://ie.microsoft.com/testdrive/Performance/LetItSnow/", diff --git a/tools/perf/page_sets/tough_canvas_cases.py b/tools/perf/page_sets/tough_canvas_cases.py index ea20f32..cd6a30b 100644 --- a/tools/perf/page_sets/tough_canvas_cases.py +++ b/tools/perf/page_sets/tough_canvas_cases.py @@ -61,7 +61,6 @@ class ToughCanvasCasesPageSet(story.StorySet): 'http://www.chiptune.com/starfield/starfield.html', 'http://jarrodoverson.com/static/demos/particleSystem/', 'http://www.effectgames.com/demos/canvascycle/', - 'http://www.thewildernessdowntown.com/', 'http://spielzeugz.de/html5/liquid-particles.html', 'http://hakim.se/experiments/html5/magnetic/02/', 'http://ie.microsoft.com/testdrive/Performance/LetItSnow/', |
