222 / 279 · Module 14 — External Automated Testing of Mule Integrations · filtered: code← prev⊞ allnext →
14.50Performance testing
External automation is also where you can test:
latency
throughput
concurrency
For normal API:
p50
p95
p99
error rate
For async:
acceptance latency
processing latency
queue lag
For bulk:
records/sec
overall job duration
failure rate
Don't mix performance expectations across those models.