From d2a408f452db1157a1e6a14810bd1f03fc431d9d Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Tue, 6 Sep 2022 23:08:37 +0530 Subject: perf(runtime): short-circuit `queue_async_op` for Poll::Ready (#15773) --- runtime/js/40_testing.js | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/js/40_testing.js') diff --git a/runtime/js/40_testing.js b/runtime/js/40_testing.js index e3a6ce324..c1ce3e726 100644 --- a/runtime/js/40_testing.js +++ b/runtime/js/40_testing.js @@ -147,6 +147,7 @@ // cleared can actually be removed from resource table, otherwise // false positives may occur (https://github.com/denoland/deno/issues/4591) await opSanitizerDelay(); + await opSanitizerDelay(); } if (shouldSkipSanitizers(desc)) return; -- cgit v1.2.3