summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/ops_sanitizer_step_leak.ts
AgeCommit message (Collapse)Author
2023-09-16perf: improve async op santizer speed and accuracy (#20501)Luca Casonato
This commit improves async op sanitizer speed by only delaying metrics collection if there are pending ops. This results in a speedup of around 30% for small CPU bound unit tests. It performs this check and possible delay on every collection now, fixing an issue with parent test leaks into steps.