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

Unified Diff: telemetry/telemetry/benchmark.py

Issue 2304893002: [Telemetry] Switch ShouldTearDownStateAfterEachStoryRun to True as default (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/benchmark.py
diff --git a/telemetry/telemetry/benchmark.py b/telemetry/telemetry/benchmark.py
index 14770994203623c1613e36100112dc6c76bcf03a..ce7b313aae10a22287ceed14721e6eaa46a756d1 100644
--- a/telemetry/telemetry/benchmark.py
+++ b/telemetry/telemetry/benchmark.py
@@ -110,7 +110,7 @@ class Benchmark(command_line.Command):
This should only be used by TimelineBasedMeasurement (TBM) benchmarks, but
not by PageTest based benchmarks.
"""
- return False
+ return True
@classmethod
def ShouldTearDownStateAfterEachStorySetRun(cls):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698