We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1502018 commit 82b1cb2Copy full SHA for 82b1cb2
.github/workflows/benchmarks.yaml
@@ -27,7 +27,7 @@ jobs:
27
pytest \
28
-vv \
29
--log-cli-level=INFO \
30
- --random-subset=1 \
+ -k "eurac_pc_farm_detection" \ # Run only the specific test
31
--html report/report.html --self-contained-html \
32
--track-metrics-json=report/metrics.json \
33
--track-metrics-parquet-s3-bucket="apex-benchmarks" \
0 commit comments