|
| 1 | +# Results |
| 2 | + |
| 3 | +## Test environment |
| 4 | + |
| 5 | +NGINX Plus: false |
| 6 | + |
| 7 | +GKE Cluster: |
| 8 | + |
| 9 | +- Node count: 12 |
| 10 | +- k8s version: v1.29.4-gke.1043004 |
| 11 | +- vCPUs per node: 16 |
| 12 | +- RAM per node: 65855012Ki |
| 13 | +- Max pods per node: 110 |
| 14 | +- Zone: us-east1-b |
| 15 | +- Instance Type: n2d-standard-16 |
| 16 | + |
| 17 | +## Test1: Running latte path based routing |
| 18 | + |
| 19 | +```text |
| 20 | +Requests [total, rate, throughput] 30000, 1000.01, 999.98 |
| 21 | +Duration [total, attack, wait] 30.001s, 30s, 986.95µs |
| 22 | +Latencies [min, mean, 50, 90, 95, 99, max] 562.91µs, 940.576µs, 912.579µs, 1.141ms, 1.212ms, 1.375ms, 12.402ms |
| 23 | +Bytes In [total, mean] 4770000, 159.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] 29999, 1000.00, 999.97 |
| 34 | +Duration [total, attack, wait] 30s, 29.999s, 947.18µs |
| 35 | +Latencies [min, mean, 50, 90, 95, 99, max] 602.01µs, 984.263µs, 961.474µs, 1.162ms, 1.221ms, 1.367ms, 16.033ms |
| 36 | +Bytes In [total, mean] 4799840, 160.00 |
| 37 | +Bytes Out [total, mean] 0, 0.00 |
| 38 | +Success [ratio] 100.00% |
| 39 | +Status Codes [code:count] 200:29999 |
| 40 | +Error Set: |
| 41 | +``` |
| 42 | + |
| 43 | +## Test3: Running coffee query based routing |
| 44 | + |
| 45 | +```text |
| 46 | +Requests [total, rate, throughput] 29999, 1000.03, 1000.00 |
| 47 | +Duration [total, attack, wait] 29.999s, 29.998s, 875.67µs |
| 48 | +Latencies [min, mean, 50, 90, 95, 99, max] 596.74µs, 998.15µs, 983.222µs, 1.188ms, 1.249ms, 1.386ms, 11.616ms |
| 49 | +Bytes In [total, mean] 5039832, 168.00 |
| 50 | +Bytes Out [total, mean] 0, 0.00 |
| 51 | +Success [ratio] 100.00% |
| 52 | +Status Codes [code:count] 200:29999 |
| 53 | +Error Set: |
| 54 | +``` |
| 55 | + |
| 56 | +## Test4: Running tea GET method based routing |
| 57 | + |
| 58 | +```text |
| 59 | +Requests [total, rate, throughput] 30000, 1000.01, 999.97 |
| 60 | +Duration [total, attack, wait] 30.001s, 30s, 1.139ms |
| 61 | +Latencies [min, mean, 50, 90, 95, 99, max] 611.07µs, 1.005ms, 983.916µs, 1.193ms, 1.257ms, 1.41ms, 19.537ms |
| 62 | +Bytes In [total, mean] 4710000, 157.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.04, 1000.00 |
| 73 | +Duration [total, attack, wait] 30s, 29.999s, 967.36µs |
| 74 | +Latencies [min, mean, 50, 90, 95, 99, max] 595.57µs, 999.204µs, 982.831µs, 1.192ms, 1.255ms, 1.392ms, 14.948ms |
| 75 | +Bytes In [total, mean] 4710000, 157.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