You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RCR test suite in tests/execute.bash should use the performance profiling infrastructure (see issue #67, in particular the profiling/profiling-scripts/measure.bash script) to conduct tests that are logged and for which execution time is tracked to make sure development does not introduce performance bugs.
As a first step, systematic logging with test status and execution time is good enough. To use execution times to define performance tests that can be failed can be done later.
The text was updated successfully, but these errors were encountered:
The RCR test suite in
tests/execute.bash
should use the performance profiling infrastructure (see issue #67, in particular theprofiling/profiling-scripts/measure.bash
script) to conduct tests that are logged and for which execution time is tracked to make sure development does not introduce performance bugs.As a first step, systematic logging with test status and execution time is good enough. To use execution times to define performance tests that can be failed can be done later.
The text was updated successfully, but these errors were encountered: