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 f145e08 commit 7886dc6Copy full SHA for 7886dc6
microbiorust-py/benchmarks/bench_pipeline.py
@@ -18,12 +18,12 @@ def setup(self):
18
# 1. Benchmark TIME
19
def time_process_all(self):
20
# This calls your function that returns Vec<String>
21
- result = gbk_to_faa(self.filepath)
+ result = microbiorust.gbk_to_faa(self.filepath)
22
for r in result:
23
print(r)
24
25
# 2. Benchmark MEMORY (The known spike)
26
def peakmem_process_all(self):
27
28
29
0 commit comments