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

3 statements  

« prev     ^ index     » next       coverage.py v7.5.1, created at 2024-05-06 00:35 +0000

1# 

2# Copyright (c) Microsoft Corporation. 

3# Licensed under the MIT License. 

4# 

5""" 

6Tests for mlos_bench storage. 

7""" 

8 

9CONFIG_COUNT = 10 

10CONFIG_TRIAL_REPEAT_COUNT = 3