Skip to content

Commit

Permalink
[TEST] Bench c7a,c7i,c6a,c6i using metal instances
Browse files Browse the repository at this point in the history
  • Loading branch information
hanno-becker committed Nov 17, 2024
1 parent d084943 commit f0adf78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,22 +83,22 @@ jobs:
archflags: -march=armv9-a+sha3
cflags: -DFORCE_AARCH64
- name: AMD EPYC 4th gen (c7a)
ec2_instance_type: c7a.medium
ec2_instance_type: c7a.metal-48xl
ec2_ami: ubuntu-latest (x86_64)
archflags: -mavx2 -mbmi2 -mpopcnt -maes
cflags: -DFORCE_X86_64
- name: Intel Xeon 4th gen (c7i)
ec2_instance_type: c7i.large
ec2_instance_type: c7i.metal-24xl
ec2_ami: ubuntu-latest (x86_64)
archflags: -mavx2 -mbmi2 -mpopcnt -maes
cflags: -DFORCE_X86_64
- name: AMD EPYC 3rd gen (c6a)
ec2_instance_type: c7a.medium
ec2_instance_type: c6a.metal
ec2_ami: ubuntu-latest (x86_64)
archflags: -mavx2 -mbmi2 -mpopcnt -maes
cflags: -DFORCE_X86_64
- name: Intel Xeon 3rd gen (c6i)
ec2_instance_type: c7i.large
ec2_instance_type: c6i.metal
ec2_ami: ubuntu-latest (x86_64)
archflags: -mavx2 -mbmi2 -mpopcnt -maes
cflags: -DFORCE_X86_64
Expand Down

0 comments on commit f0adf78

Please sign in to comment.