Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. =========================================
  2. Benchmark with random task execution time
  3. =========================================
  4. Single queue thread pool: 2082 ms
  5. Multi queue thread pool: 2220 ms
  6. Work stealing queue thread pool: 11036 ms
  7. Boost asio based thread pool: 2174 ms
  8.  
  9. =========================================
  10. Benchmark with empty task
  11. =========================================
  12. Single queue thread pool: 124 ms
  13. Multi queue thread pool: 107 ms
  14. Work stealing queue thread pool: 480 ms
  15. Boost asio based thread pool: 134 ms
  16.  
  17. =========================================
  18. Benchmark with light weight data
  19. =========================================
  20. Single queue thread pool: 123 ms
  21. Multi queue thread pool: 107 ms
  22. Work stealing queue thread pool: 494 ms
  23. Boost asio based thread pool: 130 ms
  24.  
  25. =========================================
  26. Benchmark with heavy data
  27. =========================================
  28. Single queue thread pool: 131 ms
  29. Multi queue thread pool: 107 ms
  30. Work stealing queue thread pool: 500 ms
  31. Boost asio based thread pool: 134 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement