zeebe-io / zeebe-performance-test

1 stars 0 forks source link

Measure impact of network latency on Zeebe 8.1 #1

Closed lenaschoenburg closed 1 year ago

lenaschoenburg commented 1 year ago

Compare the throughput and execution latency with and without artificial network latency on Zeebe 8.1.

gh workflow run measure.yaml \
  -f name=zeebe-81-latency-5 \
  -f chaos=network-latency-5  \
  -f helm-arguments="--set camunda-platform.zeebe.image.tag=8.1.7 --set camunda-platform.zeebe-gateway.image.tag=8.1.7"
lenaschoenburg commented 1 year ago

From https://github.com/zeebe-io/zeebe-performance-test/actions/runs/4195357506:

Without network latency: Process Instance Execution Time: p99=4.345406458797324 p90=1.9609421364985167 p50=0.7807432432432433 Throughput: 130.5715323916656 PI/s Grafana Dashboard

With network latency: Process Instance Execution Time: p99=7.055789022298455 p90=4.682476017201456 p50=2.444649061848506 Throughput: 76.97222222222223 PI/s Grafana Dashboard