Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. api: {
  2. url {
  3. ip: 10.132.15.175
  4.  
  5. }
  6. }
  7.  
  8. settings {
  9. solution: ngena
  10. "reportFolder": "internal"
  11. allTestsXML: "testPlan/nightDay/"${settings.solution}"/7.4-stabilization/allTests/7.4.xml"
  12. performanceTestsXML: "testPlan/nightDay/"${settings.solution}"/7.4-stabilization/performanceTests/7.4.xml"
  13. }
  14.  
  15. simulation: {
  16. type: performance
  17. maxDuration: 4 minute
  18. numberOfVirtualUsersForPerformanceTests: 1000
  19. timeOfIncreaseRampUsers: 120 seconds
  20. }
  21.  
  22. sleep { // sleepy pomiędzy requestami
  23. enable: true // true / false
  24. minValue: 2 seconds // wartości sa losowane pomiędzy minValue, a maxValue, jeżeli chcemy stałe wartości, to ustawiamy minValue i maxValue takie same
  25. maxValue: 4 seconds
  26. }
  27. "reportMail": {
  28. "recipientsEmails": "bartlomiej.smalec@comarch.pl"
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement