Home | History | Annotate | Download | only in benchtools

Lines Matching refs:exp_dir

60 def git_commit_expectations(repo_dir, exp_dir, bot, build, commit):
73 branch = exp_dir[exp_dir.rfind('/') + 1:]
78 ['cp', '%s/%s' % (exp_dir, filename), 'expectations/bench'],
101 def widen_bench_ranges(url, bot, repo_dir, exp_dir):
146 dst = os.path.join(exp_dir, fname)
190 exp_dir = os.path.join(d, 'exp' + ts_str)
191 clean_dir(exp_dir)
192 if not widen_bench_ranges(args.url, bot, repo_dir, exp_dir):
195 repo_dir, exp_dir, bot, build, commit):
201 delete_dirs([exp_dir])