What's an idiomatic way to benchmark Python?
An example of good benchmarking is the Golang ULID project, e.g. the output discussed here: oklog/ulid#126 (comment)
Does Python have something similar?
NB. pytest-benchmark might be one option, but this doesn't support async.
What's an idiomatic way to benchmark Python?
An example of good benchmarking is the Golang ULID project, e.g. the output discussed here: oklog/ulid#126 (comment)
Does Python have something similar?
NB. pytest-benchmark might be one option, but this doesn't support async.