Searched refs:story_selection_config (Results 1 – 2 of 2) sorted by relevance
/external/cronet/testing/scripts/ |
D | run_performance_tests_unittest.py | 25 story_selection_config = json.loads( 28 'benchmark_name', self._fake_options, story_selection_config 37 story_selection_config = json.loads( 40 'benchmark_name', self._fake_options, story_selection_config 46 story_selection_config = json.loads( 49 'benchmark_name', self._fake_options, story_selection_config 55 story_selection_config = json.loads( 58 'benchmark_name', self._fake_options, story_selection_config 66 story_selection_config = json.loads( 69 'benchmark_name', self._fake_options, story_selection_config [all …]
|
D | run_performance_tests.py | 381 story_selection_config=None, is_reference=False): argument 384 self._story_selection_config = story_selection_config 779 for (benchmark, story_selection_config) in benchmarks_and_configs.items(): 785 story_selection_config=story_selection_config) 798 story_selection_config=story_selection_config,
|