bench icon indicating copy to clipboard operation
bench copied to clipboard

Command-line benchmark tool

Results 11 bench issues
Sort by recently updated
recently updated
newest added

Using the latest `nixos/nix` docker image and `nix-env -i bench`, I can't even benchmark `true`: ``` 477495791d20:/app# bench true benchmarking true time 453.2 bench: : commitBuffer: invalid argument (invalid character)...

With an alternate syntax going through the shell could be avoided for the bench'ed command. The pre-split argument list could be embedded in the bench invocation's argument list. Two possible...

Due to the project approach with Hyperfine, I believe it is interesting to raise the discussion about the measurement of Performace Per Watt in the tests. Related: https://github.com/sharkdp/hyperfine/issues/92

I'm sorry if I'm raising too many issues in such a short space of time, but this one is by far the most important for me since I first started...

The documentation is schtum about this also, so I'm not sure, but is `--raw FILE.txt` supposed to output data that appears to be in binary/hex? I took "output raw data"...

Hey there. Firstly, thanks for the great utility. I'm confused by the syntax for benchmarking multiple commands, or rather the logic behind it, and the documentation is minimal doesn't explain...

Great tool. I think that performance of program on long run converge towards minimum value not towards mean. Can you include best run as output?

Maybe a "-1" option, to separate the first run from the following runs in the statistics, would make sense for file system cache sensitive applications.

👋 it has been five years since last release, thus, requesting a new one. Thanks!