Guest User

Untitled

a guest
May 15th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. StephenHill\Benchmarks\Base16Event
  2. Method Name Iterations Average Time Ops/second
  3. ------------ ------------ -------------- -------------
  4. encodeBase16: [10,000 ] [0.0000001919985] [5,208,374.51881]
  5. decodeBase16: [10,000 ] [0.0000004031897] [2,480,222.34049]
  6.  
  7.  
  8. StephenHill\Benchmarks\Base58BCMathEvent
  9. Method Name Iterations Average Time Ops/second
  10. ------------ ------------ -------------- -------------
  11. encodeBase58: [10,000 ] [0.0000484058857] [20,658.64482]
  12. decodeBase58: [10,000 ] [0.0000523419857] [19,105.12157]
  13.  
  14.  
  15. StephenHill\Benchmarks\Base58ExtEvent
  16. Method Name Iterations Average Time Ops/second
  17. ------------ ------------ -------------- -------------
  18. encodeBase58: [10,000 ] [0.0000003235340] [3,090,865.14370]
  19. decodeBase58: [10,000 ] [0.0000003539085] [2,825,588.79008]
  20.  
  21.  
  22. StephenHill\Benchmarks\Base58GMPEvent
  23. Method Name Iterations Average Time Ops/second
  24. ------------ ------------ -------------- -------------
  25. encodeBase58: [10,000 ] [0.0000255326509] [39,165.53757]
  26. decodeBase58: [10,000 ] [0.0000418104410] [23,917.47075]
  27.  
  28.  
  29. StephenHill\Benchmarks\Base64Event
  30. Method Name Iterations Average Time Ops/second
  31. ------------ ------------ -------------- -------------
  32. encodeBase64: [10,000 ] [0.0000003066778] [3,260,750.99122]
  33. decodeBase64: [10,000 ] [0.0000003187656] [3,137,100.97233]
Advertisement
Add Comment
Please, Sign In to add comment