This repository contains a set of relatively small programs (usually based on gbenchmark micro benchmarking infrastructure) built on top of ROOT. Their primary goal is to provide stable performance metrics which can be monitored over time.
Linux/OSX | Experimental Benchmark Coverage: |
Collection of benchmarks and performance monitoring applications
Clone the repo
$ git clone https://github.com/root-project/rootbench.git
Make a directory for building
$ mkdir build
$ cd build
Run cmake and make
$ cmake ../rootbench
$ make