Skip to content

Commit

Permalink
chore(ci): Change instance for benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgerieQuentin committed Dec 15, 2023
1 parent 39e27d3 commit ddd85c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ci/ec2_products_cost.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"m7i.48xlarge": 9.677,
"m7i.metal-48xl": 9.677,
"m6i.metal": 7.168,
"c6a.metal": 7.344,
"p3.2xlarge": 3.06
Expand Down
2 changes: 1 addition & 1 deletion ci/slab.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[profile.m7i-cpu-bench]
region = "eu-west-1"
image_id = "ami-022a4cfbf85a78faf" # Based on Ubuntu 22.4
instance_type = "m7i.metal-48xl"
instance_type = "m7i.48xlarge"

[profile.m7i-cpu-test]
region = "eu-west-1"
Expand Down

0 comments on commit ddd85c4

Please sign in to comment.