Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-17 | fix(bench): added group banner to bench output. (#21551) | Raashid Anwar | |
Added group banner to bench output. --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2023-08-01 | feat(bench): print iter/s in the report (#19994) | Bartek Iwańczuk | |
This commit adds "iter/s" column to the console report generated by "deno bench" subcommand. | |||
2022-06-02 | chore: fix flaky `integration::bench::multifile_summary` test (#14771) | Geert-Jan Zwiers | |
2022-05-19 | fix(bench): update typo in bench summary (#14672) | Geert-Jan Zwiers | |
2022-04-23 | fix(bench): report pending summary before clearing (#14369) | evan | |
2022-04-22 | fix(bench): reset reporter context (#14360) | evan | |
This commit fixes previous file benchmarks leaking into the next file benchmarks summary. |