summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/buildperf/base.py
Commit message (Expand)AuthorAgeFilesLines
* oeqa.buildperf: measure apparent size instead of real disk usageMarkus Lehtonen2016-10-061-2/+7
* 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-031-4/+14
* 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-031-0/+7
* 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
* oeqa.buildperf: use oe.path.remove()Markus Lehtonen2016-08-171-11/+4
* oeqa.buildperf: be more verbose about failed commandsMarkus Lehtonen2016-08-171-3/+9
* oeqa.buildperf: introduce runCmd2()Markus Lehtonen2016-08-171-5/+10
* oeqa.buildperf: add BuildPerfTestResult classMarkus Lehtonen2016-08-171-72/+78
* oeqa.buildperf: add BuildPerfTestLoader classMarkus Lehtonen2016-08-171-0/+5
* oeqa.buildperf: derive BuildPerfTestCase class from unitest.TestCaseMarkus Lehtonen2016-08-171-37/+30
* buildperf: Add support for times without decimal partJose Perez Carranza2016-08-171-1/+5
* oe-build-perf-test: implement --globalres-file optionMarkus Lehtonen2016-07-011-0/+32
* oeqa.buildperf: add git revision and branch to result dataMarkus Lehtonen2016-07-011-0/+32
* oeqa.buildperf: archive build/conf into test resultsMarkus Lehtonen2016-07-011-0/+8
* oeqa.buildperf: implement BuildPerfTestRunner classMarkus Lehtonen2016-07-011-0/+47
* oeqa.buildperf: add method for saving buildstatsMarkus Lehtonen2016-07-011-0/+5
* oeqa.buildperf: add method for measuring file disk usageMarkus Lehtonen2016-07-011-0/+19
* oeqa.buildperf: add method to log shell commandsMarkus Lehtonen2016-07-011-0/+5
* oeqa.buildperf: method for measuring system resource usageMarkus Lehtonen2016-07-011-2/+62
* oeqa.buildperf: add BuildPerfTest classMarkus Lehtonen2016-07-011-1/+77
* oeqa.buildperf: functionality to drop kernel cachesMarkus Lehtonen2016-07-011-0/+46