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
/
reporters.rs
Age
Commit message (
Expand
)
Author
2024-09-05
feat: include version number in all --json based outputs (#25335)
Kamil Ogórek
2024-08-26
fix(bench): Fix table column alignments and NO_COLOR=1 (#25190)
Armaan Salam
2024-08-20
feat(cli/tools): add a subcommand `--hide-stacktraces` for test (#24095)
Hajime-san
2024-08-15
refactor: `version` module exports a single const struct (#25014)
Bartek Iwańczuk
2024-06-14
chore: upgrade to rust 1.79 (#24207)
Satya Rohith
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-04-29
refactor: remove conditional color code in bench reporter (#23593)
David Sherret
2024-03-26
fix(bench): Fix group header printing logic + don't filter out the warmup ben...
Nathan Whitaker
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-12-05
refactor(cli): refactor bench/test for future module changes (#21460)
Matt Mastracci
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-07-28
refactor(cli/tools): split bench into multiple modules (#19974)
Bartek Iwańczuk