Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.01 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.01 KB

ROOT Benchmarks

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.

Project Health

Linux/OSX Build Status Experimental Benchmark Coverage: Coverage Status

About

Collection of benchmarks and performance monitoring applications

Building

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