Skip to content
#

benchmark

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

hyperfine
wenkokke
wenkokke commented Jul 1, 2020

Is there currently any way to force hyperfine to write intermediate results, so that I can abort a benchmark without losing all the progress I've made so far? I'm asking, because I've been benchmarking several algorithms with exponential complexity recently, and so sometimes letting the benchmark finish isn't an option.

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

cwpearson
cwpearson commented Jul 28, 2020

Describe the bug

for user counters, k means 1000 and for the bytes_per_second counter, k means 1024.

System
Which OS, compiler, and compiler version are you using:

  • OS: Ubuntu 18.04
  • Compiler and version: g++ 7.5.0

To reproduce
Steps to reproduce the behavior:

  1. sync to tag 1.5.1
  2. Create a benchmark that uses state.SetBytesProcessed(...) and `state.count

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.