1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/cli/bench/http
Matt Mastracci 0efe438f7c
perf: remove opAsync (#21690)
`opAsync` requires a lookup by name on each async call. This is a
mechanical translation of all opAsync calls to ensureFastOps.

The `opAsync` API on Deno.core will be removed at a later time.
2023-12-27 02:30:26 +01:00
..
deno_flash_hono_router.js BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759) 2023-04-26 14:54:03 +02:00
deno_flash_send_file.js bench: fix more benchmarks (#18864) 2023-04-26 21:59:32 +00:00
deno_http_native.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
deno_http_native_headers.js chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 16:51:32 +09:00
deno_http_read_headers.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
deno_http_read_headers.lua chore(cli/bench): Add more HTTP benchmarks (#14995) 2022-07-01 12:59:01 +05:30
deno_http_serve.js bench: fix benchmarks (#19600) 2023-06-24 10:36:15 +02:00
deno_post_bin.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00: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: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
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 bench: fix benchmarks (#19600) 2023-06-24 10:36:15 +02:00
deno_tcp.ts chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00