Skip to content

Commit a4c92e1

Browse files
committed
Add reload time distribution
1 parent 92a2179 commit a4c92e1

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

tests/reconfig/results/1.0.0/1.0.0.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,26 @@ NGF deployment:
3131

3232
### NGINX Reloads and Time to Ready
3333

34-
| Test number | NumResources | TimeToReadyTotal (s) | TimeToReadyAvgSingle (s) | NGINX reloads | NGINX reload avg time (ms)|
35-
| ----------- | ------------ |----------------------|--------------------------|---------------|---------------------------|
36-
| 1 | 30 | 1 | 1 | 2 | 191 |
37-
| 1 | 150 | 2 | 2 | 2 | 440 |
38-
| 2 | 30 | 50 | <1 | 93 | 162 |
39-
| 2 | 150 | 208 | <1 | 396 | 281 |
40-
| 3 | 30 | 1 | 1 | 93 | 129 |
41-
| 3 | 150 | 1 | 1 | 453 | 130 |
34+
| Test number | NumResources | TimeToReadyTotal (s) | TimeToReadyAvgSingle (s) | NGINX reloads | NGINX reload avg time (ms) | <= 500ms | <= 1000ms |
35+
|-------------|--------------|----------------------|--------------------------|---------------|----------------------------|----------|-----------|
36+
| 1 | 30 | 1 | 1 | 2 | 191 | 100% | 100% |
37+
| 1 | 150 | 2 | 2 | 2 | 440 | 50% | 100% |
38+
| 2 | 30 | 50 | <1 | 93 | 162 | 100% | 100% |
39+
| 2 | 150 | 208 | <1 | 396 | 281 | 96.46% | 100% |
40+
| 3 | 30 | 1 | 1 | 93 | 129 | 100% | 100% |
41+
| 3 | 150 | 1 | 1 | 453 | 130 | 100% | 100% |
4242

4343

4444
### Event Batch Processing
4545

46-
| Test number | NumResources | Event Batch Total | Event Batch Processing avg time (ms) | <=500ms | <= 1000ms |
47-
|-------------|--------------|-------------------|--------------------------------------|---------|-----------|
48-
| 1 | 30 | 69 | 6.232 | 100% | 100% |
49-
| 1 | 150 | 309 | 3.638 | 99.68% | 100% |
50-
| 2 | 30 | 465 | 38.759 | 100% | 100% |
51-
| 2 | 150 | 1941 | 68.539 | 98.51% | 100% |
52-
| 3 | 30 | 374 | 36.834 | 99.73% | 99.73% |
53-
| 3 | 150 | 1812 | 40.411 | 99.94% | 99.94% |
46+
| Test number | NumResources | Event Batch Total | Event Batch Processing avg time (ms) | <= 500ms | <= 1000ms |
47+
|-------------|--------------|-------------------|--------------------------------------|----------|-----------|
48+
| 1 | 30 | 69 | 6.232 | 100% | 100% |
49+
| 1 | 150 | 309 | 3.638 | 99.68% | 100% |
50+
| 2 | 30 | 465 | 38.759 | 100% | 100% |
51+
| 2 | 150 | 1941 | 68.539 | 98.51% | 100% |
52+
| 3 | 30 | 374 | 36.834 | 99.73% | 99.73% |
53+
| 3 | 150 | 1812 | 40.411 | 99.94% | 99.94% |
5454

5555

5656
## NumResources -> Total Resources
@@ -72,7 +72,7 @@ NGF deployment:
7272

7373
Issue filed: https://github.com/nginxinc/nginx-gateway-fabric/issues/1123
7474

75-
3. All NGINX reloads were in the <500ms bucket. A slight increase in the reload time based on number of configured resources
76-
resulting in NGINX configuration changes was observed.
75+
3. Majority of NGINX reloads were in the <= 500ms bucket, with all of them being in the <= 1000ms bucket. An increase
76+
in the reload time based on number of configured resources resulting in NGINX configuration changes was observed.
7777

7878
4. No errors (NGF or NGINX) were observed in any test run.

0 commit comments

Comments
 (0)