diff --git a/tests/results/dp-perf/1.2.0/1.2.0.md b/tests/results/dp-perf/1.2.0/1.2.0.md new file mode 100755 index 0000000000..755dfc7015 --- /dev/null +++ b/tests/results/dp-perf/1.2.0/1.2.0.md @@ -0,0 +1,85 @@ +# Results + +## Test environment + +NGINX Plus: false + +GKE Cluster: + +- Node count: 3 +- k8s version: v1.27.8-gke.1067004 +- vCPUs per node: 2 +- RAM per node: 4022900Ki +- Max pods per node: 110 +- Zone: us-east1-b +- Instance Type: e2-medium + +## Summary + +- Results will look different due to the new automation tools used. +- Overall latency seems to have reduced. + +## Test1: Running latte path based routing + +```text +Requests [total, rate, throughput] 30000, 1000.03, 1000.00 +Duration [total, attack, wait] 30s, 29.999s, 920.347µs +Latencies [min, mean, 50, 90, 95, 99, max] 455.097µs, 1.762ms, 1.034ms, 1.837ms, 3.382ms, 18.819ms, 97.198ms +Bytes In [total, mean] 4800000, 160.00 +Bytes Out [total, mean] 0, 0.00 +Success [ratio] 100.00% +Status Codes [code:count] 200:30000 +Error Set: +``` + +## Test2: Running coffee header based routing + +```text +Requests [total, rate, throughput] 30000, 1000.04, 1000.00 +Duration [total, attack, wait] 30s, 29.999s, 1.154ms +Latencies [min, mean, 50, 90, 95, 99, max] 527.567µs, 1.834ms, 1.084ms, 2.159ms, 4.694ms, 20.164ms, 72.738ms +Bytes In [total, mean] 4830000, 161.00 +Bytes Out [total, mean] 0, 0.00 +Success [ratio] 100.00% +Status Codes [code:count] 200:30000 +Error Set: +``` + +## Test3: Running coffee query based routing + +```text +Requests [total, rate, throughput] 30000, 1000.00, 999.96 +Duration [total, attack, wait] 30.001s, 30s, 1.233ms +Latencies [min, mean, 50, 90, 95, 99, max] 535.012µs, 1.9ms, 1.057ms, 2.057ms, 4.498ms, 20.73ms, 116.243ms +Bytes In [total, mean] 5070000, 169.00 +Bytes Out [total, mean] 0, 0.00 +Success [ratio] 100.00% +Status Codes [code:count] 200:30000 +Error Set: +``` + +## Test4: Running tea GET method based routing + +```text +Requests [total, rate, throughput] 30000, 1000.03, 1000.00 +Duration [total, attack, wait] 30s, 29.999s, 1.028ms +Latencies [min, mean, 50, 90, 95, 99, max] 521.799µs, 3.613ms, 962.891µs, 4.15ms, 14.717ms, 62.353ms, 211.694ms +Bytes In [total, mean] 4740000, 158.00 +Bytes Out [total, mean] 0, 0.00 +Success [ratio] 100.00% +Status Codes [code:count] 200:30000 +Error Set: +``` + +## Test5: Running tea POST method based routing + +```text +Requests [total, rate, throughput] 30000, 1000.03, 999.98 +Duration [total, attack, wait] 30s, 29.999s, 1.273ms +Latencies [min, mean, 50, 90, 95, 99, max] 533.536µs, 2.134ms, 1.104ms, 2.042ms, 4.096ms, 28.08ms, 155.969ms +Bytes In [total, mean] 4740000, 158.00 +Bytes Out [total, mean] 0, 0.00 +Success [ratio] 100.00% +Status Codes [code:count] 200:30000 +Error Set: +``` diff --git a/tests/results/ngf-upgrade/1.2.0/1.2.0.md b/tests/results/ngf-upgrade/1.2.0/1.2.0.md new file mode 100755 index 0000000000..df22fa2610 --- /dev/null +++ b/tests/results/ngf-upgrade/1.2.0/1.2.0.md @@ -0,0 +1,50 @@ +# Results + +## Test environment + +NGINX Plus: false + +GKE Cluster: + +- Node count: 3 +- k8s version: v1.27.8-gke.1067004 +- vCPUs per node: 2 +- RAM per node: 4022900Ki +- Max pods per node: 110 +- Zone: us-east1-b +- Instance Type: e2-medium + +## Summary + +- Results will look different due to the new automation tools used. +- Overall latency seems to have reduced. + +## Test: Send http /coffee traffic + +```text +Requests [total, rate, throughput] 6000, 100.02, 100.01 +Duration [total, attack, wait] 59.993s, 59.991s, 1.986ms +Latencies [min, mean, 50, 90, 95, 99, max] 644.027µs, 1.779ms, 1.655ms, 2.251ms, 2.557ms, 5.29ms, 32.836ms +Bytes In [total, mean] 961952, 160.33 +Bytes Out [total, mean] 0, 0.00 +Success [ratio] 100.00% +Status Codes [code:count] 200:6000 +Error Set: +``` + +![http.png](http.png) + +## Test: Send https /tea traffic + +```text +Requests [total, rate, throughput] 6000, 100.02, 100.01 +Duration [total, attack, wait] 59.992s, 59.991s, 1.491ms +Latencies [min, mean, 50, 90, 95, 99, max] 766.73µs, 1.875ms, 1.735ms, 2.332ms, 2.68ms, 5.794ms, 34.444ms +Bytes In [total, mean] 921996, 153.67 +Bytes Out [total, mean] 0, 0.00 +Success [ratio] 100.00% +Status Codes [code:count] 200:6000 +Error Set: +``` + +![https.png](https.png) diff --git a/tests/results/ngf-upgrade/1.2.0/http.png b/tests/results/ngf-upgrade/1.2.0/http.png new file mode 100644 index 0000000000..69111a8bc8 Binary files /dev/null and b/tests/results/ngf-upgrade/1.2.0/http.png differ diff --git a/tests/results/ngf-upgrade/1.2.0/https.png b/tests/results/ngf-upgrade/1.2.0/https.png new file mode 100644 index 0000000000..69111a8bc8 Binary files /dev/null and b/tests/results/ngf-upgrade/1.2.0/https.png differ