smr97 / pbbsbench

New version of pbbs benchmarks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pbbsbench

New version (2020) of pbbs benchmarks

This repository uses a submodule (parlaylib). To pull the submodule, in pbbsbench:

> git submodule init

> git submodule update

To run a test, for example, try:

> cd comparisonSort/sampleSort

> make

> ./testInputs -r 3

Where -r 3 means run three times

The other options [-p n] : run on n processors [-x] : do not check the result

About

New version of pbbs benchmarks


Languages

Language:C 48.8%Language:C++ 37.0%Language:HTML 5.9%Language:Python 3.3%Language:Makefile 2.9%Language:Shell 2.2%