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

4 statements  

« prev     ^ index     » next       coverage.py v7.9.2, created at 2025-07-14 00:55 +0000

1# 

2# Copyright (c) Microsoft Corporation. 

3# Licensed under the MIT License. 

4# 

5"""Tests for mlos_bench storage.""" 

6 

7CONFIG_TRIAL_REPEAT_COUNT = 3 

8TRIAL_RUNNER_COUNT = 5 

9CONFIG_COUNT = 10 + TRIAL_RUNNER_COUNT 

10MAX_TRIALS = CONFIG_COUNT * CONFIG_TRIAL_REPEAT_COUNT