Skip to content

Commit e6be898

Browse files
committed
Issue #149 force fusets_mogpr benchmark with experimental diff tool
refs: Open-EO/openeo-python-client#761, Open-EO/openeo-python-client#765
1 parent 343e2cd commit e6be898

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/benchmarks.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
run: |
2222
python -m pip install qa/tools
2323
python -m pip install -r qa/benchmarks/requirements.txt
24+
python -m pip install git+https://github.com/Open-EO/openeo-python-client@761-apex-reference-check-needs-better-representation-ascii-art-diff-diff-image-statistics
2425
- name: Run benchmark pytest suite
2526
shell: bash
2627
run: |
@@ -31,12 +32,9 @@ jobs:
3132
pytest \
3233
-vv \
3334
--log-cli-level=INFO \
34-
--random-subset=1 \
35+
-k fusets_mogpr \
3536
--html report/report.html --self-contained-html \
3637
--track-metrics-json=report/metrics.json \
37-
--track-metrics-parquet-s3-bucket="apex-benchmarks" \
38-
--track-metrics-parquet-s3-key="metrics/v1/metrics.parquet" \
39-
--track-metrics-parquet-partitioning="YYYYMM" \
4038
--basetemp=tmp_path_root \
4139
--upload-assets-s3-bucket="apex-benchmarks" | tee pytest_output.txt
4240
env:

0 commit comments

Comments
 (0)