1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05:00
denoland-deno/cli/tests
Luca Casonato 430b63c2c4
perf: improve async op santizer speed and accuracy (#20501)
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.
2023-09-16 07:48:31 +02:00
..
integration fix(test): share fail fast tracker between threads (#20515) 2023-09-15 15:46:48 +00:00
node_compat chore: disable 'test-http-content-length.js` test (#20344) 2023-09-04 23:23:01 +02:00
testdata perf: improve async op santizer speed and accuracy (#20501) 2023-09-16 07:48:31 +02:00
unit perf: improve async op santizer speed and accuracy (#20501) 2023-09-16 07:48:31 +02:00
unit_node perf: improve async op santizer speed and accuracy (#20501) 2023-09-16 07:48:31 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00