-
Notifications
You must be signed in to change notification settings - Fork 301
Closed
Description
ASV configuration and a basic benchmark are now part of Iris (#3526). Now need to populate the tests/benchmarking directory with a set of tests that will be able to highlight any critical regressions in Iris' performance as more commits are made.
More tests will no doubt follow in the future, so should focus on the most important areas at first.
- Determine the functions of Iris that are both highly used and highly vulnerable to problematic performance degredation
- Write tests in tests/benchmarking that would highlight regression in the performance of these functions
- Configure the
regressions_first_commitsandregressions_thresholdssections of asv.conf.json to ensure that changes in performance truly considered regressions are highlighted
Reactions are currently unavailable