summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bench
AgeCommit message (Expand)Author
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci
2023-12-17fix(bench): added group banner to bench output. (#21551)Raashid Anwar
2023-12-06chore: bump deno_core and update tests (#21467)Matt Mastracci
2023-12-05refactor(cli): refactor bench/test for future module changes (#21460)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-10chore: use internal namespace in 40_testing.js (#21141)Divy Srivastava
2023-10-28Revert "chore: update deno_std submodule (#20994)" (#21001)Bartek Iwańczuk
2023-10-27chore: update deno_std submodule (#20994)Bartek Iwańczuk
2023-10-10fix(bench): use total time when measuring wavg (#20862)Nayeem Rahman
2023-08-26fix(bench): explicit timers don't force high precision measurements (#20272)Nayeem Rahman
2023-08-01feat(bench): print iter/s in the report (#19994)Bartek Iwańczuk
2023-07-31feat(bench): add BenchContext::start() and BenchContext::end() (#18734)Nayeem Rahman
2023-06-07fix(cli): formatting bench with colors (#19323)Mike Mulchrone
2023-05-03fix(test): disable preventDefault() for beforeunload event (#18911)Nayeem Rahman
2023-04-26feat(cli): flatten deno.json configuaration (#17799)scarf
2023-03-26feat(bench): add `--no-run` flag (#18433)Geert-Jan Zwiers
2023-02-23feat(bench): change --json output format (#17888)Bartek Iwańczuk
2023-01-24refactor: remove Deno.core (#16881)Bartek Iwańczuk
2022-12-10feat(cli): support deno bench in the config file (#16608)Geert-Jan Zwiers
2022-11-28feat(core): show unresolved promise origin (#16650)Bartek Iwańczuk
2022-11-11feat: Stabilize Deno.bench() and 'deno bench' subcommand (#16485)Bartek Iwańczuk
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-06-02chore: fix flaky `integration::bench::multifile_summary` test (#14771)Geert-Jan Zwiers
2022-05-19fix(bench): update typo in bench summary (#14672)Geert-Jan Zwiers
2022-05-17feat: subcommands type-check only local files by default (#14623)Bartek Iwańczuk
2022-05-02fix(test/bench): accept file protocol module specifier CLI args (#14429)Adilson Schmitt Junior
2022-04-23fix(bench): report pending summary before clearing (#14369)evan
2022-04-22fix(bench): reset reporter context (#14360)evan
2022-04-20feat(bench): update API, new console reporter (#14305)evan
2022-04-18feat: Add DENO_NO_PROMPT variable (#14209)Nayeem Rahman
2022-04-17fix: panic when trying to pledge permissions before restoring previous pledge...Bartek Iwańczuk
2022-03-23fix(bench): require --unstable flag in JavaScript (#14091)Bartek Iwańczuk
2022-03-20fix: actually don't inherit runtime permissions (#14024)Luca Casonato
2022-03-11feat: "deno bench" subcommand (#13713)Bartek Iwańczuk