Commit c3046bd3 authored by rnephew's avatar rnephew Committed by Commit Bot

[Telemetry] Get rid of spaces in more telemetry benchmark story names

Bug: 781409
Change-Id: Ia653a5a71e3e0063836a6e158ca3fcd6f2dc549b
Reviewed-on: https://chromium-review.googlesource.com/830676Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Commit-Queue: rnephew <rnephew@chromium.org>
Cr-Commit-Position: refs/heads/master@{#524499}
parent 70d6e35a
{
"archives": {
"GUIMark Vector Chart Test": {
"GUIMark_Vector_Chart_Test": {
"DEFAULT": "tough_path_rendering_cases_002.wprgo"
},
"MotionMark Canvas Fill Shapes": {
"MotionMark_Canvas_Fill_Shapes": {
"DEFAULT": "tough_path_rendering_cases_002.wprgo"
},
"MotionMark Canvas Stroke Shapes": {
"MotionMark_Canvas_Stroke_Shapes": {
"DEFAULT": "tough_path_rendering_cases_002.wprgo"
},
"http://ie.microsoft.com/testdrive/Performance/Chalkboard/": {
......@@ -21,4 +21,4 @@
},
"description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.",
"platform_specific": true
}
\ No newline at end of file
}
......@@ -38,11 +38,11 @@ class ToughFiltersCasesPageSet(story.StorySet):
urls_list = [
('http://rawgit.com/WebKit/webkit/master/PerformanceTests/Animometer/developer.html?test-interval=20&display=minimal&controller=fixed&frame-rate=50&kalman-process-error=1&kalman-measurement-error=4&time-measurement=performance&suite-name=Animometer&test-name=Focus&complexity=100', # pylint: disable=line-too-long
'MotionMark Focus'),
'MotionMark_Focus'),
('http://letmespellitoutforyou.com/samples/svg/filter_terrain.svg',
'Filter Terrain SVG'),
'Filter_Terrain_SVG'),
('http://static.bobdo.net/Analog_Clock.svg',
'Analog Clock SVG'),
'Analog_Clock_SVG'),
]
for url, name in urls_list:
......@@ -51,5 +51,5 @@ class ToughFiltersCasesPageSet(story.StorySet):
pirate_url = ('http://web.archive.org/web/20150502135732/'
'http://ie.microsoft.com/testdrive/Performance/'
'Pirates/Default.html')
name = 'IE PirateMark'
name = 'IE_PirateMark'
self.AddStory(PirateMarkPage(pirate_url, self, name=name))
......@@ -31,11 +31,11 @@ class ToughPathRenderingCasesPageSet(story.StorySet):
cloud_storage_bucket=story.PARTNER_BUCKET)
page_list = [
('GUIMark Vector Chart Test',
('GUIMark_Vector_Chart_Test',
'http://www.craftymind.com/factory/guimark2/HTML5ChartingTest.html'),
('MotionMark Canvas Fill Shapes',
('MotionMark_Canvas_Fill_Shapes',
'http://rawgit.com/WebKit/webkit/master/PerformanceTests/MotionMark/developer.html?test-name=Fillshapes&test-interval=20&display=minimal&tiles=big&controller=fixed&frame-rate=50&kalman-process-error=1&kalman-measurement-error=4&time-measurement=performance&suite-name=Canvassuite&complexity=1000'), # pylint: disable=line-too-long
('MotionMark Canvas Stroke Shapes',
('MotionMark_Canvas_Stroke_Shapes',
'http://rawgit.com/WebKit/webkit/master/PerformanceTests/MotionMark/developer.html?test-name=Strokeshapes&test-interval=20&display=minimal&tiles=big&controller=fixed&frame-rate=50&kalman-process-error=1&kalman-measurement-error=4&time-measurement=performance&suite-name=Canvassuite&complexity=1000'), # pylint: disable=line-too-long
]
......@@ -47,5 +47,5 @@ class ToughPathRenderingCasesPageSet(story.StorySet):
# http://ie.microsoft.com/testdrive/Performance/Chalkboard/.
chalkboard_url = ('https://testdrive-archive.azurewebsites.net'
'/performance/chalkboard/')
name = 'IE Chalkboard'
name = 'IE_Chalkboard'
self.AddStory(ChalkboardPage(chalkboard_url, self, name=name))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment