Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix description
  • Loading branch information
mdboom committed Nov 16, 2022
commit 37103157ec43990dcb2ddd3747986ba8035cd20e
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ async def benchmark():

if __name__ == "__main__":
runner = pyperf.Runner()
runner.metadata['description'] = "Benchmark async generators"
runner.metadata['description'] = "Benchmark dask"
runner.bench_async_func('dask', benchmark)