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

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

Issue 2941663002: Removing verify_names=True now that the default for verify_names is True (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/speedometer.py ('k') | tools/perf/page_sets/blank_page.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/tab_switching.py
diff --git a/tools/perf/benchmarks/tab_switching.py b/tools/perf/benchmarks/tab_switching.py
index 975a24f3306e7669e24a0d7a5a192596c9964579..b1cf856ba0e07c7e771c11229e6bfcc52483f381 100644
--- a/tools/perf/benchmarks/tab_switching.py
+++ b/tools/perf/benchmarks/tab_switching.py
@@ -36,8 +36,7 @@ class TabSwitchingTypical25(perf_benchmark.PerfBenchmark):
story_set = story.StorySet(
archive_data_file='../page_sets/data/system_health_desktop.json',
base_dir=os.path.dirname(os.path.abspath(__file__)),
- cloud_storage_bucket=story.PARTNER_BUCKET,
- verify_names=True)
+ cloud_storage_bucket=story.PARTNER_BUCKET)
story_set.AddStory(multi_tab_stories.MultiTabTypical24Story(
story_set, False, options.tabset_repeat))
return story_set
« no previous file with comments | « tools/perf/benchmarks/speedometer.py ('k') | tools/perf/page_sets/blank_page.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698