sharkdp / hyperfine

A command-line benchmarking tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using '-' as filename for --export-* should not print intermediate results

sharkdp opened this issue · comments

When using - to export to standard out, we get intermediate outputs that clutter the output.

How to reproduce?

hyperfine --runs 2 --export-markdown - 'sleep 0.1' 'sleep 0.2'

image

Expected result: the exported content should only be shown once at the end. Ideally, after the Summary section.

FYI @humblepenguinn