chore: add codspeed benchmarks (#340)

This commit is contained in:
J. Nick Koston
2025-01-07 10:52:53 -10:00
committed by GitHub
parent 1c20dcc504
commit 5bf90b9fb1
5 changed files with 247 additions and 5 deletions

View File

@@ -117,7 +117,7 @@ async def test_aio_proxy_object():
finally:
logger.removeHandler(log_handler)
assert log_error_queue.empty()
assert log_error_queue.empty(), log_error_queue.get_nowait()
bus.disconnect()
bus2.disconnect()