The Wayback Machine - https://web.archive.org/web/20201013083913/https://github.com/topics/benchmark
Skip to content
#

benchmark

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

hyperfine
matthew-hollick
matthew-hollick commented Oct 1, 2020

Hi,
Just started using hyperfine, I think it's going to find a permanent place in my toolkit.

I've been using it to test two instances of the same service running on 2 different local ports (the services in question run on remote servers that I have configured SSH tunnels to).

My invocation looks something like:
`hyperfine --export-markdown results.md 'curl localhost:1000/query' 'curl loca

BenchmarkDotNet
simonech
simonech commented Jun 24, 2019

For each Job, it adds plots about density, cumulative mean, and so on. But two files are named BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--density.png and BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--facetDensity.png, with the -- instead of single. Like some iteration variable is empty (since later there are names with -Default-
![image](https://user-images.github

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.