index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
examples
/
http_bench.js
Age
Commit message (
Expand
)
Author
2020-08-21
Split core http benchmark into 'bin_ops' and 'json_ops' variants (#7147)
Bert Belder
2020-08-21
Convert the remaining http_bench ops to json ops (#7143)
Bert Belder
2020-08-20
First pass at json ops in core (#7033)
Ryan Dahl
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-06-01
feat(core): Ops can take several zero copy buffers (#4788)
Valentin Anger
2020-03-28
Update to Prettier 2 and use ES Private Fields (#4498)
Kitson Kelly
2020-03-20
Add require-await lint rule (#4401)
Samrith Shankar
2020-03-16
refactor: add no-return-await lint rule (#4384)
Bartek Iwańczuk
2020-02-07
Refactor deno_core_http_bench and make it single-threaded (#3903)
Bert Belder
2020-01-17
fix deno_core_http_bench (#3698)
Bartek Iwańczuk
2020-01-17
feat: support individual async handler for each op (#3690)
Andy Finch
2020-01-11
refactor: remove Isolate.current_send_cb_info and DenoBuf, port Isolate.share...
Bartek Iwańczuk
2019-10-14
perf: eager poll async ops in Isolate (#3046)
Bartek Iwańczuk
2019-09-30
feat: op registration in core (#3002)
Bartek Iwańczuk
2019-08-07
Add op_id throughout op API (#2734)
Ryan Dahl
2019-06-14
Revert "Refactor dispatch handling (#2452)"
Ryan Dahl
2019-06-13
Refactor dispatch handling (#2452)
andy finch
2019-04-16
Move deno_core_http_bench into examples dir (#2127)
Ryan Dahl