Avatar for the cloudflare user
cloudflare
workerd
BlogDocsChangelog

Branches performance

Pull requests

Set a default date for perf_hooks, v8, tty, child_process, worker_threads, readline, repl, and performance classes modules#6135
last run
5 hours ago
Graduate remaining experimental nodejs_compat module flags Set a default enable date (2026-03-10) for the remaining experimental Node.js compatibility flags: perf_hooks, v8, tty, child_process, worker_threads, readline, and repl modules. Also graduate enable_global_performance_classes as implied by enableNodeJsPerfHooksModule. Similar to #5880 and #5567, these flags are replaced from $experimental to $impliedByAfterDate so they become automatically enabled for workers with nodejs_compat and a compatibility date >= 2026-03-10.
5 hours ago
6f44d0a
pbacondarwin/graduate-nodejs-experimental-flags
CodSpeed Performance Gauge
0%
Flush pending microtasks on service worker startup Service-worker format scripts (non-module) did not flush the V8 microtask queue after top-level evaluation in the Worker constructor. When two Workers sharing an isolate (same script, different zones) are constructed sequentially, and leave pending microtasks on the shared per-isolate queue, the first request's microtask checkpoint will then drain microtasks from both contexts, executing the other Worker's callbacks under the wrong IoContext — causing things like `TimeoutId::Generator`` mismatch assertions and potential cross-context state corruption. The fix is to call `lock.runMicrotasks()` after `NonModuleScript::run()`, matching the module path. A test in workerd (either C++ or wd-test) is currently not possible so the regression test will be added to the internal project.
7 hours ago
d3dfab5
jasnell/flush-microtask-on-service-worker-startup
CodSpeed Performance Gauge
0%
fix edge cases with buffer transcode#6133
last run
7 hours ago
fix edge cases with buffer transcode
8 hours ago
b80b7e7
yagiz/fix-buffer-transcode
CodSpeed Performance Gauge
0%
last run
1 day ago
update dependencies to latest version
1 day ago
7ed2d38
automatic-update-deps
CodSpeed Performance Gauge
-16%
© 2026 CodSpeed Technology
Home Terms Privacy Docs