Skip to content

Commit

Permalink
ci: Disable network latency baseline
Browse files Browse the repository at this point in the history
Disables network latency baseline by removing the statistic to
mitigate intermittent failures due to non-Firecracker changes.

Signed-off-by: Jonathan Woollett-Light <[email protected]>
  • Loading branch information
Jonathan Woollett-Light authored and JonathanWoollett-Light committed Oct 18, 2023
1 parent 22eb608 commit 4a08802
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,7 @@
},
"measurements": {
"latency": {
"statistics": [
{
"criteria": "EqualWith",
"function": "Avg"
}
],
"statistics": [],
"unit": "ms"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,7 @@
},
"measurements": {
"latency": {
"statistics": [
{
"criteria": "EqualWith",
"function": "Avg"
}
],
"statistics": [],
"unit": "ms"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,7 @@
},
"measurements": {
"latency": {
"statistics": [
{
"criteria": "EqualWith",
"function": "Avg"
}
],
"statistics": [],
"unit": "ms"
}
}
Expand Down

0 comments on commit 4a08802

Please sign in to comment.