Guest User

Sorting cloned values

a guest
Jul 26th, 2019
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. $ ./test-cache-efficiency.sh
  2. ========
  3. -rw-r--r-- 1 Artur Jamro 197121 13K Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/a.out.wasm
  4. Without cache: 129.045 ms (100%)
  5. With cache: 62.050 ms (48.08%)
  6. Cache size: 56K (428.07%)
  7. ========
  8. -rw-r--r-- 1 Artur Jamro 197121 31 Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/addm1.wasm
  9. Without cache: 75.576 ms (100%)
  10. With cache: 83.023 ms (109.85%)
  11. Cache size: 1.0K (245.16%)
  12. ========
  13. -rw-r--r-- 1 Artur Jamro 197121 11M Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/AngryBots1.wasm
  14. Without cache: 27340.157 ms (100%)
  15. With cache: 504.996 ms (1.84%)
  16. Cache size: 65M (636.36%)
  17. ========
  18. -rw-r--r-- 1 Artur Jamro 197121 51 Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/break-to-return.wasm
  19. Without cache: 79.965 ms (100%)
  20. With cache: 77.722 ms (97.19%)
  21. Cache size: 1.0K (147.05%)
  22. ========
  23. -rw-r--r-- 1 Artur Jamro 197121 30M Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/clang.wasm
  24. Without cache: 36967.830 ms (100%)
  25. With cache: 1292.544 ms (3.49%)
  26. Cache size: 178M (609.87%)
  27. ========
  28. -rw-r--r-- 1 Artur Jamro 197121 5.7M Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/cv-wasm.wasm
  29. Without cache: 13474.492 ms (100%)
  30. With cache: 293.235 ms (2.17%)
  31. Cache size: 34M (599.93%)
  32. ========
  33. -rw-r--r-- 1 Artur Jamro 197121 306 Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/dylib.wasm
  34. Without cache: 86.611 ms (100%)
  35. With cache: 86.342 ms (99.68%)
  36. Cache size: 1.0K (85.94%)
  37. ========
  38. -rw-r--r-- 1 Artur Jamro 197121 175 Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/fib.wasm
  39. Without cache: 69.923 ms (100%)
  40. With cache: 82.409 ms (117.85%)
  41. Cache size: 1.0K (83.42%)
  42. ========
  43. -rw-r--r-- 1 Artur Jamro 197121 35M Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/godot.wasm
  44. Without cache: 34191.120 ms (100%)
  45. With cache: 1088.744 ms (3.18%)
  46. Cache size: 146M (426.53%)
  47. ========
  48. -rw-r--r-- 1 Artur Jamro 197121 36M Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/godot-2018-01-18.wasm
  49. Without cache: 35889.804 ms (100%)
  50. With cache: 1136.256 ms (3.16%)
  51. Cache size: 150M (424.80%)
  52. ========
  53. -rw-r--r-- 1 Artur Jamro 197121 2.8M Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/libfaust-wasm.wasm
  54. Without cache: 9975.846 ms (100%)
  55. With cache: 198.051 ms (1.98%)
  56. Cache size: 21M (747.86%)
  57. ========
  58. -rw-r--r-- 1 Artur Jamro 197121 12M Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/mono.wasm
  59. Without cache: 11836.411 ms (100%)
  60. With cache: 463.422 ms (3.91%)
  61. Cache size: 58M (497.20%)
  62. ========
  63. -rw-r--r-- 1 Artur Jamro 197121 112K Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/musl.wasm
  64. Without cache: 153.650 ms (100%)
  65. With cache: 75.421 ms (49.08%)
  66. Cache size: 364K (324.13%)
  67. ========
  68. -rw-r--r-- 1 Artur Jamro 197121 207K Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/oryol-quad.wasm
  69. Without cache: 1571.812 ms (100%)
  70. With cache: 74.799 ms (4.75%)
  71. Cache size: 1.3M (625.16%)
  72. ========
  73. -rw-r--r-- 1 Artur Jamro 197121 58K Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/rocket.wasm
  74. Without cache: 133.751 ms (100%)
  75. With cache: 72.797 ms (54.42%)
  76. Cache size: 260K (451.58%)
  77. ========
  78. -rw-r--r-- 1 Artur Jamro 197121 132 Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/s.wasm
  79. Without cache: 91.568 ms (100%)
  80. With cache: 88.110 ms (96.22%)
  81. Cache size: 1.0K (282.57%)
  82. ========
  83. -rw-r--r-- 1 Artur Jamro 197121 41 Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/simple.wasm
  84. Without cache: 85.937 ms (100%)
  85. With cache: 71.549 ms (83.25%)
  86. Cache size: 1.0K (168.29%)
  87. ========
  88. -rw-r--r-- 1 Artur Jamro 197121 1.5M Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/sqlite.wasm
  89. Without cache: 6847.599 ms (100%)
  90. With cache: 138.807 ms (2.02%)
  91. Cache size: 6.1M (411.17%)
  92. ========
  93. -rw-r--r-- 1 Artur Jamro 197121 54 Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/stacky.wasm
  94. Without cache: 78.509 ms (100%)
  95. With cache: 78.465 ms (99.94%)
  96. Cache size: 1.0K (138.88%)
  97. ========
  98. -rw-r--r-- 1 Artur Jamro 197121 132 Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/stripped.wasm
  99. Without cache: 74.092 ms (100%)
  100. With cache: 86.099 ms (116.20%)
  101. Cache size: 1.0K (110.60%)
  102. ========
  103. -rw-r--r-- 1 Artur Jamro 197121 12M Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/tanks.wasm
  104. Without cache: 17306.833 ms (100%)
  105. With cache: 624.721 ms (3.60%)
  106. Cache size: 72M (602.18%)
  107. ========
  108. -rw-r--r-- 1 Artur Jamro 197121 181 Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/test.wasm
  109. Without cache: 82.794 ms (100%)
  110. With cache: 87.373 ms (105.53%)
  111. Cache size: 1.0K (180.66%)
  112. ========
  113. -rw-r--r-- 1 Artur Jamro 197121 221 Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/trivial.obj.wasm
  114. Without cache: 71.718 ms (100%)
  115. With cache: 76.162 ms (106.19%)
  116. Cache size: 1.0K (95.92%)
  117. ========
  118. -rw-r--r-- 1 Artur Jamro 197121 38M Jul 12 14:41 C:/Users/mrowqa/repos/wasm-collection/misc-valid/UE4Game-HTML5-Shipping.wasm
  119. Without cache: 35827.616 ms (100%)
  120. With cache: 1396.600 ms (3.89%)
  121. Cache size: 158M (417.90%)
Advertisement
Add Comment
Please, Sign In to add comment