From 6ff3fef7e107a5b26bd8c7557bbfe39490d6111e Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Mon, 19 Jan 2026 13:31:02 +0100 Subject: [PATCH 1/4] Issue #308: benchmark GitHub workflow run: select "stac308" cases only --- .github/workflows/benchmarks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index d41aa97f..8b07796c 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -30,6 +30,7 @@ jobs: mkdir tmp_path_root pytest \ -vv \ + -k stac308 \ --log-cli-level=INFO \ --random-subset=1 \ --html report/report.html --self-contained-html \ From eaf162762882d3be43baa16940ba3bfe61303590 Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Thu, 29 Jan 2026 13:27:43 +0100 Subject: [PATCH 2/4] force max_ndvi_stac308 benchmark --- .github/workflows/benchmarks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index 8b07796c..721478ce 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -30,7 +30,7 @@ jobs: mkdir tmp_path_root pytest \ -vv \ - -k stac308 \ + -k max_ndvi_stac308 \ --log-cli-level=INFO \ --random-subset=1 \ --html report/report.html --self-contained-html \ From a9500eb2259b9a07c4580077518b435bd807f160 Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Thu, 29 Jan 2026 13:42:05 +0100 Subject: [PATCH 3/4] force max_ndvi_large_stac308 benchmark --- .github/workflows/benchmarks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index 721478ce..c4651e39 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -30,7 +30,7 @@ jobs: mkdir tmp_path_root pytest \ -vv \ - -k max_ndvi_stac308 \ + -k max_ndvi_large_stac308 \ --log-cli-level=INFO \ --random-subset=1 \ --html report/report.html --self-contained-html \ From 0d8631213d0e76aacd24a681e148a85574d3fb22 Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Thu, 29 Jan 2026 18:03:03 +0100 Subject: [PATCH 4/4] force max_ndvi_composite_stac308 benchmark --- .github/workflows/benchmarks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index c4651e39..da0f1177 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -30,7 +30,7 @@ jobs: mkdir tmp_path_root pytest \ -vv \ - -k max_ndvi_large_stac308 \ + -k max_ndvi_composite_stac308 \ --log-cli-level=INFO \ --random-subset=1 \ --html report/report.html --self-contained-html \