Armaan Salam
|
675539c7ab
|
fix(bench): Fix table column alignments and NO_COLOR=1 (#25190)
Fix table layout for `deno bench` command with and without color
(`NO_COLOR=1`).
Fixes issue in #25156
|
2024-08-26 11:56:04 +02:00 |
|
David Sherret
|
7d93704591
|
refactor: remove conditional color code in bench reporter (#23593)
There is no need for this conditional code because it's handled by the
`colors` module.
|
2024-04-29 09:27:55 -04:00 |
|
Raashid Anwar
|
9ede8d7b69
|
fix(bench): added group banner to bench output. (#21551)
Added group banner to bench output.
---------
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
2023-12-17 22:57:14 +00:00 |
|
林炳权
|
7a01799f49
|
chore: update to Rust 1.73 (#20781)
|
2023-10-05 14:49:09 -04:00 |
|
Bartek Iwańczuk
|
1cb16683bc
|
fix(bench): iter/s calculation (#20016)
Ref https://github.com/denoland/deno/pull/19994#discussion_r1281267606
Ref https://github.com/denoland/deno/pull/19994#discussion_r1281243602
|
2023-08-02 10:01:49 -04:00 |
|
Bartek Iwańczuk
|
36ae37604a
|
feat(bench): print iter/s in the report (#19994)
This commit adds "iter/s" column to the console report
generated by "deno bench" subcommand.
|
2023-08-01 23:55:23 +00:00 |
|
Bartek Iwańczuk
|
a9951e360c
|
refactor(cli/tools): split bench into multiple modules (#19974)
I was asked to add "iter/s" to the benchmark output, before attempting
that I wanted to split this into multiple modules.
|
2023-07-28 11:27:10 -04:00 |
|