Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 367 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 367 Bytes

pbbsbench

New version of pbbs benchmarks (work in progress)

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

> git submodule init

> git submodule update

To run a test, for example, try:

> cd comparisonSort/sampleSort

> make

> ./testInputs -x -r 3

The -x means don't check correctness, the -r 3 means do three trials.