This is an automated email from the ASF dual-hosted git repository. asorokoumov pushed a commit to branch readme-shields in repository https://gitbox.apache.org/repos/asf/otava.git
commit 6ded9693354814021f604f371b00277389f9421c Author: Alex Sorokoumov <[email protected]> AuthorDate: Thu Jul 3 12:50:22 2025 -0700 Add license and PyPI shields --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7a368ab..2cbe655 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ Otava – Change Detection for Continuous Performance Engineering =============================================================== +[](https://www.apache.org/licenses/LICENSE-2.0.txt) +[](https://pypi.org/project/apache-otava/) +[](https://pypi.org/project/apache-otava/) +[](https://pypi.org/project/apache-otava) + + Apache Otava (incubating) performs statistical analysis of performance test results stored in CSV files, PostgreSQL, BigQuery, or Graphite database. It finds change-points and notifies about possible performance regressions.
