[OE-core] [PATCH 0/7] Build perf test enhancements

Markus Lehtonen markus.lehtonen at linux.intel.com
Mon Apr 3 15:58:32 UTC 2017


This patchset contains some fixes and new features to build performance tests.

The first three patches fix some minor problems in the oe-build-perf-report
script. The last four patches implement new features (plus fix one bug) to the
build perf test wrapper script - most notably adding support for pushing data
to remote git and sending test reports by email.


The following changes since commit 3b7111b30dbd9a4cdd141b594164da18c15ae970:

  automake: Adjust shebang lines to remove interpreter path hardcode (2017-04-01 08:22:04 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib marquiz/buildperf/scripts
  http://git.openembedded.org/openembedded-core-contrib/log/?h=marquiz/buildperf/scripts


Markus Lehtonen (7):
  scripts/oe-build-perf-report: better guessing of args
  scripts/oe-build-perf-report: fix 'charts ready' console message
  scripts/oe-build-perf-report: fix typo
  build-perf-test-wrapper.sh: make it possible to specify Git branch
    name
  build-perf-test-wrapper.sh: correctly check test script exit status
  build-perf-test-wrapper.sh: support pushing to remote Git
  build-perf-test-wrapper.sh: support sending email reports

 scripts/contrib/build-perf-test-wrapper.sh         | 70 +++++++++++++++++-----
 scripts/lib/build_perf/html/measurement_chart.html |  6 +-
 scripts/lib/build_perf/html/report.html            |  5 +-
 scripts/oe-build-perf-report                       |  4 +-
 4 files changed, 62 insertions(+), 23 deletions(-)

-- 
2.10.2




More information about the Openembedded-core mailing list