README 462 B

123456789101112131415161718192021222324
  1. Bubblesort
  2. -------------------------------
  3. This example benchmarks bubblesort.
  4. make small-bench
  5. Runs a small benchmark that takes approximately 1 minute to finish. The
  6. results are stored time-stamped in data/.
  7. make small-plot
  8. Produces two plots of the small benchmark data. It automatically chooses
  9. the latest timestamped run in data/.
  10. Prerequisites
  11. -----------------------------
  12. What is needed:
  13. * C compiler
  14. * GNU Make
  15. * Python version at least 3.6