Improved --run-performance-tests flag entry on CHANGELOG.md

This commit is contained in:
VakarisZ 2021-04-30 09:38:45 +03:00 committed by VakarisZ
parent 5f9672c4c4
commit 3a25c2d748
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Use pipenv for python dependency management. #1091 - Use pipenv for python dependency management. #1091
- Moved unit tests to a dedicated `tests/` directory to improve pytest - Moved unit tests to a dedicated `tests/` directory to improve pytest
collection time. #1102 collection time. #1102
- Added `--run-performance-tests` flag to BB tests. If this flag is not specified, - Changed default BB test suite: if `--run-performance-tests` flag is not specified,
performance tests are skipped. performance tests are skipped.
### Fixed ### Fixed