Skip to content
#

benchmark

Here are 2,357 public repositories matching this topic...

hyperfine
fredericcogny
fredericcogny commented Nov 23, 2020

I would like to parameterize the command name based on the parameters from the parameter list

Currently the --command-name only seem to take into account the first one in the list it would be nice if we could parametrerize the --command-name with the <VAR> as we do in the actual command

Here is a concrete example I'm running

hyperfine "brun -c opt -- //simwork/examples:Hepatitis
BenchmarkDotNet
cedric-sun
cedric-sun commented Sep 24, 2020

In #466 a description about how to "disable" CPU performance scaling on Linux was added. It works by setting the cpufreq governor to performance (which is arguably not the only way to stabilize CPU frequency) and, later after the benchmark is done, setting that to powersave.

I personally think it's more appropriate to memorize what the previous governor was by a simple shell variable, and l

Improve this page

Add a description, image, and links to the benchmark topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the benchmark topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.