Home | History | Annotate | Download | only in benchmark

Lines Matching full:benchmark

9 # This is the script to run specified benchmark with different toolchain
10 # settings. It includes the process of building benchmark locally and running
11 # benchmark on DUT.
13 """Main script to run the benchmark suite from building to testing."""
34 help='Select which benchmark to run')
58 help='Specify the host OS to build the benchmark.')
132 # Configure file for benchmark test
247 # Build benchmark binary with toolchain settings
250 # Build benchmark locally
263 logging.info('Building benchmark for toolchain setting No.%d...',
270 logging.error('Error while building benchmark!')
276 # Run autotest script for benchmark on DUT
279 logging.info('Benchmark with setting No.%d, iter.%d finished testing on '
300 logging.info('Benchmark result saved at %s.', new_bench_result_path)
304 logging.info('Start running benchmark on device...')
306 # Run benchmark and tests on DUT
381 # Set environment variable for the local loacation of benchmark suite.
382 # This is for collecting testing results to benchmark suite directory.
448 # Build benchmark for each single test configuration
472 logging.info('Start building and running benchmark: [%s]', bench)
478 # Run autotest script for benchmark test on device