Coverage for mlos_bench/mlos_bench/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.6.1, created at 2024-10-07 01:52 +0000

1# 

2# Copyright (c) Microsoft Corporation. 

3# Licensed under the MIT License. 

4# 

5"""mlos_bench is a framework to help automate benchmarking and and OS/application 

6parameter autotuning. 

7""" 

8from mlos_bench.version import VERSION 

9 

10__version__ = VERSION