| Index: tools/perf/core/perf_benchmark.py
|
| diff --git a/tools/perf/core/perf_benchmark.py b/tools/perf/core/perf_benchmark.py
|
| index 2f8d07e3813200586c9a542f17db5bf913105701..2adffbf583d63631778488f175c84934a4c7e195 100644
|
| --- a/tools/perf/core/perf_benchmark.py
|
| +++ b/tools/perf/core/perf_benchmark.py
|
| @@ -59,7 +59,7 @@
|
| return []
|
|
|
| return fieldtrial_util.GenerateArgs(
|
| - os.path.join(variations_dir, 'fieldtrial_testing_config.json'),
|
| + os.path.join(variations_dir, 'fieldtrial_testing_config_.json'),
|
| self._FixupTargetOS(possible_browser.target_os))
|
|
|
| @staticmethod
|
|
|