zpzim / SCAMP

The fastest way to compute matrix profiles on CPU and GPU!
http://www.cs.ucr.edu/~eamonn/MatrixProfile.html
MIT License
155 stars 35 forks source link

Add stable CPU benchmarks. #113

Closed zpzim closed 2 years ago

zpzim commented 2 years ago

A self-hosted CPU benchmark would be more stable and would allow better monitoring of performance over time.

Configurations of interest:

  1. Linux gcc/clang
  2. MacOS clang
  3. Windows MSVC
  4. Various thread counts (though single thread performance is fine for now)

It would probably be fine to start with a linux performance test only and monitor the other performance numbers in line with that until more resources are available.