Skip to content

magdalendobson/pbbsbench

 
 

Repository files navigation

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.

About

New version of pbbs benchmarks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 48.4%
  • C++ 36.1%
  • HTML 5.8%
  • Python 3.9%
  • Makefile 3.4%
  • Shell 2.4%