David Peter

Results 1367 comments of David Peter

Missing short options in the CLI are not a matter of neglect. They were left out because those options were not considered to be used frequently. Out of the ones...

Thank you for your request. This sounds like a very useful feature. Any help in designing the details of this (CLI, implementation idea, …) would be very much appreciated

That sounds very reasonable, thank you for the request. Before someone goes ahead and implements this, we should evaluate if we can generally share more code between parameter scans and...

Thank you for the feedback. Please see #135, #153, #170

Thank you for this feature request. We considered this mode of combining parameters ("zip" as opposed to "cross product") back then when we designed the "parameter matrix" feature, see https://github.com/sharkdp/hyperfine/issues/253#issuecomment-573109473...

You can do this using a combination of `--parameter-list` and `--setup`. Something like the following should work: ```bash hyperfine \ --parameter-list branch main,performance-improvements \ --setup "git switch {branch}" \ "rails...

Please see https://stackoverflow.com/a/556411/704831. User and system times only refer to the time that the benchmarked process *itself* spent in user/system mode. Ninja calls out to subprocesses (the linker) which takes...

Thank you for the detailed answer. I sent you that stackoverflow link but didn't read it carefully myself - sorry. This also explains my confusion (*"I'm also not sure if...