tree: 2b08f21c6e21bce5868f40c616b242e083f247ca [path history] [tgz]
  1. python/
  2. CMakeLists.txt
  3. README.md
benchmark/README.md

Run benchmarks

To run all benchmarks:

cmake --build build --target benchmark-mpact

To run selected benchmarks, build the benchmark modules first:

cmake --build build --target build-benchmark-mpact

And then run the benchmark file:

python path/to/the/_benchmark.py

If you would like to run selected kernels in kernels_benchmark.py, you can use --benchmark-filter flag like the following example:

python path/to/the/kernels_benchmark.py --benchmark-filter=add