-
Notifications
You must be signed in to change notification settings - Fork 83
Benchmarks and non regression tests #22
Comments
We could add the benchmarks themselves as tests |
Any progress on this? |
The benchmarks take too much time for testing purposes. We can build them, but not automatically run them from the script, does that seems fine? |
I do not remember it was so slow. |
The CMakeList script currently builds the benchmarks but does not execute them. I am reluctant to add it to the testing, since it will probably bee too long for travis. Would adding a bash script to execute it be enough? |
I have the feeling it is not explained in the documentation (the top-level README?) how to actually run the benchmarks. Only the compilation process is explained. |
At least we should check that they are correctly compiled. |
is there an easy way to add benchmarks to the non-regression tests. So that when we launch build.sh it does not end with "100% tests passed" but having the benchmarks' compilation which fails
The text was updated successfully, but these errors were encountered: