summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/buildperf
Commit message (Expand)AuthorAgeFilesLines
* sanity.bbclass: Move sanity_info from conf to cachePeter Kjellerstedt2020-01-281-1/+1
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-06-183-23/+3
* buildperf: measure the size of core-image-sato rootfsRoss Burton2018-03-161-2/+2
* oeqa/buildperf/base: Fix fetchall reference to use runall bitbake optionRichard Purdie2018-02-201-1/+1
* oeqa/buildperf: Add 'bitbake -m' on sync function to ensure bitbake is unloadedJose Perez Carranza2017-07-252-0/+3
* oeqa.buildperf: limit the length of error outputMarkus Lehtonen2017-03-271-1/+1
* oe-build-perf-test: sum rusage in buildstatsMarkus Lehtonen2017-03-271-12/+12
* oe-build-perf-test: pack all buildstat in one fileMarkus Lehtonen2017-03-272-31/+35
* oeqa/buildperf: don't archive stdout/stderr of commandsMarkus Lehtonen2017-02-152-25/+14
* oeqa.buildperf: reword test descriptionsMarkus Lehtonen2017-02-051-4/+4
* oeqa.buildperf: store measurements as a dict (object) in the JSON reportMarkus Lehtonen2017-01-231-4/+11
* oeqa.buildperf: change sorting in json reportMarkus Lehtonen2017-01-231-31/+32
* oe-build-perf-test: remove unused imports and fix indentMarkus Lehtonen2017-01-231-5/+2
* oe-build-perf-test: save test metadata in a separate fileMarkus Lehtonen2017-01-231-129/+0
* oeqa.buildperf: report results in chronological orderMarkus Lehtonen2017-01-231-15/+10
* oeqa.buildperf: extend xml report format with test descriptionMarkus Lehtonen2017-01-231-0/+4
* oeqa.buildperf: extend xml format to contain measurement dataMarkus Lehtonen2017-01-231-1/+22
* oe-build-perf-test: enable xml reportingMarkus Lehtonen2017-01-231-1/+42
* oeqa.buildperf: include error details in json reportMarkus Lehtonen2017-01-231-0/+24
* oeqa.buildperf: sync test status names with JUnitMarkus Lehtonen2017-01-231-3/+3
* oeqa.buildperf: prevent a crash on unexpected successMarkus Lehtonen2017-01-231-2/+5
* oeqa.buildperf: measure apparent size instead of real disk usageMarkus Lehtonen2016-10-062-4/+11
* oeqa.buildperf: another fix for splitting 'nevr' stringMarkus Lehtonen2016-09-141-0/+5
* oeqa.buildperf: be sure to use the latest buildstatsMarkus Lehtonen2016-09-081-1/+1
* oeqa.buildperf: try harder when splitting 'nevr' stringMarkus Lehtonen2016-09-081-2/+4
* oeqa.buildperf: correct globalres time formatMarkus Lehtonen2016-09-061-1/+1
* oeqa.buildperf: include commands log file name in results.jsonMarkus Lehtonen2016-09-031-5/+9
* oeqa.buildperf: include buildstats file name in results.jsonMarkus Lehtonen2016-09-032-8/+17
* oeqa.buildperf: show skipped tests in results, tooMarkus Lehtonen2016-09-031-1/+2
* oeqa.buildperf: convert buildstats into json formatMarkus Lehtonen2016-09-031-3/+66
* oeqa.buildperf: measure io statMarkus Lehtonen2016-09-031-2/+9
* oeqa.buildperf: don't use Gnu timeMarkus Lehtonen2016-09-031-33/+39
* oeqa.buildperf: rename buildstats directoriesMarkus Lehtonen2016-09-031-2/+3
* oeqa.buildperf: separate output dir for each testMarkus Lehtonen2016-09-031-1/+2
* oeqa.buildperf: strip date from buildstats directory pathMarkus Lehtonen2016-09-031-1/+5
* oeqa.buildperf: enable json-formatted resultsMarkus Lehtonen2016-09-031-0/+40
* oeqa.buildperf: add 'product' to test result dataMarkus Lehtonen2016-09-031-0/+1
* oeqa.buildperf: treat failed measurements as errorsMarkus Lehtonen2016-09-031-23/+13
* oeqa.buildperf: make tests independentMarkus Lehtonen2016-09-032-3/+14
* oeqa.buildperf: fix checking of invalid resultsMarkus Lehtonen2016-09-031-1/+1
* oe-build-perf-test: add {git_commit_count} keyword for --commit-results-tagMarkus Lehtonen2016-08-251-0/+1
* oeqa.buildperf: add git commit count to result dataMarkus Lehtonen2016-08-251-7/+11
* oe-build-perf-test: new {tag_num} keyword for --commit-results-tagMarkus Lehtonen2016-08-251-4/+15
* oe-build-perf-test: tag results committed to GitMarkus Lehtonen2016-08-251-1/+10
* oe-build-perf-test: implement --commit-results-branchMarkus Lehtonen2016-08-251-0/+5
* oe-build-perf-test: support committing results data to GitMarkus Lehtonen2016-08-251-0/+35
* oeqa.buildperf: use term commit instead of revisionMarkus Lehtonen2016-08-251-15/+15
* oeqa.utils.git: implement GitRepo.get_current_branch()Markus Lehtonen2016-08-251-5/+2
* oeqa.utils.git: introduce GitRepo.rev_parse()Markus Lehtonen2016-08-251-1/+1
* oeqa.buildperf: fix crash when creating globalres.logMarkus Lehtonen2016-08-201-1/+1