Skip to content

Commit 2a2a497

Browse files
authored
Update test_perf_output_format.py (#100)
1 parent 978e01e commit 2a2a497

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/performance/test_perf_output_format.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ def test_perf_create_metrics_dataframe(benchmark, num_experiments, num_steps, nu
5757
)
5858

5959

60+
# NOTE: This test gets surprisingly big variance in timing, probably due to memory usage?
61+
# Example from 2025-10-01: p0: 0.772, p80: 0.941, p100: 0.946
6062
@expected_benchmark(
61-
num_experiments=100, num_attributes=10, num_points_per_attribute=1500, min_p0=0.700, max_p80=0.900, max_p100=1.200
63+
num_experiments=100, num_attributes=10, num_points_per_attribute=1500, min_p0=0.700, max_p80=1.100, max_p100=1.300
6264
)
6365
def test_perf_create_metrics_dataframe_with_random_data(
6466
benchmark, num_experiments, num_attributes, num_points_per_attribute

0 commit comments

Comments
 (0)