__init__.py 366 B

12345678910111213
  1. # Copyright (c) 2016, Intel Corporation.
  2. #
  3. #
  4. # SPDX-License-Identifier: GPL-2.0-only
  5. #
  6. """Build performance tests"""
  7. from .base import (BuildPerfTestCase,
  8. BuildPerfTestLoader,
  9. BuildPerfTestResult,
  10. BuildPerfTestRunner,
  11. KernelDropCaches,
  12. runCmd2)
  13. from .test_basic import *