Skip to content

Commit

Permalink
temporarily turn down benchmark intensity
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn committed Dec 6, 2024
1 parent d49e473 commit a604830
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/test_timeseries_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ class ConceptConfig:
[
10,
100,
500,
750,
1000,
# 500,
# 750,
# 1000,
],
)
@pytest.mark.parametrize(
Expand All @@ -79,7 +79,7 @@ class ConceptConfig:
f"{2**i}x{2**i}"
for i in [
9,
10,
# 10,
# 11,
]
],
Expand Down Expand Up @@ -185,10 +185,10 @@ def run_gif_request():
[
10,
100,
500,
1000,
1500,
2000,
# 500,
# 1000,
# 1500,
# 2000,
],
)
def test_statistics(
Expand Down

0 comments on commit a604830

Please sign in to comment.