Skip to content

Commit f85c1c4

Browse files
mkannwischerhanno-becker
authored andcommitted
bench: Add Graviton5 (c9g) to EC2 benchmark matrix
Adds a c9g.medium row to the ec2_all matrix in bench.yml so benchmarks also run on Neoverse V3 / Graviton5, alongside the existing Graviton2/3/4 entries. Configuration mirrors Graviton4 (aarch64 AMI, armv9-a+sha3, -flto, PERF). - Resolves #1774 Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
1 parent 799592d commit f85c1c4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/bench.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@ jobs:
127127
cflags: "-flto -DMLK_FORCE_AARCH64"
128128
ldflags: "-flto"
129129
perf: PERF
130+
- name: Graviton5
131+
ec2_instance_type: c9g.medium
132+
ec2_ami: ubuntu-latest (aarch64)
133+
archflags: -march=armv9-a+sha3
134+
cflags: "-flto -DMLK_FORCE_AARCH64"
135+
ldflags: "-flto"
136+
perf: PERF
130137
- name: AMD EPYC 4th gen (c7a)
131138
ec2_instance_type: c7a.medium
132139
ec2_ami: ubuntu-latest (x86_64)

0 commit comments

Comments
 (0)