From ba01e77fd90d21e26ade69fd21b0a429ff2bae1c Mon Sep 17 00:00:00 2001 From: Jonas Peeters Date: Sun, 11 May 2025 11:45:08 +0000 Subject: [PATCH] test runner matrix --- .gitea/workflows/benchmark.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitea/workflows/benchmark.yaml diff --git a/.gitea/workflows/benchmark.yaml b/.gitea/workflows/benchmark.yaml new file mode 100644 index 0000000..73dbdaa --- /dev/null +++ b/.gitea/workflows/benchmark.yaml @@ -0,0 +1,12 @@ +jobs: + benchmark_modifiers: + strategy: + matrix: + BMS_MODIFIERS: [0, 4, 8, 12, 16, 20, 24, 28, 31] + RANDOM_SEEDS: [0, 1, 2] + VARIANTS: [2] + container: + image: hello-world + steps: + - name: Hello world + run: echo "Hello world" \ No newline at end of file