Skip to content

Collection of benchmarks and performance monitoring applications

License

Notifications You must be signed in to change notification settings

oshadura/rootbench

 
 

Repository files navigation

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

About

Collection of benchmarks and performance monitoring applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.2%
  • CMake 21.8%