1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/bench/http
Marcos Casagrande 569287b15b
perf(ext/fetch): consume body using ops (#16038)
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.
2022-10-04 15:48:50 +02:00
..
bun_hono_router.js fix(bench): make sure bytes/response is equal (#15763) 2022-09-04 18:29:38 +05:30
bun_http.js fix(bench): make sure bytes/response is equal (#15763) 2022-09-04 18:29:38 +05:30
bun_http_send_file.js fix(bench): make sure bytes/response is equal (#15763) 2022-09-04 18:29:38 +05:30
deno_flash_hono_router.js feat: update Deno.serve function signature (#15563) 2022-08-24 00:08:56 +02:00
deno_flash_send_file.js feat: update Deno.serve function signature (#15563) 2022-08-24 00:08:56 +02:00
deno_http_flash.js feat(ext/flash): add reuseport option on Linux (#16022) 2022-09-28 23:16:29 +05:30
deno_http_flash_ops.js feat(ext/flash): add reuseport option on Linux (#16022) 2022-09-28 23:16:29 +05:30
deno_http_flash_ops_spawn.js feat(ext/flash): add reuseport option on Linux (#16022) 2022-09-28 23:16:29 +05:30
deno_http_flash_post_bin.js perf(ext/fetch): consume body using ops (#16038) 2022-10-04 15:48:50 +02:00
deno_http_flash_post_bin.lua perf(ext/fetch): consume body using ops (#16038) 2022-10-04 15:48:50 +02:00
deno_http_flash_spawn.js feat(ext/flash): add reuseport option on Linux (#16022) 2022-09-28 23:16:29 +05:30
deno_http_native.js chore(bench): generalized HTTP benchmarks framework (#14815) 2022-06-08 17:33:38 +05:30
deno_http_native_headers.js chore(bench): generalized HTTP benchmarks framework (#14815) 2022-06-08 17:33:38 +05:30
deno_http_ops.js perf(ops): Monomorphic sync op calls (#15337) 2022-08-11 15:56:56 +02:00
deno_http_read_headers.js chore(cli/bench): Add more HTTP benchmarks (#14995) 2022-07-01 12:59:01 +05:30
deno_http_read_headers.lua chore(cli/bench): Add more HTTP benchmarks (#14995) 2022-07-01 12:59:01 +05:30
deno_post_bin.js perf(ext/fetch): consume body using ops (#16038) 2022-10-04 15:48:50 +02:00
deno_post_bin.lua perf(ext/fetch): consume body using ops (#16038) 2022-10-04 15:48:50 +02:00
deno_post_json.js chore(cli/bench): Add more HTTP benchmarks (#14995) 2022-07-01 12:59:01 +05:30
deno_post_json.lua chore(cli/bench): Add more HTTP benchmarks (#14995) 2022-07-01 12:59:01 +05:30
deno_reactdom_ssr_flash.jsx feat: update Deno.serve function signature (#15563) 2022-08-24 00:08:56 +02:00
deno_tcp.ts chore(bench): generalized HTTP benchmarks framework (#14815) 2022-06-08 17:33:38 +05:30
node_http.js chore(bench): generalized HTTP benchmarks framework (#14815) 2022-06-08 17:33:38 +05:30
node_http_read_headers.js chore(cli/bench): Add more HTTP benchmarks (#14995) 2022-07-01 12:59:01 +05:30
node_http_read_headers.lua chore(cli/bench): Add more HTTP benchmarks (#14995) 2022-07-01 12:59:01 +05:30
node_post_bin.js perf(ext/fetch): consume body using ops (#16038) 2022-10-04 15:48:50 +02:00
node_post_bin.lua perf(ext/fetch): consume body using ops (#16038) 2022-10-04 15:48:50 +02:00
node_post_json.js chore(cli/bench): Add more HTTP benchmarks (#14995) 2022-07-01 12:59:01 +05:30
node_post_json.lua chore(cli/bench): Add more HTTP benchmarks (#14995) 2022-07-01 12:59:01 +05:30
node_reactdom_ssr.js feat(ext/flash): An optimized http/1.1 server (#15405) 2022-08-18 17:35:02 +05:30
node_tcp.js chore(bench): generalized HTTP benchmarks framework (#14815) 2022-06-08 17:33:38 +05:30