diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-05-14 01:16:46 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-05-14 01:23:36 +0300 |
| commit | 3e738c6743cc50e21b4b09d77abde922ebbfc0a7 (patch) | |
| tree | c8000ff21f36a7ba00fef20c807576b696217053 /benchmark.py | |
| parent | cb57365b211c7178e10f8b722abca3afdb65e206 (diff) | |
Perf improvements
Diffstat (limited to 'benchmark.py')
| -rw-r--r-- | benchmark.py | 2 |
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) |
