You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simulation.log
RUN mock.LoadSimulation loadsimulation 1587388236553 3.0.2
USER 1MB_CASE 1 START 1587388236693 1587388236693
USER 5MB_CASE 2 START 1587388236826 1587388236826
USER 10MB_CASE 3 START 1587388236834 1587388236834
REQUEST 3 POST /v1/upload/logs/ 1587388238119 1587388238153 OK
REQUEST 2 POST /v1/upload/logs/ 1587388238119 1587388238153 OK
REQUEST 1 POST /v1/upload/logs/ 1587388238119 1587388238153 OK
USER 10MB_CASE 3 END 1587388236834 1587388238171
USER 5MB_CASE 2 END 1587388236826 1587388238175
USER 1MB_CASE 1 END 1587388236693 1587388238177
Expected
Response Times groupings based on 1MB_CASE, 5MB_CASE & 10MB_CASE
Actual
Response Times gets grouped for any one of (1MB,5MB..10MB) and cummulate all response times of /v1/log/logs/ under it which is incorrect
Gatling Version : 3.0.2
Simulation.log
RUN mock.LoadSimulation loadsimulation 1587388236553 3.0.2
USER 1MB_CASE 1 START 1587388236693 1587388236693
USER 5MB_CASE 2 START 1587388236826 1587388236826
USER 10MB_CASE 3 START 1587388236834 1587388236834
REQUEST 3 POST /v1/upload/logs/ 1587388238119 1587388238153 OK
REQUEST 2 POST /v1/upload/logs/ 1587388238119 1587388238153 OK
REQUEST 1 POST /v1/upload/logs/ 1587388238119 1587388238153 OK
USER 10MB_CASE 3 END 1587388236834 1587388238171
USER 5MB_CASE 2 END 1587388236826 1587388238175
USER 1MB_CASE 1 END 1587388236693 1587388238177
Expected
Response Times groupings based on 1MB_CASE, 5MB_CASE & 10MB_CASE
Actual
Response Times gets grouped for any one of (1MB,5MB..10MB) and cummulate all response times of /v1/log/logs/ under it which is incorrect
Console Out:
simulation scenario maxUsers request start startDate duration end count successCount errorCount min p50 p90 p95 p99 max avg stddev rps apdex rating
loadsimulation mock.LoadSimulation 3 _all 1587388236553 2020-04-20 18:40:36 1.60 1587388238153 3 3 0 34 34 34 34 34 34 34.00 0 1.88 1.00 Excellent
loadsimulation 10MB_CASE 1 POST /v1/upload/logs/ 1587388236553 2020-04-20 18:40:36 1.60 1587388238153 3 3 0 34 34 34 34 34 34 34.00 0 1.88 1.00 Excellent
The text was updated successfully, but these errors were encountered: