Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-24 | bench: remove http benchmarks (#26484) | Bartek IwaĆczuk | |
These benchmarks run on GitHub Actions and are extremely noisy, thus not providing much value. | |||
2022-10-04 | perf(ext/fetch): consume body using ops (#16038) | Marcos Casagrande | |
This commit adds a fast path to `Request` and `Response` that make consuming request bodies much faster when using `Body#text`, `Body#arrayBuffer`, and `Body#blob`, if the body is a FastStream. Because the response bodies for `fetch` are FastStream, this speeds up consuming `fetch` response bodies significantly. |