]> code.ossystems Code Review - openembedded-core.git/commit
scripts/contrib: introduce build-perf-test-wrapper.sh
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 26 Apr 2016 12:51:20 +0000 (15:51 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Jul 2016 15:08:52 +0000 (16:08 +0100)
commit946a076c2ce20dd8f7cfa1acbdab1268d406d3e1
tree7b19f0ff1762f12f5bb268c78ec6c29b0cd2e0b6
parentbc865b5cb5a9a76048ee9c55a29f5e1a926bb543
scripts/contrib: introduce build-perf-test-wrapper.sh

A shell script wrapper around oe-build-perf-test script. The purpose of
this wrapper is to act as a executor script, making it possible to run
the tests with a single command. The wrapper script initializes the
build environment, runs oe-build-perf-test and archives the results.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/contrib/build-perf-test-wrapper.sh [new file with mode: 0755]