Files
benchmark-runner/.gitea/workflows/benchmark.yaml
2025-05-11 11:52:23 +00:00

14 lines
293 B
YAML

name: Benchmark
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"