Skip to content

NFR Test Results for NGF version 1.2.0 #1723

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 85 additions & 0 deletions tests/results/dp-perf/1.2.0/1.2.0.md
Original file line number Diff line number Diff line change
@@ -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:
```
50 changes: 50 additions & 0 deletions tests/results/ngf-upgrade/1.2.0/1.2.0.md
Original file line number Diff line number Diff line change
@@ -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)
Binary file added tests/results/ngf-upgrade/1.2.0/http.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/results/ngf-upgrade/1.2.0/https.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.