mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
oe-build-perf-test: introduce oeqa.buildperf module
Wireframe of a new Python module for containing build performance tests and utility functions. (From OE-Core rev: b44af9051a9da8d2cddc7b071a896331967f15cc) 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
c855cb807d
commit
7d42ceae3a
12
meta/lib/oeqa/buildperf/__init__.py
Normal file
12
meta/lib/oeqa/buildperf/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# Copyright (c) 2016, Intel Corporation.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it
|
||||
# under the terms and conditions of the GNU General Public License,
|
||||
# version 2, as published by the Free Software Foundation.
|
||||
#
|
||||
# This program is distributed in the hope it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||
# more details.
|
||||
#
|
||||
"""Build performance tests"""
|
||||
Reference in New Issue
Block a user