Skip to content
#

benchmark

Here are 1,843 public repositories matching this topic...

BenchmarkDotNet
PeterHuberSg
PeterHuberSg commented Nov 8, 2019

https://github.com/dotnet/BenchmarkDotNet/blob/master/docs/articles/overview.md:

The article writes: "The BenchmarkRunner.Run<Md5VsSha256>() call runs your benchmarks … "

However, I cannot find "BenchmarkRunner.Run<Md5VsSha256>()", only "BenchmarkRunner.Run(typeof(Program).Assembly)".

But my real problem is this: In the first example you have a Program class with Main() and a Md5V

dominichamon
dominichamon commented Mar 28, 2019

There are a number of Stack Overflow, mailing lists, and IRC enquiries about embedding Benchmark in other projects. Using cmake this should be trivial, but it seems on Windows in particular there are some confusing elements.

Specifically the docs should mention the use of BENCHMARK_DOWNLOAD_DEPENDENCIES, static vs dynamic library generation, vcpkg/installation vs building from head.

lorentey
lorentey commented Mar 1, 2017

There should be a more intuitive way to select the size range on which benchmarks are run.

The chart has an option to highlight the active range. We could make that highlight interactive, for example: let me drag the endpoints of the highlighted range to change it.

We should still display the exact numerical value of the current size range somewhere on the toolbar, but the current popup butt

Tockra
Tockra commented Aug 26, 2019

Hey,

I'm using criterion 0.3 and I saw that I need to increase the sample_size at least to 10.
So I did. Now I get following warning: Warning: Unable to complete 10 samples in 5.0s. You may wish to increase target time to 62.2s or reduce sample count to 10 .
These message doesn't make a lot of sense in my oppinion. Or did I look over something in the guide?

T

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.