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

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

Issue 2957153002: Updating references from story.display_name to story.name (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 | « tools/perf/benchmarks/blink_perf.py ('k') | tools/perf/contrib/cluster_telemetry/screenshot.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/system_health_smoke_test.py
diff --git a/tools/perf/benchmarks/system_health_smoke_test.py b/tools/perf/benchmarks/system_health_smoke_test.py
index 3f02a94d6c2d24b2886795ef4918b05e69d7b1fa..bca8014d5d48c413843eaedc7b6745292e59ee47 100644
--- a/tools/perf/benchmarks/system_health_smoke_test.py
+++ b/tools/perf/benchmarks/system_health_smoke_test.py
@@ -113,9 +113,9 @@ def _GenerateSmokeTestCase(benchmark_class, story_to_smoke_test):
# We attach the test method to SystemHealthBenchmarkSmokeTest dynamically
# so that we can set the test method name to include
- # '<benchmark class name>.<story display name>'.
+ # '<benchmark class name>.<story name>'.
test_method_name = '%s.%s' % (
- benchmark_class.Name(), story_to_smoke_test.display_name)
+ benchmark_class.Name(), story_to_smoke_test.name)
class SystemHealthBenchmarkSmokeTest(unittest.TestCase):
pass
« no previous file with comments | « tools/perf/benchmarks/blink_perf.py ('k') | tools/perf/contrib/cluster_telemetry/screenshot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698