Lines Matching refs:bench_suite_dir
156 logfile = os.path.join(config.bench_suite_dir, f)
168 result = os.path.join(config.bench_suite_dir, bench + '.json')
178 log_file = os.path.join(config.bench_suite_dir, log_file)
283 bench_result = os.path.join(config.bench_suite_dir, 'bench_result')
291 new_bench_result_path = os.path.join(config.bench_suite_dir,
332 bench_result = os.path.join(config.bench_suite_dir, 'bench_result')
350 '--output=%s.json' % os.path.join(config.bench_suite_dir, bench),
383 os.environ['BENCH_SUITE_DIR'] = config.bench_suite_dir
457 infile = os.path.join(config.bench_suite_dir, bench + '.json')
459 outfile = os.path.join(config.bench_suite_dir,
483 infile = os.path.join(config.bench_suite_dir, bench + '.json')
484 outfile = os.path.join(config.bench_suite_dir, bench + '_report')