Skip to content

Commit

Permalink
test(monitor): Add missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonpradolima committed Dec 22, 2024
1 parent 7214180 commit f568e87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions coleman4hcs/tests/utils/test_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,9 @@ def test_save_with_non_empty_temp_rows(tmp_path, monitor_collector, mock_scenari
@pytest.mark.performance
@pytest.mark.parametrize("num_records", [1000, 10_000, 100_000])
def test_temp_limit_performance(benchmark, num_records):
"""
Performance benchmark for data collection and handling large temporary buffers.
"""
mock_metric = MagicMock()
mock_metric.detected_failures = 5
mock_metric.undetected_failures = 3
Expand Down

0 comments on commit f568e87

Please sign in to comment.