vttranlina commented on PR #2540:
URL: https://github.com/apache/james-project/pull/2540#issuecomment-2514763608
## Performance test
The 99th percentile metric for `blobStore::saveBytes` is slightly degraded
Gatling result for JMAP `submitEmails` too.
### Metric
- Before
```
blobStore:saveBytes{quantile="0.5",} 0.06920601500000001
blobStore:saveBytes{quantile="0.75",} 0.161480703
blobStore:saveBytes{quantile="0.95",} 0.327155711
blobStore:saveBytes{quantile="0.98",} 0.528482303
blobStore:saveBytes{quantile="0.99",} 0.683671551
blobStore:saveBytes{quantile="0.999",} 1.9545456630000002
blobStore:saveBytes_count 118781.0
```
- After
```
blobStore:saveBytes{quantile="0.5",} 0.074448895
blobStore:saveBytes{quantile="0.75",} 0.16462643100000002
blobStore:saveBytes{quantile="0.95",} 0.352321535
blobStore:saveBytes{quantile="0.98",} 0.578813951
blobStore:saveBytes{quantile="0.99",} 0.750780415
blobStore:saveBytes{quantile="0.999",} 2.365587455
blobStore:saveBytes_count 120382.0
```
### Gatling
<img width="1501" alt="Screenshot 2024-12-03 at 9 32 50 PM"
src="https://github.com/user-attachments/assets/efda5c73-0088-47e1-aa11-1138d3a0c6b8">
<img width="1498" alt="Screenshot 2024-12-03 at 9 34 23 PM"
src="https://github.com/user-attachments/assets/2714ba55-6613-4ac6-812b-faecb80fcd1c">
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]