From d92bcb3ef4d6d43c9fb39881a2c031e2758381a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Test=C3=A9?= Date: Wed, 23 Nov 2022 13:54:04 +0100 Subject: [PATCH] chore(ci): create benchmark aws profile using ec2 m6i.metal --- ci/slab.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ci/slab.toml b/ci/slab.toml index c30fbca80..304914ee0 100644 --- a/ci/slab.toml +++ b/ci/slab.toml @@ -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"