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

Unified Diff: tools/perf/core/perf_benchmark.py

Issue 1209743002: Generate a static struct from fieldtrial_testing_config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@codegen_nested_structs
Patch Set: add +x file permission Created 5 years, 5 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/json_to_struct/json_to_struct.py ('k') | tools/variations/fieldtrial_to_struct.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/core/perf_benchmark.py
diff --git a/tools/perf/core/perf_benchmark.py b/tools/perf/core/perf_benchmark.py
index 461b16fc16ea91d502fa0ec4b3cfef0bc38ae9fe..34898fef7ed143df3c744656c48d1208be49a40c 100644
--- a/tools/perf/core/perf_benchmark.py
+++ b/tools/perf/core/perf_benchmark.py
@@ -51,8 +51,6 @@ class PerfBenchmark(benchmark.Benchmark):
variations_dir = os.path.join(os.path.dirname(__file__), os.pardir,
os.pardir, os.pardir, 'testing', 'variations')
target_os = browser_finder.FindBrowser(finder_options).target_os
- base_variations_path = os.path.join(variations_dir,
- 'fieldtrial_testing_config.json')
- return fieldtrial_util.GenerateArgs(base_variations_path,
+ return fieldtrial_util.GenerateArgs(
os.path.join(variations_dir,
'fieldtrial_testing_config_%s.json' % self._FixupTargetOS(target_os)))
« no previous file with comments | « tools/json_to_struct/json_to_struct.py ('k') | tools/variations/fieldtrial_to_struct.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698