test runner matrix
This commit is contained in:
12
.gitea/workflows/benchmark.yaml
Normal file
12
.gitea/workflows/benchmark.yaml
Normal file
@@ -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"
|
||||||
Reference in New Issue
Block a user