mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
oeqa.buildperf: add BuildPerfTestLoader class
(From OE-Core rev: b281c4a49b0df1de9b3137efb8ff50744e06c48d) Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3f519df38e
commit
3acf648f58
@@ -12,6 +12,7 @@
|
||||
"""Build performance tests"""
|
||||
from .base import (perf_test_case,
|
||||
BuildPerfTestCase,
|
||||
BuildPerfTestLoader,
|
||||
BuildPerfTestRunner,
|
||||
KernelDropCaches)
|
||||
from .test_basic import *
|
||||
|
||||
Reference in New Issue
Block a user