Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. Without PRAGMAs:
  2. ```bash
  3. all scenarios completed
  4. Complete report @ 2017-07-22T00:21:45.560Z
  5. Scenarios launched: 50
  6. Scenarios completed: 50
  7. Requests completed: 100
  8. RPS sent: 1.03
  9. Request latency:
  10. min: 5654.4
  11. max: 70442.7
  12. median: 30630.7
  13. p95: 66491
  14. p99: 69644.8
  15. Scenario duration:
  16. min: 38275.4
  17. max: 88952
  18. median: 65246.8
  19. p95: 87776.5
  20. p99: 88952
  21. Scenario counts:
  22. Log in and learn: 50 (100%)
  23. Codes:
  24. 200: 50
  25. 201: 50
  26. ```
  27.  
  28. With PRAGMAs:
  29. ```bash
  30. all scenarios completed
  31. Complete report @ 2017-07-22T00:15:24.728Z
  32. Scenarios launched: 50
  33. Scenarios completed: 50
  34. Requests completed: 100
  35. RPS sent: 1.06
  36. Request latency:
  37. min: 5203
  38. max: 69055.7
  39. median: 28081.7
  40. p95: 65293
  41. p99: 68102.2
  42. Scenario duration:
  43. min: 36256.4
  44. max: 86266.5
  45. median: 63712.6
  46. p95: 85406.1
  47. p99: 86266.5
  48. Scenario counts:
  49. Log in and learn: 50 (100%)
  50. Codes:
  51. 200: 50
  52. 201: 50
  53. ```
  54.  
  55. Without PRAGMAS, with separate session DB:
  56. ```bash
  57. all scenarios completed
  58. Complete report @ 2017-07-22T00:38:16.248Z
  59. Scenarios launched: 50
  60. Scenarios completed: 50
  61. Requests completed: 100
  62. RPS sent: 0.81
  63. Request latency:
  64. min: 4394.7
  65. max: 91201.4
  66. median: 19370.3
  67. p95: 82047.5
  68. p99: 89438.4
  69. Scenario duration:
  70. min: 17377.4
  71. max: 116574.5
  72. median: 55834.8
  73. p95: 109818.2
  74. p99: 116574.5
  75. Scenario counts:
  76. Log in and learn: 50 (100%)
  77. Codes:
  78. 200: 14
  79. 201: 43
  80. 400: 1
  81. 500: 42
  82. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement