commit ba01e77fd90d21e26ade69fd21b0a429ff2bae1c Author: Jonas Peeters Date: Sun May 11 11:45:08 2025 +0000 test runner matrix 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