Skip to content

Commit 32c7f1e

Browse files
zulinx86mattschlebusch
authored andcommitted
add performance baseline for m6i.metal
Currently, long running performance tests are not run on m6i.metal. This commit add performance baseline for them. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent dd1a77e commit 32c7f1e

12 files changed

+5456
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- A MAC address is generated if one is not explicitly specified while adding
1616
network interfaces. This address can be obtained as part of the GET
1717
`/vm/config`.
18+
- Added baselines for m6i.metal for all long running performance tests.
1819

1920
### Changed
2021

tests/integration_tests/performance/configs/test_block_performance_config_4.14.json

Lines changed: 485 additions & 0 deletions
Large diffs are not rendered by default.

tests/integration_tests/performance/configs/test_block_performance_config_5.10.json

Lines changed: 901 additions & 0 deletions
Large diffs are not rendered by default.

tests/integration_tests/performance/configs/test_network_latency_config_4.14.json

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,67 @@
139139
}
140140
]
141141
},
142+
"m6i.metal": {
143+
"cpus": [
144+
{
145+
"model": "Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz",
146+
"baselines": {
147+
"latency": {
148+
"vmlinux-4.14.bin": {
149+
"ubuntu-18.04.ext4": {
150+
"1vcpu_1024mb.json": {
151+
"Avg": {
152+
"ping": {
153+
"target": 0.245,
154+
"delta_percentage": 8.1
155+
}
156+
}
157+
}
158+
}
159+
},
160+
"vmlinux-5.10.bin": {
161+
"ubuntu-18.04.ext4": {
162+
"1vcpu_1024mb.json": {
163+
"Avg": {
164+
"ping": {
165+
"target": 0.261,
166+
"delta_percentage": 6.1
167+
}
168+
}
169+
}
170+
}
171+
}
172+
},
173+
"pkt_loss": {
174+
"vmlinux-4.14.bin": {
175+
"ubuntu-18.04.ext4": {
176+
"1vcpu_1024mb.json": {
177+
"Avg": {
178+
"ping": {
179+
"target": 0.0,
180+
"delta_percentage": 0.1
181+
}
182+
}
183+
}
184+
}
185+
},
186+
"vmlinux-5.10.bin": {
187+
"ubuntu-18.04.ext4": {
188+
"1vcpu_1024mb.json": {
189+
"Avg": {
190+
"ping": {
191+
"target": 0.0,
192+
"delta_percentage": 0.1
193+
}
194+
}
195+
}
196+
}
197+
}
198+
}
199+
}
200+
}
201+
]
202+
},
142203
"m6g.metal": {
143204
"cpus": [
144205
{

tests/integration_tests/performance/configs/test_network_latency_config_5.10.json

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,67 @@
139139
}
140140
]
141141
},
142+
"m6i.metal": {
143+
"cpus": [
144+
{
145+
"model": "Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz",
146+
"baselines": {
147+
"latency": {
148+
"vmlinux-4.14.bin": {
149+
"ubuntu-18.04.ext4": {
150+
"1vcpu_1024mb.json": {
151+
"Avg": {
152+
"ping": {
153+
"target": 0.255,
154+
"delta_percentage": 6.1
155+
}
156+
}
157+
}
158+
}
159+
},
160+
"vmlinux-5.10.bin": {
161+
"ubuntu-18.04.ext4": {
162+
"1vcpu_1024mb.json": {
163+
"Avg": {
164+
"ping": {
165+
"target": 0.268,
166+
"delta_percentage": 5.1
167+
}
168+
}
169+
}
170+
}
171+
}
172+
},
173+
"pkt_loss": {
174+
"vmlinux-4.14.bin": {
175+
"ubuntu-18.04.ext4": {
176+
"1vcpu_1024mb.json": {
177+
"Avg": {
178+
"ping": {
179+
"target": 0.0,
180+
"delta_percentage": 0.1
181+
}
182+
}
183+
}
184+
}
185+
},
186+
"vmlinux-5.10.bin": {
187+
"ubuntu-18.04.ext4": {
188+
"1vcpu_1024mb.json": {
189+
"Avg": {
190+
"ping": {
191+
"target": 0.0,
192+
"delta_percentage": 0.1
193+
}
194+
}
195+
}
196+
}
197+
}
198+
}
199+
}
200+
}
201+
]
202+
},
142203
"m6g.metal": {
143204
"cpus": [
144205
{

0 commit comments

Comments
 (0)