Guest User

Untitled

a guest
Jan 20th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. ``` ini
  2.  
  3. BenchmarkDotNet=v0.11.3, OS=Windows 10.0.17763.292 (1809/October2018Update/Redstone5)
  4. Intel Core i7-3770 CPU 3.40GHz (Ivy Bridge), 1 CPU, 8 logical and 4 physical cores
  5. .NET Core SDK=2.2.101
  6. [Host] : .NET Core 2.2.0 (CoreCLR 4.6.27110.04, CoreFX 4.6.27110.04), 64bit RyuJIT
  7.  
  8. Job=InProcess Toolchain=InProcessToolchain
  9.  
  10. ```
  11. | Method | ElementCount | Mean | Error | StdDev |
  12. |------------- |------------- |-----------:|-----------:|-----------:|
  13. | **FindInteger** | **10** | **5.922 us** | **0.0844 us** | **0.0790 us** |
  14. | WhereInteger | 10 | 308.913 us | 3.3159 us | 2.9394 us |
  15. | FindString | 10 | 6.377 us | 0.1244 us | 0.1163 us |
  16. | WhereString | 10 | 265.993 us | 2.1633 us | 1.8065 us |
  17. | **FindInteger** | **100** | **5.762 us** | **0.0677 us** | **0.0600 us** |
  18. | WhereInteger | 100 | 309.874 us | 1.8623 us | 1.5551 us |
  19. | FindString | 100 | 6.288 us | 0.1025 us | 0.0959 us |
  20. | WhereString | 100 | 264.207 us | 1.7637 us | 1.4728 us |
  21. | **FindInteger** | **1000** | **5.873 us** | **0.0839 us** | **0.0785 us** |
  22. | WhereInteger | 1000 | 309.562 us | 4.1908 us | 3.7150 us |
  23. | FindString | 1000 | 6.361 us | 0.1068 us | 0.0999 us |
  24. | WhereString | 1000 | 266.667 us | 1.8926 us | 1.6778 us |
  25. | **FindInteger** | **10000** | **6.122 us** | **0.0621 us** | **0.0581 us** |
  26. | WhereInteger | 10000 | 311.376 us | 1.5438 us | 1.3685 us |
  27. | FindString | 10000 | 6.570 us | 0.0977 us | 0.0914 us |
  28. | WhereString | 10000 | 266.397 us | 2.6091 us | 2.3129 us |
  29. | **FindInteger** | **100000** | **6.049 us** | **0.1136 us** | **0.1007 us** |
  30. | WhereInteger | 100000 | 338.498 us | 5.7355 us | 4.7894 us |
  31. | FindString | 100000 | 6.470 us | 0.0325 us | 0.0288 us |
  32. | WhereString | 100000 | 266.489 us | 2.3454 us | 1.9586 us |
  33. | **FindInteger** | **200000** | **6.111 us** | **0.0776 us** | **0.0726 us** |
  34. | WhereInteger | 200000 | 371.447 us | 6.0218 us | 5.6328 us |
  35. | FindString | 200000 | 6.722 us | 0.0997 us | 0.0833 us |
  36. | WhereString | 200000 | 266.061 us | 1.3401 us | 1.1190 us |
  37. | **FindInteger** | **400000** | **6.157 us** | **0.0808 us** | **0.0716 us** |
  38. | WhereInteger | 400000 | 434.017 us | 3.2092 us | 2.8449 us |
  39. | FindString | 400000 | 6.550 us | 0.0983 us | 0.0919 us |
  40. | WhereString | 400000 | 266.135 us | 1.6292 us | 1.5240 us |
  41. | **FindInteger** | **600000** | **6.156 us** | **0.0832 us** | **0.0778 us** |
  42. | WhereInteger | 600000 | 501.401 us | 8.0570 us | 7.1424 us |
  43. | FindString | 600000 | 6.621 us | 0.1053 us | 0.0985 us |
  44. | WhereString | 600000 | 266.532 us | 1.8006 us | 1.5962 us |
  45. | **FindInteger** | **800000** | **6.077 us** | **0.0766 us** | **0.0679 us** |
  46. | WhereInteger | 800000 | 558.154 us | 2.8385 us | 2.5163 us |
  47. | FindString | 800000 | 6.535 us | 0.0676 us | 0.0599 us |
  48. | WhereString | 800000 | 265.124 us | 1.4133 us | 1.3220 us |
  49. | **FindInteger** | **1000000** | **6.139 us** | **0.0512 us** | **0.0453 us** |
  50. | WhereInteger | 1000000 | 635.331 us | 12.0108 us | 11.7962 us |
  51. | FindString | 1000000 | 6.729 us | 0.1687 us | 0.1578 us |
  52. | WhereString | 1000000 | 269.503 us | 4.6844 us | 4.3817 us |
Add Comment
Please, Sign In to add comment