workerdMerged#5770
Benchmark of new streams adapters
Adds benchmarks for streams pipe improvements and includes some fixes
7 substantial PRs (7 merged). 7 in workerd.
Adds benchmarks for streams pipe improvements and includes some fixes
Updates new streams adapters to use a state machine
Fixes for the new streams adapters to improve their functionality
Converts IdentityTransformStream to use a state machine with autogate
Removes unnecessary overrides for setImmediate and clearImmediate functions when nodejs_compat is enabled
Convert CompressionStream to use StateMachine behind autogate, as part of incremental streams conversion.
Add state machine utility to facilitate incremental rollout of streams conversions.