summaryrefslogtreecommitdiff
path: root/core/examples/http_bench.js
AgeCommit message (Expand)Author
2020-02-07Refactor deno_core_http_bench and make it single-threaded (#3903)Bert Belder
2020-01-17fix deno_core_http_bench (#3698)Bartek Iwańczuk
2020-01-17feat: support individual async handler for each op (#3690)Andy Finch
2020-01-11refactor: remove Isolate.current_send_cb_info and DenoBuf, port Isolate.share...Bartek Iwańczuk
2019-10-14perf: eager poll async ops in Isolate (#3046)Bartek Iwańczuk
2019-09-30feat: op registration in core (#3002)Bartek Iwańczuk
2019-08-07Add op_id throughout op API (#2734)Ryan Dahl
2019-06-14Revert "Refactor dispatch handling (#2452)"Ryan Dahl
2019-06-13Refactor dispatch handling (#2452)andy finch
2019-04-16Move deno_core_http_bench into examples dir (#2127)Ryan Dahl