Skip to content

Commit

Permalink
perf tests: update baselines
Browse files Browse the repository at this point in the history
Updating the block, vsock and tcp_tput test baselines.
There were some errors in the previous baselines, likely
due to human error when editing these files.

Regathered baselines for those cases.

Signed-off-by: alindima <alindima@amazon.com>
  • Loading branch information
alindima authored and acatangiu committed Mar 17, 2021
1 parent 1bb0d06 commit 1440bfd
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
}
}
},
"1vcpu_1024mb.json": {
"2vcpu_1024mb.json": {
"Avg": {
"randrw-bs4096": {
"target": 65,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,40 +31,50 @@
"measurements": {
"throughput": {
"unit": "Mbps",
"statistics": [{
"name": "total",
"function": "Sum",
"criteria": "EqualWith"
}]
"statistics": [
{
"name": "total",
"function": "Sum",
"criteria": "EqualWith"
}
]
},
"duration": {
"unit": "seconds",
"statistics": [{
"function": "Avg"
}]
"statistics": [
{
"function": "Avg"
}
]
},
"retransmits": {
"unit": "#",
"statistics": [{
"name": "total",
"function": "Sum"
}]
"statistics": [
{
"name": "total",
"function": "Sum"
}
]
},
"cpu_utilization_vmm": {
"unit": "percentage",
"statistics": [{
"name": "Avg",
"function": "ValuePlaceholder",
"criteria": "EqualWith"
}]
"statistics": [
{
"name": "Avg",
"function": "ValuePlaceholder",
"criteria": "EqualWith"
}
]
},
"cpu_utilization_vcpus_total": {
"unit": "percentage",
"statistics": [{
"name": "Avg",
"function": "ValuePlaceholder",
"criteria": "EqualWith"
}]
"statistics": [
{
"name": "Avg",
"function": "ValuePlaceholder",
"criteria": "EqualWith"
}
]
}
},
"hosts": {
Expand Down Expand Up @@ -228,8 +238,8 @@
"delta_percentage": 5
},
"tcp-p1024K-ws256K-g2h": {
"target": 3,
"delta_percentage": 4
"target": 25913,
"delta_percentage": 5
},
"tcp-p1024K-wsDEFAULT-g2h": {
"target": 28344,
Expand Down Expand Up @@ -1681,4 +1691,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,33 +28,41 @@
"measurements": {
"throughput": {
"unit": "Mbps",
"statistics": [{
"name": "total",
"function": "Sum",
"criteria": "EqualWith"
}]
"statistics": [
{
"name": "total",
"function": "Sum",
"criteria": "EqualWith"
}
]
},
"duration": {
"unit": "seconds",
"statistics": [{
"function": "Avg"
}]
"statistics": [
{
"function": "Avg"
}
]
},
"cpu_utilization_vmm": {
"unit": "percentage",
"statistics": [{
"name": "Avg",
"function": "ValuePlaceholder",
"criteria": "EqualWith"
}]
"statistics": [
{
"name": "Avg",
"function": "ValuePlaceholder",
"criteria": "EqualWith"
}
]
},
"cpu_utilization_vcpus_total": {
"unit": "percentage",
"statistics": [{
"name": "Avg",
"function": "ValuePlaceholder",
"criteria": "EqualWith"
}]
"statistics": [
{
"name": "Avg",
"function": "ValuePlaceholder",
"criteria": "EqualWith"
}
]
}
},
"hosts": {
Expand Down Expand Up @@ -266,7 +274,7 @@
"delta_percentage": 6
},
"vsock-p1024-h2g": {
"target": 7,
"target": 176,
"delta_percentage": 6
},
"vsock-p1024K-bd": {
Expand Down Expand Up @@ -519,4 +527,4 @@
}
}
}
}
}

0 comments on commit 1440bfd

Please sign in to comment.