Skip to content

Commit c4790e6

Browse files
committed
Add missing performance baseline for m6a.metal
Currently, the following performance baselines are missing for m6a.metal - vsock_throughput - network_tcp_throughput - block_performance - network_latency Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent 9ae59c8 commit c4790e6

9 files changed

+4018
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
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.
18+
- Added baselines for m6i.metal and m6a.metal for all long running performance
19+
tests.
1920

2021
### Changed
2122

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
@@ -200,6 +200,67 @@
200200
}
201201
]
202202
},
203+
"m6a.metal": {
204+
"cpus": [
205+
{
206+
"model": "AMD EPYC 7R13 48-Core Processor",
207+
"baselines": {
208+
"latency": {
209+
"vmlinux-4.14.bin": {
210+
"ubuntu-18.04.ext4": {
211+
"1vcpu_1024mb.json": {
212+
"Avg": {
213+
"ping": {
214+
"target": 0.155,
215+
"delta_percentage": 3.1
216+
}
217+
}
218+
}
219+
}
220+
},
221+
"vmlinux-5.10.bin": {
222+
"ubuntu-18.04.ext4": {
223+
"1vcpu_1024mb.json": {
224+
"Avg": {
225+
"ping": {
226+
"target": 0.172,
227+
"delta_percentage": 4.1
228+
}
229+
}
230+
}
231+
}
232+
}
233+
},
234+
"pkt_loss": {
235+
"vmlinux-4.14.bin": {
236+
"ubuntu-18.04.ext4": {
237+
"1vcpu_1024mb.json": {
238+
"Avg": {
239+
"ping": {
240+
"target": 0.0,
241+
"delta_percentage": 0.1
242+
}
243+
}
244+
}
245+
}
246+
},
247+
"vmlinux-5.10.bin": {
248+
"ubuntu-18.04.ext4": {
249+
"1vcpu_1024mb.json": {
250+
"Avg": {
251+
"ping": {
252+
"target": 0.0,
253+
"delta_percentage": 0.1
254+
}
255+
}
256+
}
257+
}
258+
}
259+
}
260+
}
261+
}
262+
]
263+
},
203264
"m6g.metal": {
204265
"cpus": [
205266
{

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
@@ -200,6 +200,67 @@
200200
}
201201
]
202202
},
203+
"m6a.metal": {
204+
"cpus": [
205+
{
206+
"model": "AMD EPYC 7R13 48-Core Processor",
207+
"baselines": {
208+
"latency": {
209+
"vmlinux-4.14.bin": {
210+
"ubuntu-18.04.ext4": {
211+
"1vcpu_1024mb.json": {
212+
"Avg": {
213+
"ping": {
214+
"target": 0.153,
215+
"delta_percentage": 4.1
216+
}
217+
}
218+
}
219+
}
220+
},
221+
"vmlinux-5.10.bin": {
222+
"ubuntu-18.04.ext4": {
223+
"1vcpu_1024mb.json": {
224+
"Avg": {
225+
"ping": {
226+
"target": 0.168,
227+
"delta_percentage": 3.1
228+
}
229+
}
230+
}
231+
}
232+
}
233+
},
234+
"pkt_loss": {
235+
"vmlinux-4.14.bin": {
236+
"ubuntu-18.04.ext4": {
237+
"1vcpu_1024mb.json": {
238+
"Avg": {
239+
"ping": {
240+
"target": 0.0,
241+
"delta_percentage": 0.1
242+
}
243+
}
244+
}
245+
}
246+
},
247+
"vmlinux-5.10.bin": {
248+
"ubuntu-18.04.ext4": {
249+
"1vcpu_1024mb.json": {
250+
"Avg": {
251+
"ping": {
252+
"target": 0.0,
253+
"delta_percentage": 0.1
254+
}
255+
}
256+
}
257+
}
258+
}
259+
}
260+
}
261+
}
262+
]
263+
},
203264
"m6g.metal": {
204265
"cpus": [
205266
{

0 commit comments

Comments
 (0)