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
/
tools
/
bench.rs
Age
Commit message (
Expand
)
Author
2023-05-03
fix(test): disable preventDefault() for beforeunload event (#18911)
Nayeem Rahman
2023-05-01
refactor(cli): remove ProcState - add CliFactory (#18900)
David Sherret
2023-04-30
refactor(cli): remove `Clone` on `ProcState` (#18874)
David Sherret
2023-04-27
refactor(cli): extract out ProcState from CliMainWorker (#18867)
David Sherret
2023-04-27
fix(test): handle dispatched exceptions from test functions (#18853)
Nayeem Rahman
2023-04-26
feat(cli): don't check permissions for statically analyzable dynamic imports ...
Nayeem Rahman
2023-04-26
refactor(compile): remove usage of ProcState and CliOptions (#18855)
David Sherret
2023-04-14
refactor: break up `ProcState` (#18707)
David Sherret
2023-04-13
refactor(cli): move runTests() and runBenchmarks() to rust (#18563)
Nayeem Rahman
2023-04-12
refactor: `ProcState::build` -> `ProcState::from_flags` (#18672)
David Sherret
2023-03-26
feat(bench): add `--no-run` flag (#18433)
Geert-Jan Zwiers
2023-03-25
refactor: include mitata (#18426)
Leo Kettmeir
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-14
refactor: --watch commands use deno_core::resolve_url_or_path (#18172)
Bartek Iwańczuk
2023-03-14
refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)
Bartek Iwańczuk
2023-02-23
feat(bench): change --json output format (#17888)
Bartek Iwańczuk
2023-02-22
refactor: use deno_graph for npm specifiers (#17858)
David Sherret
2023-02-12
feat(bench): Add JSON reporter for "deno bench" subcommand (#17595)
Serhiy Barhamon
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-02-03
refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636)
Nayeem Rahman
2023-01-30
Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts (#154...
Bartek Iwańczuk
2023-01-24
refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504)
David Sherret
2023-01-16
refactor(cli): fewer clones (#17450)
Geert-Jan Zwiers
2023-01-13
refactor(cli/tools): reduce cloning (#17309)
Geert-Jan Zwiers
2023-01-10
fix(watch): preserve `ProcState::file_fetcher` between restarts (#15466)
Nayeem Rahman
2023-01-07
refactor(cli/tools): move flag and config logic to CliOptions (#17008)
Geert-Jan Zwiers
2023-01-07
refactor(permissions): add PermissionsContainer struct for internal mutabilit...
Bartek Iwańczuk
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-10
feat(cli): support deno bench in the config file (#16608)
Geert-Jan Zwiers
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-11-21
feat(core): Ability to create snapshots from existing snapshots (#16597)
Bartek Iwańczuk
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-11-11
feat: Stabilize Deno.bench() and 'deno bench' subcommand (#16485)
Bartek Iwańczuk
2022-09-19
chore: fix clippy warnings (#15944)
Ben Noordhuis
2022-08-23
feat: binary npm commands (#15542)
David Sherret
2022-08-11
refactor(cli): consolidate most MainWorker related code to the same place (#1...
David Sherret
2022-08-10
fix(permissions): ignore empty values (#15447)
Leo Kettmeir
2022-07-11
refactor: rename run_basic to run_local (#15068)
cuobiezi
2022-07-01
refactor: extract `deno_graph::create_graph` use to common function (#15009)
David Sherret
2022-06-29
refactor: rename `RootConfig` to `CliOptions` (#15007)
David Sherret
2022-06-28
refactor: add `RootConfig` (#14985)
David Sherret
2022-06-28
feat(web): add beforeunload event (#14830)
Colin Ihrig
2022-06-27
refactor: create `args` folder (#14982)
David Sherret
2022-06-24
fix: don't error if Deno.bench() or Deno.test() are used in run subcommand (#...
Bartek Iwańczuk
2022-06-20
refactor: add `EmitCache` trait (#14925)
David Sherret
2022-05-30
refactor(bench): Allocate IDs for benches (#14757)
Nayeem Rahman
2022-04-26
fix(test): capture worker stdout and stderr in test output (#14410)
David Sherret
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
[next]