bench-runner icon indicating copy to clipboard operation
bench-runner copied to clipboard

Docker runner for build-bench

Results 7 bench-runner issues
Sort by recently updated
recently updated
newest added

Windows have some differences on mapping things (like docker.sock). I think windows people like to manage the containers in the gui, so create one container and starting and stoping it...

Hi, I am running Ubuntu 21.10 and cloned the repository. After doing ```bash git clone https://github.com/FredTingaud/bench-runner.git cd bench-runner ./quick-bench ``` I get: ``` docker: Got permission denied while trying to...

I have this error when I run the scripts. ``` Error or timeout docker: invalid reference format: repository name must be lowercase. See 'docker run --help'. ``` Fix this error...

Update to Ubuntu 20.04 and update scripts Signed-off-by: Bensuperpc

Since `quick-bench` does not support including 3rd party libraries(like Godbolt does) via github links(https://github.com/FredTingaud/quick-bench-back-end/issues/5), I was wondering what options existed to set this up locally? Based on my understanding the...

I have C++ code on my server. How to use this tool to collect my code performance on my server?

I have a code which has dataset of around 200, and trying to benchmark 4 approaches to plot a comparison. This has large number of runs, so it is not...