1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-14 16:33:45 -05:00
denoland-deno/tools
Ryan Dahl 2338e7679c
Remove --current-thread flag (#3830)
This flag was added to evaluate performance relative to tokio's threaded
runtime. Although it's faster in the HTTP benchmark, it's clear the runtime
is not the only perf problem.

Removing this flag will simplify further refactors, in particular
adopting the #[tokio::main] macro. This will be done in a follow up.

Ultimately we expect to move to the current thread runtime with Isolates
pinned to specific threads, but that will be a much larger refactor. The
--current-thread just complicates that effort.
2020-01-30 10:49:33 -05:00
..
hyper_hello change copyrights from 2019 to 2020 (#3733) 2020-01-21 10:01:55 -05:00
testdata Fix bug in strace parser (#3720) 2020-01-20 09:49:18 -05:00
benchmark.py feat: dprint formatter (#3820) 2020-01-29 21:16:48 -05:00
benchmark_test.py Fix bug in strace parser (#3720) 2020-01-20 09:49:18 -05:00
build_benchmark_jsons.py Replace libdeno with rusty_v8 (#3556) 2020-01-05 09:19:29 -05:00
deno_dir_test.py Happy new year! (#3578) 2020-01-02 15:13:47 -05:00
deno_http_proxy.ts feat: Deno.args now does not include script (#3628) 2020-01-09 11:37:01 -07:00
deno_tcp.ts feat: Deno.args now does not include script (#3628) 2020-01-09 11:37:01 -07:00
deno_tcp_proxy.ts rename dial to connect and dialTLS to connectTLS (#3710) 2020-01-18 18:35:12 +01:00
docs.py Happy new year! (#3578) 2020-01-02 15:13:47 -05:00
fetch_test.py Happy new year! (#3578) 2020-01-02 15:13:47 -05:00
format.py Replace libdeno with rusty_v8 (#3556) 2020-01-05 09:19:29 -05:00
http_benchmark.py Remove --current-thread flag (#3830) 2020-01-30 10:49:33 -05:00
http_server.py Improve support of type definitions (#3755) 2020-01-26 13:59:41 -05:00
lint.py feat: dprint formatter (#3820) 2020-01-29 21:16:48 -05:00
node_http.js Happy new year! (#3578) 2020-01-02 15:13:47 -05:00
node_http_proxy.js Happy new year! (#3578) 2020-01-02 15:13:47 -05:00
node_tcp.js Happy new year! (#3578) 2020-01-02 15:13:47 -05:00
node_tcp_promise.js Happy new year! (#3578) 2020-01-02 15:13:47 -05:00
node_tcp_proxy.js add tcp proxy benchmarks + split out website section for proxy req/s (#2464) 2019-06-06 22:46:18 -04:00
package.json Upgrade node_modules, change tagline, clean up root directory (#3247) 2019-10-31 19:33:27 -07:00
pylintrc update pylintrc (#3618) 2020-01-08 01:51:11 +01:00
repl_test.py Happy new year! (#3578) 2020-01-02 15:13:47 -05:00
sha256sum.py Happy new year! (#3578) 2020-01-02 15:13:47 -05:00
sync_node_modules.py Happy new year! (#3578) 2020-01-02 15:13:47 -05:00
sync_python_modules.py Happy new year! (#3578) 2020-01-02 15:13:47 -05:00
target_test.py Replace libdeno with rusty_v8 (#3556) 2020-01-05 09:19:29 -05:00
test_format.py Upgrade pylint (#2917) 2019-09-11 16:47:42 -04:00
test_util.py Happy new year! (#3578) 2020-01-02 15:13:47 -05:00
third_party.py Replace libdeno with rusty_v8 (#3556) 2020-01-05 09:19:29 -05:00
throughput_benchmark.py change copyrights from 2019 to 2020 (#3733) 2020-01-21 10:01:55 -05:00
upload_docs.py fix cargo-publish-on-tag (#3781) 2020-01-24 14:24:27 -05:00
util.py change copyrights from 2019 to 2020 (#3733) 2020-01-21 10:01:55 -05:00
util_test.py change copyrights from 2019 to 2020 (#3733) 2020-01-21 10:01:55 -05:00