We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc2b8c commit 057d513Copy full SHA for 057d513
1 file changed
microbiorust-py/benchmarks/bench_pipeline.py
@@ -5,6 +5,12 @@ class PipelineSuite:
5
"""
6
Benchmarks for microbiorust-py
7
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
14
# Setup runs before the timer starts
15
def setup(self):
16
bench_dir = os.path.dirname(__file__)
0 commit comments