summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-06-10 15:03:51 -0400
committerbd <bdunahu@operationnull.com>2025-06-10 15:03:51 -0400
commit669534099639907a0813b6c66b29e9d1ca95229e (patch)
tree338d6455df31ff75fb30e3de70c967673a4d69a4 /tests
parent5d7f40a890a1a1dd6dc7dc2982308932ba86cc42 (diff)
Add 'async-off' flag for comparison, add comments
Diffstat (limited to 'tests')
-rw-r--r--tests/overload.py (renamed from tests/simult-busy.py)1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/simult-busy.py b/tests/overload.py
index 4cc4b2a..21ee125 100644
--- a/tests/simult-busy.py
+++ b/tests/overload.py
@@ -16,6 +16,7 @@ async def main():
while True:
if time.time() - start_time > 3.5:
break
+ # print(asyncio.all_tasks())
await asyncio.sleep(0) # yield
except KeyboardInterrupt:
pass