Skip to content

Commit 057d513

Browse files
committed
adding parameters to asv
1 parent efc2b8c commit 057d513

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

microbiorust-py/benchmarks/bench_pipeline.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ class PipelineSuite:
55
"""
66
Benchmarks for microbiorust-py
77
"""
8+
# Setup asv parameters - suggested on ArcticDB website
9+
rounds = 2
10+
number = 2
11+
repeat = 3
12+
min_run_count = 1
13+
warmup_time = 0
814
# Setup runs before the timer starts
915
def setup(self):
1016
bench_dir = os.path.dirname(__file__)

0 commit comments

Comments
 (0)