The PR #206 changed the data structure used to hold the current work performed by the pipeline, from a FuturesOrdered to a single future held in an Option. A benchmark was set up in order to compare performances and yielded better results. This could be due to the fact that the benchmark only tests calldata derivation, not blob.
Verify that performances of the rollup node doesn't degrade past the Bernoulli upgrade (after which data was posted via blobs). This should be tracked during sync of the node, using the provided metrics.