diff options
| author | bd <bdunahu@operationnull.com> | 2025-07-26 21:31:52 -0600 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-07-26 21:31:52 -0600 |
| commit | 2307761116ce849f45fe92d1e08c647a824a2273 (patch) | |
| tree | ac466f1840957dab5ae9fbd4f56783ae1717899f /t/test_functionality.py | |
| parent | 7c6be83c05f27d27ff6d0ef62622e8ae12ce1504 (diff) | |
Profile the current task as well
Diffstat (limited to 't/test_functionality.py')
| -rw-r--r-- | t/test_functionality.py | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
