Chromium Code Reviews| Index: tools/perf/core/perf_benchmark.py |
| diff --git a/tools/perf/core/perf_benchmark.py b/tools/perf/core/perf_benchmark.py |
| index 4158e2d23219bf17eea478976e9230368c9bec6d..2adffbf583d63631778488f175c84934a4c7e195 100644 |
| --- a/tools/perf/core/perf_benchmark.py |
| +++ b/tools/perf/core/perf_benchmark.py |
| @@ -59,9 +59,8 @@ class PerfBenchmark(benchmark.Benchmark): |
| return [] |
| return fieldtrial_util.GenerateArgs( |
| - os.path.join(variations_dir, |
| - 'fieldtrial_testing_config_%s.json' % self._FixupTargetOS( |
| - possible_browser.target_os))) |
| + os.path.join(variations_dir, 'fieldtrial_testing_config_.json'), |
|
aiolos (Not reviewing)
2016/09/27 19:26:03
Have the platform-specific configs already been mi
robliao
2016/09/27 19:31:23
Yes, and I missed this usage.
The migration occur
|
| + self._FixupTargetOS(possible_browser.target_os)) |
| @staticmethod |
| def IsSvelte(possible_browser): |