PageRenderTime 37ms CodeModel.GetById 35ms RepoModel.GetById 1ms app.codeStats 0ms

/benchmarks/scenarii/simple.yml

http://github.com/AF83/ucengine
YAML | 35 lines | 35 code | 0 blank | 0 comment | 0 complexity | 42c0625b17046e6b094485d82ee6ce1c MD5 | raw file
  1. load:
  2. duration: 10
  3. unit: minute
  4. arrivals:
  5. -
  6. duration: 8
  7. unit: minute
  8. users:
  9. interval: 15chm
  10. unit: second
  11. sessions:
  12. -
  13. name: passive_1
  14. type: connect_and_listen
  15. probability: 47
  16. variables:
  17. meeting: demo
  18. -
  19. name: active_1
  20. type: connect_and_push
  21. probability: 3
  22. variables:
  23. meeting: demo
  24. -
  25. name: passive_2
  26. type: connect_and_listen
  27. probability: 47
  28. variables:
  29. meeting: demo2
  30. -
  31. name: active_2
  32. type: connect_and_push
  33. probability: 3
  34. variables:
  35. meeting: demo2