Home
last modified time | relevance | path

Searched refs:command_generator (Results 1 – 1 of 1) sorted by relevance

/external/cronet/testing/scripts/
Drun_performance_tests.py299 def execute_gtest_perf_test(command_generator, output_paths, use_xvfb=False, argument
310 if command_generator._ignore_shard_env_vars:
318 command = command_generator.generate(output_paths.benchmark_path)
348 executable_name = command_generator.executable_name
369 'executing gtest %s' % command_generator.executable_name, start)
506 command_generator, output_paths, use_xvfb=False, argument
517 command = command_generator.generate(temp_dir)
554 print_duration('executing benchmark %s' % command_generator.benchmark, start)
680 command_generator = GtestCommandGenerator(
691 command_generator, output_paths, options.xvfb)
[all …]