Lines Matching full:regression
8 This script is used by a trybot to run the src/tools/bisect-perf-regression.py
9 script with the parameters specified in run-bisect-perf-regression.cfg. It will
11 directory provided, and run the bisect-perf-regression.py script there.
23 bisect = imp.load_source('bisect-perf-regression',
25 'bisect-perf-regression.py'))
255 path_to_file: Path to the bisect-perf-regression.py script.
274 """Attempts to execute src/tools/bisect-perf-regression.py with the parameters
280 bisect-perf-regression.py script, where it will store it's own copy of
282 path_to_file: Path to the bisect-perf-regression.py script.
297 cmd = ['python', os.path.join(path_to_file, 'bisect-perf-regression.py'),
349 print 'Error: bisect-perf-regression.py returned with error %d' %\
360 ' provided in the run-bisect-perf-regression.cfg file.')
385 'run-bisect-perf-regression.cfg')
418 'run-bisect-perf-regression.cfg/run-perf-test.cfg for syntax errors.'