This is an automated email from the ASF dual-hosted git repository.

asorokoumov pushed a commit to branch fix-perf-test
in repository https://gitbox.apache.org/repos/asf/otava.git

commit 08d98e536a46975c9ea60d8977d1fee06c0bc56e
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Wed Dec 17 23:24:12 2025 -0800

    Add perf tests to CI suite
---
 tox.ini | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index c8dc0de..d628acd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -55,7 +55,7 @@ commands =
     flake8 {env:FLAKE8_OPTS}
     pre-commit run --all-files --hook-stage pre-push insert-license
     !lint: mkdir -p {env:BUILD_DIR}
-    !lint: pytest --verbose {env:PYTEST_OPTS} {posargs} tests
+    !lint: pytest --verbose {env:PYTEST_OPTS} {posargs} tests perf
 
 # The format environment should fix any errors detected by the lint
 # environment
@@ -97,6 +97,7 @@ commands =
 # Ensure we do not include BUILD_DIR by explicitly specifying where to search 
for tests
 testpaths =
   tests
+  perf
 
 [flake8]
 extend_exclude = build,.venv

Reply via email to