Skip to content

larry98/pbbsbench

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 48.2%
  • C++ 37.5%
  • HTML 5.7%
  • Python 3.4%
  • Makefile 2.9%
  • Shell 2.3%