]> code.ossystems Code Review - openembedded-core.git/commit
oeqa.buildperf: change sorting in json report
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 13 Jan 2017 14:00:37 +0000 (16:00 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:04:00 +0000 (12:04 +0000)
commit75e8aec0e0d81888be47b35c3c84df73edb91868
tree0f1f7d4a314a881ae435d8b5dae37a22e607f340
parent0b1892fa9165407a156609ff7cb3708e21bacd8c
oeqa.buildperf: change sorting in json report

Use OrderedDict() instead of sort_keys=True (of json.dump()). Makes for
more logical sorting of the values in the report.

[YOCTO #10590]

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/buildperf/base.py