Skip to content

Commit

Permalink
Merge pull request #433 from pq-code-package/c6-bench
Browse files Browse the repository at this point in the history
EC2 bench: c6a.medium -> c6a.large
  • Loading branch information
hanno-becker authored Nov 20, 2024
2 parents f3f72fd + 3dd06e7 commit ac32d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
cflags: "-flto -DFORCE_X86_64"
perf: PMU
- name: AMD EPYC 3rd gen (c6a)
ec2_instance_type: c6a.medium
ec2_instance_type: c6a.large
ec2_ami: ubuntu-latest (x86_64)
archflags: -mavx2 -mbmi2 -mpopcnt -maes
cflags: "-flto -DFORCE_X86_64"
Expand Down

0 comments on commit ac32d18

Please sign in to comment.