[OE-core] [PATCH 0/4] script to run build tests and collect time metrics
Stefan Stanacar
stefanx.stanacar at intel.com
Fri Mar 29 15:10:19 UTC 2013
Hello,
This script runs a series of standard tests and collects some metrics
(wall clock and size of tmp/). It takes care of dropping vm caches
(for which it need sudo access) and doing a fetchall first.
It uses /usr/bin/time to measure the wall clock for builds (not bash
internal time command).
The metrics collected are:
* time bitbake core-image-sato and size of tmp/ dir without sstate
* time bitbake virtual/kernel
* time bitbake core-image-sato and size of tmp/ without sstate but with rm_work enabled
* time bitbake core-image-sato -c rootfs with sstate
* three parsing time metrics (bitbake -p) with and without tmp/cache.
The results are collected in build-perf-test/globalres.log for all commits
that it has run, and in a separate folder for ech run (called results-<rev>-<date>)
This is the same script used to collect the results for:
https://wiki.yoctoproject.org/wiki/Performance_Test#1.4_Perfomance_Data
It's still a work in progress and needs some improvements but it should be a good starting point.
Regards,
Stefan
The following changes since commit 2f4fe1ee111a3dff68ac1cea6f3f6767cd6fe4eb:
bitbake: hob: Search strings and results should be persistent (2013-03-29 10:41:25 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib stefans/perf-test
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=stefans/perf-test
Stefan Stanacar (4):
scripts/contrib/build-perf-test.sh: add a script for build performance
tracking
scripts/contrib/build-perf-test.sh: add a global results file
scripts/contrib/build-perf-test.sh: add option to allow cherry-picking
of fix revisions
scripts/contrib/build-perf-test.sh: add timings for bitbake -p
scripts/contrib/build-perf-test.sh | 348 +++++++++++++++++++++++++++++++++++++
1 file changed, 348 insertions(+)
create mode 100755 scripts/contrib/build-perf-test.sh
--
1.8.1.4
More information about the Openembedded-core
mailing list