chore(ci): create benchmark aws profile using ec2 m6i.metal

This commit is contained in:
David Testé
2022-11-23 13:54:04 +01:00
committed by David Testé
parent 34011798f5
commit d92bcb3ef4

View File

@@ -10,6 +10,11 @@ instance_type = "p3.2xlarge"
subnet_id = "subnet-8123c9e7"
security_group = "sg-0466d33ced960ba35"
[profile.bench]
region = "eu-west-3"
image_id = "ami-04deffe45b5b236fd"
instance_type = "m6i.metal"
[command.cpu_test]
workflow = "aws_tfhe_tests.yml"
profile = "cpu-big"
@@ -22,10 +27,10 @@ check_run_name = "AWS tests GPU (Slab)"
[command.shortint_bench]
workflow = "shortint_benchmark.yml"
profile = "cpu-big"
profile = "bench"
check_run_name = "Shortint CPU AWS Benchmarks"
[command.boolean_bench]
workflow = "boolean_benchmark.yml"
profile = "cpu-big"
profile = "bench"
check_run_name = "Boolean CPU AWS Benchmarks"