summaryrefslogtreecommitdiff
path: root/cli/bench/http/deno_post_bin.lua
AgeCommit message (Collapse)Author
2024-10-24bench: remove http benchmarks (#26484)Bartek IwaƄczuk
These benchmarks run on GitHub Actions and are extremely noisy, thus not providing much value.
2022-10-04perf(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.