Add benchmarks

This commit is contained in:
2025-12-12 19:44:11 +09:00
parent de0eacc901
commit 43a458428f
14 changed files with 822 additions and 16 deletions
+2 -16
View File
@@ -30,22 +30,8 @@ jobs:
set -euo pipefail
set -x
PYTEST_ARGS=(
-vv
--cov=dibbler.lib
--cov=dibbler.models
--cov=dibbler.queries
--cov-report=html
--cov-branch
--self-contained-html
--html=./test-report/index.html
)
if [ "$DEBUG_SQL" == "true" ]; then
PYTEST_ARGS+=(
--debug-sql
PYTEST_ARGS=(
-vv
)
if [ "$DEBUG_SQL" == "true" ]; then