Lines Matching refs:benchmark
17 - Execute bench.py script within chroot to build benchmark
70 def CreateRunsh(destdir, benchmark):
71 """Create run.sh script to run benchmark.
73 Perflab needs a run.sh that runs the benchmark.
76 contents = '#!/bin/sh\n%s $@ %s\n' % (run_cmd, benchmark)
99 logger.GetLogger().LogError('benchmark results %s does not exist.' %
153 help='Build benchmark.')
201 logger.GetLogger().LogFatal('Bad benchmark %s specified' % arg)
235 'clean of benchmark %s failed.' % arg)
243 'Build of benchmark %s failed.' % arg)