benchmark.core.report: Add _combine_times 43/66743/8
authorEmma Foley <emma.l.foley@intel.com>
Fri, 25 Jan 2019 14:42:55 +0000 (14:42 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Mon, 11 Feb 2019 11:53:27 +0000 (11:53 +0000)
commit6a0ab66ed2890c7236db8ff49cde909f24f5d92a
tree7c6317d448265799e0216b46fca13d6c923faba5
parent498fcc39a9f948f6911157c5cba27986e3f78208
benchmark.core.report: Add _combine_times

_combine_times() combines and interleves separate lists of
timestamps.

This will allow the Yardstick and Barometer timestamps to
be combined for the dynamic HTML report created with
``yardstick report generate-nsb`` command.

JIRA: YARDSTICK-1593
Change-Id: I0f5ea4d001775495fb9b9b4de2d2360c9c61cc51
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
yardstick/benchmark/core/report.py
yardstick/tests/unit/benchmark/core/test_report.py