PageRenderTime 32ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/benchmarks/scenarii/one_to_many.yml

http://github.com/AF83/ucengine
YAML | 35 lines | 35 code | 0 blank | 0 comment | 0 complexity | a9fb7d91e18b5ec148b12c1166ca1626 MD5 | raw file
  1. load:
  2. duration: 10
  3. unit: minute
  4. arrivals:
  5. -
  6. duration: 8
  7. unit: minute
  8. users:
  9. interval: 0.04
  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