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

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

Issue 2941763004: Explicitly setting names for stories in unittests (Closed)
Patch Set: Created 3 years, 6 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/contrib/cluster_telemetry/page_set.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/blink_perf_unittest.py
diff --git a/tools/perf/benchmarks/blink_perf_unittest.py b/tools/perf/benchmarks/blink_perf_unittest.py
index b5cb03ab49c1725ac83ccfdab99eb5ac8280c39c..67e506b054b4e02d87d821b4ccddbb97cd3447c2 100644
--- a/tools/perf/benchmarks/blink_perf_unittest.py
+++ b/tools/perf/benchmarks/blink_perf_unittest.py
@@ -34,7 +34,7 @@ class BlinkPerfTest(page_test_test_case.PageTestTestCase):
serving_dirs={self._BLINK_PERF_TEST_DATA_DIR,
self._BLINK_PERF_RESOURCES_DIR})
page = page_module.Page('file://' + test_file_name, story_set,
- base_dir=story_set.base_dir)
+ base_dir=story_set.base_dir, name=test_file_name)
story_set.AddStory(page)
return story_set
« no previous file with comments | « no previous file | tools/perf/contrib/cluster_telemetry/page_set.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698