summaryrefslogtreecommitdiff
path: root/cli/bench
AgeCommit message (Expand)Author
2024-11-04chore: update dlint to v0.68.0 for internal (#26711)Kenta Moriuchi
2024-10-24bench: remove http benchmarks (#26484)Bartek Iwańczuk
2024-10-16Reland feat(lsp): deno/didRefreshDenoConfigurationTree notifications (#26325)Nayeem Rahman
2024-09-10bench: fix CI (#25547)Bartek Iwańczuk
2024-09-04BREAKING(io): remove `Deno.read[Sync]()` (#25409)Asher Gomez
2024-09-02BREAKING: remove `deno bundle` (#25339)Asher Gomez
2024-08-24refactor(lsp): changes for lsp_types 0.97.0 (#25169)Nayeem Rahman
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-08-12chore: update the copyright of c, mjs, and jsx (#25005)Kenta Moriuchi
2024-07-25chore: fix bench task (#24718)Asher Gomez
2024-06-05chore: upgrade dlint to 0.60.0 (#24041)Bartek Iwańczuk
2024-05-23refactor: remove custom `utc_now` in favor of `chrono::Utc:now` feature (#23...Felipe Baltor
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-04-17chore(lsp): Include new benchmark in the collected benchmark data (#23420)Nathan Whitaker
2024-04-16chore(lsp): Add benchmark for performance on a large real-world repo (#23395)Nathan Whitaker
2024-03-20chore(ext/io): remove use of deprecated `Deno.writeSync()` (#22872)Asher Gomez
2024-02-13chore: move `test_util/std` to `tests/util/std` (#22402)Asher Gomez
2024-02-12chore: move test_ffi and test_nap to tests/ [WIP] (#22394)Matt Mastracci
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci
2024-02-07chore: remove unneeded benchmark (#22300)Bartek Iwańczuk
2024-02-06bench: fix benchmark (#22279)Bartek Iwańczuk
2024-02-06chore: remove benchmarks for ops (#22277)Bartek Iwańczuk
2024-01-23refactor: set removal version for `Deno.RequestEvent`, `Deno.HttpConn` and `D...Asher Gomez
2024-01-22chore: use `FsFile[Symbol.dispose]()` (#22007)Asher Gomez
2024-01-04chore(cli): bump deno_core (#21790)Matt Mastracci
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27perf: remove opAsync (#21690)Matt Mastracci
2023-12-24chore: ensure that each op provided to ensureFastOps is only used once (#21689)Matt Mastracci
2023-12-02chore: update std to 0.208.0 (#21318)Asher Gomez
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