asv
asv copied to clipboard
Asyncio support
Is it possible to run asv with asyncio code?
Just tried and python show the warning: RuntimeWarning: coroutine 'Suite.time_simple' was never awaited
class Suite:
async def setup(self):
...
async def time_simple(self):
...