Home | History | Annotate | Download | only in experiments

Lines Matching refs:outdir

70 def make_dir(outdir):
72 shutil.rmtree(outdir)
74 print "couldn't remove " + outdir
76 os.makedirs(outdir)
79 def run_test(outdir, test_name):
81 wload.run(outdir, test_name=test_name, iterations=args.iterations, collect=args.collect)
89 outdir=te.res_dir + '_' + args.out_prefix
90 make_dir(outdir)
96 test_outdir = os.path.join(outdir, test)
100 test_outdir = os.path.join(outdir, args.test_name)
107 te._log.info('RESULTS are in out directory: {}'.format(outdir))