summaryrefslogtreecommitdiff
path: root/core/examples/http_bench.js
AgeCommit message (Expand)Author
2020-08-21Split core http benchmark into 'bin_ops' and 'json_ops' variants (#7147)Bert Belder
2020-08-21Convert the remaining http_bench ops to json ops (#7143)Bert Belder
2020-08-20First pass at json ops in core (#7033)Ryan Dahl
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-06-01feat(core): Ops can take several zero copy buffers (#4788)Valentin Anger
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-20Add require-await lint rule (#4401)Samrith Shankar
2020-03-16refactor: add no-return-await lint rule (#4384)Bartek Iwańczuk
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