You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to compare different CNI code versions. However comparing two separate test executions, in the same region, with the same instance sizes occasionally produces variable results.
To combat we can :
establish the hostNetwork performance, and compare the pod network performance to this. When comparing versions, we look at the %diff from hostNetwork to pod network.
use a single cluster with version x.y capture the results, uninstall all things, upgrade to version x.z rerun datapath tests.
Neither is perfect, and we want the tests to be reliable, so we need to test both out.
The text was updated successfully, but these errors were encountered:
Problem
We would like to compare different CNI code versions. However comparing two separate test executions, in the same region, with the same instance sizes occasionally produces variable results.
To combat we can :
hostNetwork
performance, and compare the pod network performance to this. When comparing versions, we look at the %diff fromhostNetwork
to pod network.Neither is perfect, and we want the tests to be reliable, so we need to test both out.
The text was updated successfully, but these errors were encountered: