Skip to content

Cubix651/benchmark-cpp2a-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Benchmark for C++2a

Build

docker build -t cubix/benchmark_cpp2a .

Usage

Provide a directory with your test files (see example in bench dir). Then mount it to /benchmark/bench.

docker run --rm -it --mount type=bind,source=$(pwd)/bench,target=/benchmark/bench cubix/benchmark_cpp2a
make test  # inside the container

References