|
| 1 | +# Results |
| 2 | + |
| 3 | +## Test environment |
| 4 | + |
| 5 | +NGINX Plus: false |
| 6 | + |
| 7 | +GKE Cluster: |
| 8 | + |
| 9 | +- Node count: 3 |
| 10 | +- k8s version: v1.27.8-gke.1067004 |
| 11 | +- vCPUs per node: 2 |
| 12 | +- RAM per node: 4022900Ki |
| 13 | +- Max pods per node: 110 |
| 14 | +- Zone: us-east1-b |
| 15 | +- Instance Type: e2-medium |
| 16 | + |
| 17 | +## Test1: Running latte path based routing |
| 18 | + |
| 19 | +```text |
| 20 | +Requests [total, rate, throughput] 30000, 1000.03, 1000.00 |
| 21 | +Duration [total, attack, wait] 30s, 29.999s, 920.347µs |
| 22 | +Latencies [min, mean, 50, 90, 95, 99, max] 455.097µs, 1.762ms, 1.034ms, 1.837ms, 3.382ms, 18.819ms, 97.198ms |
| 23 | +Bytes In [total, mean] 4800000, 160.00 |
| 24 | +Bytes Out [total, mean] 0, 0.00 |
| 25 | +Success [ratio] 100.00% |
| 26 | +Status Codes [code:count] 200:30000 |
| 27 | +Error Set: |
| 28 | +``` |
| 29 | + |
| 30 | +## Test2: Running coffee header based routing |
| 31 | + |
| 32 | +```text |
| 33 | +Requests [total, rate, throughput] 30000, 1000.04, 1000.00 |
| 34 | +Duration [total, attack, wait] 30s, 29.999s, 1.154ms |
| 35 | +Latencies [min, mean, 50, 90, 95, 99, max] 527.567µs, 1.834ms, 1.084ms, 2.159ms, 4.694ms, 20.164ms, 72.738ms |
| 36 | +Bytes In [total, mean] 4830000, 161.00 |
| 37 | +Bytes Out [total, mean] 0, 0.00 |
| 38 | +Success [ratio] 100.00% |
| 39 | +Status Codes [code:count] 200:30000 |
| 40 | +Error Set: |
| 41 | +``` |
| 42 | + |
| 43 | +## Test3: Running coffee query based routing |
| 44 | + |
| 45 | +```text |
| 46 | +Requests [total, rate, throughput] 30000, 1000.00, 999.96 |
| 47 | +Duration [total, attack, wait] 30.001s, 30s, 1.233ms |
| 48 | +Latencies [min, mean, 50, 90, 95, 99, max] 535.012µs, 1.9ms, 1.057ms, 2.057ms, 4.498ms, 20.73ms, 116.243ms |
| 49 | +Bytes In [total, mean] 5070000, 169.00 |
| 50 | +Bytes Out [total, mean] 0, 0.00 |
| 51 | +Success [ratio] 100.00% |
| 52 | +Status Codes [code:count] 200:30000 |
| 53 | +Error Set: |
| 54 | +``` |
| 55 | + |
| 56 | +## Test4: Running tea GET method based routing |
| 57 | + |
| 58 | +```text |
| 59 | +Requests [total, rate, throughput] 30000, 1000.03, 1000.00 |
| 60 | +Duration [total, attack, wait] 30s, 29.999s, 1.028ms |
| 61 | +Latencies [min, mean, 50, 90, 95, 99, max] 521.799µs, 3.613ms, 962.891µs, 4.15ms, 14.717ms, 62.353ms, 211.694ms |
| 62 | +Bytes In [total, mean] 4740000, 158.00 |
| 63 | +Bytes Out [total, mean] 0, 0.00 |
| 64 | +Success [ratio] 100.00% |
| 65 | +Status Codes [code:count] 200:30000 |
| 66 | +Error Set: |
| 67 | +``` |
| 68 | + |
| 69 | +## Test5: Running tea POST method based routing |
| 70 | + |
| 71 | +```text |
| 72 | +Requests [total, rate, throughput] 30000, 1000.03, 999.98 |
| 73 | +Duration [total, attack, wait] 30s, 29.999s, 1.273ms |
| 74 | +Latencies [min, mean, 50, 90, 95, 99, max] 533.536µs, 2.134ms, 1.104ms, 2.042ms, 4.096ms, 28.08ms, 155.969ms |
| 75 | +Bytes In [total, mean] 4740000, 158.00 |
| 76 | +Bytes Out [total, mean] 0, 0.00 |
| 77 | +Success [ratio] 100.00% |
| 78 | +Status Codes [code:count] 200:30000 |
| 79 | +Error Set: |
| 80 | +``` |
0 commit comments