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
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
2022-04-11
feat: Add "deno check" subcommand for type checking (#14072)
Bartek Iwańczuk
2022-03-29
refactor(flags): rename CheckFlag to TypecheckMode (#14111)
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