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
/
integration
/
bench_tests.rs
Age
Commit message (
Expand
)
Author
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-17
fix(bench): added group banner to bench output. (#21551)
Raashid Anwar
2023-08-27
test(bench): mark explicit timer test as flaky (#20304)
Nayeem Rahman
2023-08-26
fix(bench): explicit timers don't force high precision measurements (#20272)
Nayeem Rahman
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-06-06
perf(cli): conditionally load typescript declaration files (#19392)
David Sherret
2023-05-03
fix(test): disable preventDefault() for beforeunload event (#18911)
Nayeem Rahman
2023-04-28
Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)
Bartek Iwańczuk
2023-04-26
refactor: don't expose Deno[Deno.internal].core namespace (#18816)
Bartek Iwańczuk
2023-03-26
feat(bench): add `--no-run` flag (#18433)
Geert-Jan Zwiers
2023-03-13
fix(info/doc): add missing `--no-lock` and `--lock` flags (#18166)
David Sherret
2023-03-06
chore(tests): ability to capture stdout and stderr separately (#18035)
David Sherret
2023-02-28
chore(test): remove TestCommandOutput macros (#17975)
David Sherret
2023-02-27
chore: test builders for integration tests (#17965)
David Sherret
2023-02-25
chore: fix flaky package_json_basic tests (#17940)
David Sherret
2023-02-23
feat(npm): support bare specifiers from package.json in more subcommands and ...
David Sherret
2023-02-23
feat(bench): change --json output format (#17888)
Bartek Iwańczuk
2023-01-13
tests: move integration tests to a single module (#17380)
Bartek Iwańczuk
2022-11-26
tests: move integration tests to separate modules (#16816)
Bartek Iwańczuk
2022-11-11
feat: Stabilize Deno.bench() and 'deno bench' subcommand (#16485)
Bartek Iwańczuk
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-11
feat: "deno bench" subcommand (#13713)
Bartek Iwańczuk