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