Skip to content

Commit

Permalink
revert bench
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Sep 5, 2024
1 parent fbfebc4 commit 02dfb8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benches/bench_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def reset_imports():
REGISTRY.unregister(collector)


@pytest.mark.benchmark(group="imports", min_rounds=10)
@pytest.mark.benchmark(group="imports")
def bench_import_prefect(benchmark: BenchmarkFixture):
def import_prefect():
reset_imports()
Expand All @@ -31,7 +31,7 @@ def import_prefect():


@pytest.mark.timeout(180)
@pytest.mark.benchmark(group="imports", min_rounds=10)
@pytest.mark.benchmark(group="imports")
def bench_import_prefect_flow(benchmark: BenchmarkFixture):
def import_prefect_flow():
reset_imports()
Expand Down

0 comments on commit 02dfb8f

Please sign in to comment.