summaryrefslogtreecommitdiff
path: root/cli/bench/main.rs
AgeCommit message (Expand)Author
2024-10-24bench: remove http benchmarks (#26484)Bartek Iwańczuk
2024-09-02BREAKING: remove `deno bundle` (#25339)Asher Gomez
2024-07-25chore: fix bench task (#24718)Asher Gomez
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-16chore(lsp): Add benchmark for performance on a large real-world repo (#23395)Nathan Whitaker
2024-02-13chore: move `test_util/std` to `tests/util/std` (#22402)Asher Gomez
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
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-08-19chore: remove third_party submodule (#20201)Divy Srivastava
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-04-05chore(cli/bench): add ws echo bench (#18595)Divy Srivastava
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-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-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-10-17bench: don't send data to grafana (#16324)Bartek Iwańczuk
2022-10-15bench: don't show output (#16288)Bartek Iwańczuk
2022-09-27fix(cli/bench): strace numeric format (#16055)Marcos Casagrande
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-07-20Reland "feat: add "unhandledrejection" event support" (#15211)Bartek Iwańczuk
2022-07-11benchmarks: fix exec_time and latency benchmarks (#15155)Bartek Iwańczuk
2022-06-28refactor(bench): continuous benchmarking improvements (#14821)Divy Srivastava
2022-06-20fix(cli/bench): Use `deno check` instead of `deno cache` (#14916)Divy Srivastava
2022-05-25chore: upgrade test_util/std/ submodule (#14722)Bartek Iwańczuk
2022-04-01chore(tests): use custom temp dir creation for the tests (#14153)David Sherret
2022-03-23chore: remove all `pub(crate)`s from the cli crate (#14083)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-10-28fix(bench): migrate to v8 from rusty_v8 (#12571)Kitson Kelly
2021-10-05Remove some unused benchmarks (#12315)Ryan Dahl
2021-09-25perf(ext/fetch): Use the WebIDL conversion to DOMString rather than USVString...Luis Malheiro
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-07-30chore: upgrade Rust to 1.54.0 (#11554)Yusuke Tanaka
2021-06-23ci: run Linux release builds in sysroot with Ubuntu 18.04 and LLVM (#10920)Bert Belder
2021-06-17chore: upgrade Rust to 1.53.0 (#11021)Yusuke Tanaka
2021-05-11feat(runtime/worker): Structured cloning worker message passing (#9323)Tim Ramlot
2021-05-08fix: TextEncoder#encodeInto spec compliance + perf gains (#10129)Thiago Padilha
2021-04-26Remove denort optimization (#10350)Ryan Dahl
2021-03-25upgrade: Rust 1.51.0 (#9895)Yusuke Tanaka
2021-02-25test(lsp): add benchmarking tests (#9586)Kitson Kelly
2021-02-23refactor(core): Allow multiple overflown responses in single poll (#9433)Inteon
2021-02-15chore: Reorganise workers tests (#9493)Bartek Iwańczuk