]> code.ossystems Code Review - openembedded-core.git/commit
scripts/contrib: add build time regression test script
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 19 Jul 2011 14:14:52 +0000 (15:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2011 14:24:55 +0000 (15:24 +0100)
commitd866a36d7839247e8cf61512a0092d7f4f396d1a
tree386d1194e3d3f60f48c0254e19bfb8a43e1da14d
parent81e92e8eab7f0f3d4ca72d4c7d1b872ebdc82fc8
scripts/contrib: add build time regression test script

test_build_time.sh is a bash script intended to be used in conjunction
with "git bisect run" in order to find regressions in build time, however
it can also be used independently. It cleans out the build output
directories, runs a specified worker script (an example is
test_build_time_worker.sh) under TIME(1), logs the results, and returns
a value telling "git bisect run" whether the build time is good (under
the specified threshold) or bad (over it).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/contrib/test_build_time.sh [new file with mode: 0755]
scripts/contrib/test_build_time_worker.sh [new file with mode: 0755]