summaryrefslogtreecommitdiff
path: root/cli/bench
AgeCommit message (Expand)Author
2023-11-22Revert "chore: update to `std@0.207.0` (#21284)" (#21295)Bartek Iwańczuk
2023-11-22chore: update to `std@0.207.0` (#21284)Asher Gomez
2023-11-17chore: make http benches more reliable to start (#21240)Matt Mastracci
2023-10-25build: fix lsp benchmark (#20969)Nayeem Rahman
2023-09-07feat: support import attributes (#20342)David Sherret
2023-08-19chore: remove third_party submodule (#20201)Divy Srivastava
2023-07-08chore: upgrade to dprint 0.39 (#19768)David Sherret
2023-07-02build: remove stale benchmark (#19681)Bartek Iwańczuk
2023-06-24bench: fix benchmarks (#19600)Bartek Iwańczuk
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-05-26chore: remove useless benchmark (#19272)Bartek Iwańczuk
2023-05-26chore(lsp/tests): diagnostic synchronization (reland) (#19270)David Sherret
2023-04-30perf(core): async op pseudo-codegen and performance work (#18887)Matt Mastracci
2023-04-27fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859)Matt Mastracci
2023-04-26bench: fix more benchmarks (#18864)Bartek Iwańczuk
2023-04-26chore: fix benchmarks (#18863)David Sherret
2023-04-26BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759)Bartek Iwańczuk
2023-04-22feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619)Matt Mastracci
2023-04-16bench: add benchmark for deferred async ops (#18722)Bartek Iwańczuk
2023-04-13perf(ops): directly respond for eager ops (#18683)Bartek Iwańczuk
2023-04-05chore(cli/bench): add ws echo bench (#18595)Divy Srivastava
2023-04-03refactor: remove "ext/flash" (#18578)Bartek Iwańczuk
2023-03-27fix(cli/bench): look for clone3 syscalls for thread count (#18456)Divy Srivastava
2023-03-22chore(test_util): replace tempdir code w/tempdir crate (#18340)Matt Mastracci
2023-03-18chore(bench): add RUNTIME_SNAPSHOT.bin (#18269)Leo Kettmeir
2023-03-15refactor: remove usages of `map_or` / `map_or_else` (#18212)David Sherret
2023-03-15perf: do not depend on iana-time-zone (#18088)Divy Srivastava
2023-03-09refactor(tests/lsp): consolidate more into test LspClient and reduce verbosit...David Sherret
2023-03-08refactor(lsp): improve test client initialization (#18015)David Sherret
2023-03-03feat(ops): reland fast zero copy string arguments (#17996)Divy Srivastava
2023-02-22fix(lint): revert no-deprecated-api for Deno.run (#17880)David Sherret
2023-02-09refactor: deno_graph 0.43 upgrade (#17692)David Sherret
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-24refactor: remove Deno.core (#16881)Bartek Iwańczuk
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-14refactor(bench/http): Use optional chaining instead of `||` fallthrough (#17317)Max Coplan
2023-01-13chore: add `copyright_checker` tool and add the missing copyright (#17285)Yiyu Lin
2023-01-05refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-12-15Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)Bartek Iwańczuk
2022-12-09unstable: remove Deno.spawn, Deno.spawnSync, Deno.spawnChild APIs (#16893)Bartek Iwańczuk
2022-12-02perf: use fast api for io read/write sync (#15863)Divy Srivastava
2022-12-02feat(ops): Fast zero copy string arguments (#16777)Divy Srivastava
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-11-15perf(runtime/spawn): collect output using `op_read_all` (#16596)Marcos Casagrande
2022-10-28Reland "perf(core): generate inlined wrappers for async ops" (#16455)Divy Srivastava
2022-10-27Revert "perf(core): generate inlined wrappers for async ops (#16428)" (#16443)Divy Srivastava
2022-10-27perf(core): generate inlined wrappers for async ops (#16428)Divy Srivastava
2022-10-26feat: Stabilize Deno.consoleSize() API (#15933)Bartek Iwańczuk