Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. (exp) alex@alex-pc ~/devel/checksumexperiment $ python2 checksum_benchmark.py
  2.  
  3. Benchmark Report
  4. ================
  5.  
  6. BenchmarkChecksumCalculation
  7. ----------------------------
  8.  
  9. name | rank | runs | mean | sd | timesBaseline
  10. ----------------------------|------|------|----------|-----------|--------------
  11. bytearray | 1 | 500 | 0.001795 | 0.000205 | 1.0
  12. concatenating nonfunctional | 2 | 500 | 0.002551 | 0.0003038 | 1.4208369179
  13. concatenating | 3 | 500 | 0.004714 | 0.0005135 | 2.62599970624
  14. new format | 4 | 500 | 0.004739 | 0.0004876 | 2.63955488753
  15. old format | 5 | 500 | 0.005273 | 0.0003463 | 2.93721190094
  16. c | 6 | 500 | 0.007743 | 0.0008518 | 4.31275722241
  17.  
  18. Each of the above 3000 runs were run in random, non-consecutive order by
  19. `benchmark` v0.1.5 (http://jspi.es/benchmark) with Python 2.7.12
  20. Linux-4.13.0-16-generic-x86_64 on 2017-11-23 09:11:28.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement