Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. # no channel usage at all (baseline)
  2. Duration: 75.269999999989523
  3. Lines: 838663 (position: 55181312, 23.77%)
  4. Rate: 11142.061910457243
  5.  
  6. # channel.push obj.to_json
  7. Duration: 75.680000000022119
  8. Lines: 612806 (position: 41025536, 17.67%)
  9. Rate: 8097.3308668052441
  10.  
  11. # channel.push 1 # (in case 'obj.to_json' was consuming time)
  12. Duration: 75.459999999991851
  13. Lines: 700935 (position: 46792704, 20.15%)
  14. Rate: 9288.8285184213582
  15.  
  16. # channel.push obj.to_json if subscribers > 0
  17. Duration: 75.279999999998836
  18. Lines: 850888 (position: 55902208, 24.08%)
  19. Rate: 11302.975557917283
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement