summaryrefslogtreecommitdiff
path: root/core/examples/http_bench.js
AgeCommit message (Collapse)Author
2019-06-14Revert "Refactor dispatch handling (#2452)"Ryan Dahl
Due to performance regression: https://github.com/denoland/deno/commit/dc60fe9f300043f191286ef804a365e16e455f87#commitcomment-33943711 This reverts commit dc60fe9f300043f191286ef804a365e16e455f87.
2019-06-13Refactor dispatch handling (#2452)andy finch
Promise id is now created in core and passed back to JS.
2019-04-16Move deno_core_http_bench into examples dir (#2127)Ryan Dahl