STEllAR-GROUP / inncabs

The Innsbruck C++11 Async Benchmark Suite
Other
3 stars 1 forks source link

INNCABS

The Innsbruck C++11 Async Benchmark Suite

Abstract

INNCABS is a cross-platform cross-library benchmark suite consisting of 14 benchmarks with varying task granularities and synchronization requirements. It is designed to test the quality of implementation of C++11 parallelism constructs, in particular of std::async() and the deadlock-free multi-mutex std::lock() call.

Folder Structure

All other top-level folders contain a benchmark code each.

Usage

3 script files are included to simplify usage:

Applications