Stefan Marr
Stefan Marr
There are characteristics in run configurations that do not influence the cmd line, and thus, are ignored when comparing configs. This can cause unexpected equalities and unexpected behavior. We need...
With the support for iterations/invocations (#68), do we need to rethink handling of faulty runs? We might want to keep for each result (data point/measurement) whether it was recorded from...
- need to add an additional, higher verbosity level generally, the warning is confusing, and the right way to fix it is to solve issue #45.
Currently, the warning is also shown when another config is executed, but the 'unavailable' one is in the same config file.
Similar to what we had with https://github.com/smarr/ReBench/issues/100, there's still an issue when I am running -it 300 -in 3000. It accumulates quite a bit of memory, and I think, the...
This is especially useful for round-robin or random execution
Based on - https://leeoniya.github.io/uPlot/demos/scales-dir-ori.html - https://leeoniya.github.io/uPlot/demos/multi-bars.html I assumed that I could possibly try to flip the x and y axis for box plots (https://leeoniya.github.io/uPlot/demos/box-whisker.html). Though, a quick hack doesn't seem...
I am currently starting to use [asdf](https://asdf-vm.com/) to setup my own benchmarking infrastructure. This seems a comprehensive enough project to support a broad range of the language implementations we may...
When setting the backgroundColour and `devicePixelRatio: 2`, the background color is applied to the correct width, but not the full hight. I assume that the issue is that the hight...