aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark.py')
-rw-r--r--benchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark.py b/benchmark.py
index a28dc0d..7a7df24 100644
--- a/benchmark.py
+++ b/benchmark.py
@@ -31,4 +31,4 @@ def benchmark_femtoqueue(num_tasks: int = 1000):
shutil.rmtree(tmpdir)
if __name__ == "__main__":
- benchmark_femtoqueue(500)
+ benchmark_femtoqueue(1000)