From 2307761116ce849f45fe92d1e08c647a824a2273 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 26 Jul 2025 21:31:52 -0600 Subject: Profile the current task as well --- t/test_functionality.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/test_functionality.py') diff --git a/t/test_functionality.py b/t/test_functionality.py index eb9873a..32e89f8 100644 --- a/t/test_functionality.py +++ b/t/test_functionality.py @@ -240,8 +240,8 @@ class BasicUsage(utils.AergiaUnitTestCase): self.assert_reasonable_delay('a', 0, aergia_samples) self.assert_similar_delay('c', yappi_samples, aergia_samples) - # Aergia does not assign time to the current task. - # These should fail. + # Aergia only assigns time to the current line where the task is + # suspended, not the whole coroutine stack. # self.assert_similar_delay('b', yappi_samples, aergia_samples) # self.assert_similar_delay('a', yappi_samples, aergia_samples) -- cgit v1.2.3