redis-benchmarks-specification 0.1.291__py3-none-any.whl → 0.1.292__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of redis-benchmarks-specification might be problematic. Click here for more details.

Files changed (227) hide show
  1. redis_benchmarks_specification/__runner__/args.py +6 -0
  2. redis_benchmarks_specification/__runner__/remote_profiling.py +17 -2
  3. redis_benchmarks_specification/__runner__/runner.py +619 -57
  4. redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-hash-hgetall-50-fields-100B-values.yml +21 -4
  5. redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-20-fields-with-1B-values-pipeline-30.yml +15 -3
  6. redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-1000B-values.yml +16 -3
  7. redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-100B-values.yml +16 -3
  8. redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-10B-values.yml +15 -3
  9. redis_benchmarks_specification/test-suites/memtier_benchmark-10Kkeys-load-hash-50-fields-with-10000B-values.yml +16 -3
  10. redis_benchmarks_specification/test-suites/memtier_benchmark-10Kkeys-load-list-with-10B-values-pipeline-50.yml +5 -3
  11. redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values-pipeline-10.yml +5 -3
  12. redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values.yml +5 -3
  13. redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values-pipeline-10.yml +6 -3
  14. redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values.yml +5 -3
  15. redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-string-get-10B-pipeline-100-nokeyprefix.yml +10 -4
  16. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-100B-expire-use-case.yml +14 -4
  17. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-expire-use-case.yml +14 -4
  18. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-psetex-expire-use-case.yml +12 -4
  19. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-setex-expire-use-case.yml +12 -4
  20. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-1KiB-expire-use-case.yml +13 -4
  21. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-4KiB-expire-use-case.yml +14 -4
  22. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-bitmap-getbit-pipeline-10.yml +10 -4
  23. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-exists-pipeline-10.yml +10 -4
  24. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expire-pipeline-10.yml +10 -4
  25. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expireat-pipeline-10.yml +10 -4
  26. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-pexpire-pipeline-10.yml +10 -4
  27. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-count-500-pipeline-10.yml +10 -4
  28. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-count-500-pipeline-10.yml +11 -4
  29. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-count-5000-pipeline-10.yml +11 -4
  30. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-pipeline-10.yml +11 -4
  31. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-pipeline-10.yml +10 -4
  32. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-type-pipeline-10.yml +10 -4
  33. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-touch-pipeline-10.yml +10 -4
  34. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-ttl-pipeline-10.yml +10 -4
  35. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hexists.yml +15 -5
  36. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hget-hgetall-hkeys-hvals-with-100B-values.yml +14 -4
  37. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hgetall-50-fields-10B-values.yml +22 -4
  38. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hincrby.yml +11 -4
  39. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hincrbyfloat.yml +11 -4
  40. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hmget-5-fields-with-100B-values-pipeline-10.yml +13 -4
  41. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-transactions-multi-exec-pipeline-20.yml +9 -3
  42. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-100B-values.yml +12 -4
  43. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-10B-values.yml +12 -4
  44. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-1KiB-values.yml +12 -4
  45. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-rpoplpush-with-10B-values.yml +11 -4
  46. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values-pipeline-10.yml +6 -3
  47. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values.yml +5 -3
  48. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-hmset-5-fields-with-1000B-values.yml +5 -3
  49. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-rpush-with-10B-values.yml +4 -3
  50. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-100B-values.yml +4 -3
  51. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-10B-values-pipeline-10.yml +5 -3
  52. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-10B-values.yml +4 -3
  53. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-1KiB-values.yml +4 -3
  54. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits-pipeline-10.yml +30 -3
  55. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits.yml +30 -3
  56. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-pipeline-10.yml +13 -3
  57. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements.yml +12 -3
  58. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values-pipeline-10.yml +5 -3
  59. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values.yml +5 -3
  60. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values-pipeline-10.yml +6 -3
  61. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values.yml +5 -3
  62. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values-pipeline-10.yml +4 -3
  63. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values.yml +4 -4
  64. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-10.yml +5 -3
  65. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-100-nokeyprefix.yml +5 -4
  66. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-100.yml +5 -3
  67. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-50.yml +5 -3
  68. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-500.yml +5 -3
  69. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values.yml +4 -3
  70. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-1KiB-values.yml +4 -3
  71. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-20KiB-values.yml +4 -4
  72. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-listpack-with-100-elements-double-score.yml +63 -3
  73. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-double-score.yml +7 -3
  74. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-int-score.yml +6 -3
  75. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-append-1-100B-pipeline-10.yml +12 -4
  76. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-append-1-100B.yml +11 -4
  77. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-decr.yml +10 -4
  78. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B-pipeline-10.yml +10 -4
  79. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B.yml +10 -4
  80. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-10.yml +10 -4
  81. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-100-nokeyprefix.yml +10 -4
  82. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-100.yml +10 -4
  83. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-50.yml +10 -4
  84. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-500.yml +10 -4
  85. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B.yml +10 -4
  86. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB-pipeline-10.yml +10 -4
  87. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB.yml +11 -5
  88. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-32B-pipeline-10.yml +9 -4
  89. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-32B.yml +9 -4
  90. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incr-pipeline-10.yml +4 -3
  91. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrby-pipeline-10.yml +4 -3
  92. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrby.yml +4 -3
  93. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrbyfloat-pipeline-10.yml +4 -3
  94. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrbyfloat.yml +4 -3
  95. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-int-encoding-strlen-pipeline-10.yml +9 -4
  96. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mget-1KiB.yml +10 -4
  97. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-expire-pipeline-10.yml +12 -4
  98. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-expire.yml +12 -4
  99. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-pipeline-10.yml +11 -4
  100. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B.yml +10 -4
  101. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-1KB-pipeline-10.yml +10 -4
  102. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-1KB.yml +9 -4
  103. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-32B-pipeline-10.yml +11 -4
  104. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-32B.yml +10 -4
  105. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-512B-pipeline-10.yml +11 -4
  106. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-512B.yml +10 -4
  107. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-with-expiration-240B-400_conns.yml +12 -4
  108. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-set-with-ex-100B-pipeline-10.yml +10 -3
  109. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setex-100B-pipeline-10.yml +10 -3
  110. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setrange-100B-pipeline-10.yml +11 -4
  111. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setrange-100B.yml +11 -4
  112. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-100M-bits-bitmap-bitcount.yml +12 -5
  113. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-1Billion-bits-bitmap-bitcount.yml +12 -5
  114. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-2-elements-geopos.yml +9 -4
  115. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-2-elements-geosearch-fromlonlat-withcoord.yml +10 -5
  116. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist-pipeline-10.yml +7 -3
  117. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist.yml +7 -3
  118. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash-pipeline-10.yml +6 -3
  119. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash.yml +4 -2
  120. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos-pipeline-10.yml +6 -3
  121. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos.yml +4 -2
  122. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-bybox.yml +7 -3
  123. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-pipeline-10.yml +7 -3
  124. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat.yml +7 -3
  125. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-1K-fields-hgetall-pipeline-10.yml +256 -4
  126. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-1K-fields-hgetall.yml +254 -3
  127. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-100B-values-cursor-count-1000.yml +260 -4
  128. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values-cursor-count-100.yml +260 -4
  129. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values.yml +259 -4
  130. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-50-fields-10B-values.yml +23 -4
  131. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements-pipeline-10.yml +8 -4
  132. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements.yml +6 -3
  133. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-int-7bit-uint-lrange-all-elements-pipeline-10.yml +15 -4
  134. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-int-lrange-all-elements-pipeline-10.yml +23 -4
  135. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-llen-pipeline-10.yml +23 -4
  136. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-lrange-all-elements-pipeline-10.yml +23 -4
  137. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-lrange-all-elements.yml +21 -3
  138. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-integer.yml +8 -2
  139. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-string-pipeline-10.yml +10 -3
  140. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-string.yml +8 -2
  141. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-linsert-lrem-integer.yml +12 -3
  142. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-linsert-lrem-string.yml +12 -3
  143. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lpos-integer.yml +8 -2
  144. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lpos-string.yml +8 -2
  145. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elements-lrange-all-elements-pipeline-10.yml +173 -4
  146. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elements-lrange-all-elements.yml +171 -3
  147. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-2K-elements-quicklist-lrange-all-elements-longs.yml +228 -3
  148. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-hash-1K-fields-with-5B-values.yml +254 -3
  149. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-zset-with-5-elements-parsing-float-score.yml +8 -3
  150. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-zset-with-5-elements-parsing-hexa-score.yml +8 -3
  151. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-pfadd-4KB-values-pipeline-10.yml +4 -3
  152. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers-pipeline-10.yml +8 -4
  153. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers.yml +6 -3
  154. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smismember.yml +9 -4
  155. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sismember-is-a-member.yml +24 -4
  156. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sismember-not-a-member.yml +24 -4
  157. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smembers.yml +21 -4
  158. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smismember.yml +24 -4
  159. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sscan.yml +21 -4
  160. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10M-elements-sismember-50pct-chance.yml +9 -3
  161. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10M-elements-srem-50pct-chance.yml +9 -3
  162. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-smembers.yml +171 -4
  163. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan-cursor-count-100.yml +173 -5
  164. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan.yml +171 -4
  165. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1M-elements-sismember-50pct-chance.yml +8 -3
  166. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-200K-elements-sadd-constant.yml +10 -3
  167. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-2M-elements-sadd-increasing.yml +4 -2
  168. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zincrby-1M-elements-pipeline-1.yml +9 -4
  169. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-100K-elements-pipeline-1.yml +9 -4
  170. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-10M-elements-pipeline-1.yml +10 -4
  171. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-1M-elements-pipeline-1.yml +9 -4
  172. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrem-5M-elements-pipeline-1.yml +16 -4
  173. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrangebyscore-256K-elements-pipeline-1.yml +10 -4
  174. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrangebyscore-256K-elements-pipeline-10.yml +10 -4
  175. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrank-1M-elements-pipeline-1.yml +9 -4
  176. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-10-elements-zrange-all-elements-long-scores.yml +12 -4
  177. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-10-elements-zrange-all-elements.yml +11 -4
  178. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrange-all-elements.yml +37 -4
  179. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements-long-scores.yml +37 -4
  180. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements.yml +37 -4
  181. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zscan.yml +35 -3
  182. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zrange-all-elements.yml +293 -4
  183. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zscan.yml +291 -3
  184. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zcard-pipeline-10.yml +7 -3
  185. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zremrangebyscore-pipeline-10.yml +10 -4
  186. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zrevrange-5-elements.yml +8 -3
  187. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zrevrange-withscores-5-elements-pipeline-10.yml +10 -4
  188. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zscore-pipeline-10.yml +9 -4
  189. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-600K-elements-zrangestore-1K-elements.yml +10 -4
  190. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-600K-elements-zrangestore-300K-elements.yml +12 -4
  191. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-listpack-zrank-100-elements-pipeline-1.yml +21 -4
  192. redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-eval-hset-expire.yml +6 -3
  193. redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-evalsha-hset-expire.yml +9 -7
  194. redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sdiff.yml +26 -4
  195. redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sinter.yml +26 -4
  196. redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sunion.yml +26 -4
  197. redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries-pipeline-10.yml +17 -13
  198. redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries.yml +17 -13
  199. redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elements-skiplist-encoded-zunion.yml +405 -5
  200. redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elements-skiplist-encoded-zunionstore.yml +405 -5
  201. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values-pipeline-10.yml +5 -3
  202. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values.yml +5 -3
  203. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-400_conns.yml +20 -14
  204. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-40_conns.yml +20 -14
  205. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-2000_conns.yml +11 -4
  206. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-400_conns.yml +11 -4
  207. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-40_conns.yml +11 -4
  208. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-400_conns.yml +20 -14
  209. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-2000_conns.yml +11 -4
  210. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-400_conns.yml +11 -4
  211. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-5200_conns.yml +11 -4
  212. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-50-50-with-512B-values-with-expiration-pipeline-10-400_conns.yml +9 -4
  213. redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello-pipeline-10.yml +4 -3
  214. redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello.yml +4 -3
  215. redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-connection-ping-pipeline-10.yml +2 -2
  216. redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-100-subscribers.yml +19 -15
  217. redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-1000-subscribers.yml +19 -15
  218. redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-5000-subscribers.yml +19 -15
  219. redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-50K-subscribers-5k-conns.yml +19 -15
  220. redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-publish-1K-channels-10B-no-subscribers.yml +4 -3
  221. redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-server-time-pipeline-10.yml +2 -2
  222. redis_benchmarks_specification/vector-search-test-suites/vector_db_benchmark_test.yml +0 -3
  223. {redis_benchmarks_specification-0.1.291.dist-info → redis_benchmarks_specification-0.1.292.dist-info}/METADATA +1 -1
  224. {redis_benchmarks_specification-0.1.291.dist-info → redis_benchmarks_specification-0.1.292.dist-info}/RECORD +227 -227
  225. {redis_benchmarks_specification-0.1.291.dist-info → redis_benchmarks_specification-0.1.292.dist-info}/LICENSE +0 -0
  226. {redis_benchmarks_specification-0.1.291.dist-info → redis_benchmarks_specification-0.1.292.dist-info}/WHEEL +0 -0
  227. {redis_benchmarks_specification-0.1.291.dist-info → redis_benchmarks_specification-0.1.292.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits
3
- description: Runs memtier_benchmark, for a keyspace length of 1M keys loading SETs with 100 integer elements with 19 digits each.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys loading SETs
4
+ with 100 integer elements with 19 digits each.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -19,12 +20,38 @@ build-variants:
19
20
  clientconfig:
20
21
  run_image: redislabs/memtier_benchmark:edge
21
22
  tool: memtier_benchmark
22
- arguments: --test-time 180 -c 50 -t 4 --command "SADD __key__ 1234567890123456789 9876543210987654321 5647382910564738291 8192736450819273645 3456789012345678901 7890123456789012345 2468135792468135792 1357924680135792468 9753186420975318642 6420975318642097531 8642097531864209753 1975308642197530864 5308641975308641975 0864197530864197530 4197530864197530864 7530864197530864197 3086419753086419753 0641975308641975308 9753086419753086419 5308641975308641975 1975308641975308641 8641975308641975308 4197530864197530864 0864197530864197530 7530864197530864197 3086419753086419753 6419753086419753086 9753086419753086419 5308641975308641975 1975308641975308641 8641975308641975308 4197530864197530864 0864197530864197530 7530864197530864197 3086419753086419753 6419753086419753086 2975318642097531864 8642097531864209753 1864209753186420975 5186420975318642097 9753186420975318642 3186420975318642097 7531864209753186420 0975318642097531864 4209753186420975318 8642097531864209753 1864209753186420975 5186420975318642097 9753186420975318642 3186420975318642097 7531864209753186420 0975318642097531864 4209753186420975318 8642097531864209753 1864209753186420975 5186420975318642097 9753186420975318642 3186420975318642097 7531864209753186420 0975318642097531864 4209753186420975318 8642097531864209753 1864209753186420975 5186420975318642097 9753186420975318642 3186420975318642097 7531864209753186420 0975318642097531864 4209753186420975318 8642097531864209753 1864209753186420975 5186420975318642097 9753186420975318642 3186420975318642097 7531864209753186420 0975318642097531864 4209753186420975318 8642097531864209753 1864209753186420975 5186420975318642097 9753186420975318642 3186420975318642097 7531864209753186420 0975318642097531864 4209753186420975318 8642097531864209753 1864209753186420975 5186420975318642097 9753186420975318642 3186420975318642097 7531864209753186420 0975318642097531864 4209753186420975318 8642097531864209753 1864209753186420975 5186420975318642097 9753186420975318642 3186420975318642097 7531864209753186420 0975318642097531864 4209753186420975318 8642097531864209753 1864209753186420975" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 --hide-histogram
23
+ arguments: --test-time 180 -c 50 -t 4 --command "SADD __key__ 1234567890123456789
24
+ 9876543210987654321 5647382910564738291 8192736450819273645 3456789012345678901
25
+ 7890123456789012345 2468135792468135792 1357924680135792468 9753186420975318642
26
+ 6420975318642097531 8642097531864209753 1975308642197530864 5308641975308641975
27
+ 0864197530864197530 4197530864197530864 7530864197530864197 3086419753086419753
28
+ 0641975308641975308 9753086419753086419 5308641975308641975 1975308641975308641
29
+ 8641975308641975308 4197530864197530864 0864197530864197530 7530864197530864197
30
+ 3086419753086419753 6419753086419753086 9753086419753086419 5308641975308641975
31
+ 1975308641975308641 8641975308641975308 4197530864197530864 0864197530864197530
32
+ 7530864197530864197 3086419753086419753 6419753086419753086 2975318642097531864
33
+ 8642097531864209753 1864209753186420975 5186420975318642097 9753186420975318642
34
+ 3186420975318642097 7531864209753186420 0975318642097531864 4209753186420975318
35
+ 8642097531864209753 1864209753186420975 5186420975318642097 9753186420975318642
36
+ 3186420975318642097 7531864209753186420 0975318642097531864 4209753186420975318
37
+ 8642097531864209753 1864209753186420975 5186420975318642097 9753186420975318642
38
+ 3186420975318642097 7531864209753186420 0975318642097531864 4209753186420975318
39
+ 8642097531864209753 1864209753186420975 5186420975318642097 9753186420975318642
40
+ 3186420975318642097 7531864209753186420 0975318642097531864 4209753186420975318
41
+ 8642097531864209753 1864209753186420975 5186420975318642097 9753186420975318642
42
+ 3186420975318642097 7531864209753186420 0975318642097531864 4209753186420975318
43
+ 8642097531864209753 1864209753186420975 5186420975318642097 9753186420975318642
44
+ 3186420975318642097 7531864209753186420 0975318642097531864 4209753186420975318
45
+ 8642097531864209753 1864209753186420975 5186420975318642097 9753186420975318642
46
+ 3186420975318642097 7531864209753186420 0975318642097531864 4209753186420975318
47
+ 8642097531864209753 1864209753186420975 5186420975318642097 9753186420975318642
48
+ 3186420975318642097 7531864209753186420 0975318642097531864 4209753186420975318
49
+ 8642097531864209753 1864209753186420975" --command-key-pattern="P" --key-minimum=1
50
+ --key-maximum 1000000 --hide-histogram
23
51
  resources:
24
52
  requests:
25
53
  cpus: '4'
26
54
  memory: 4g
27
-
28
55
  tested-groups:
29
56
  - set
30
57
  priority: 12
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-pipeline-10
3
- description: Runs memtier_benchmark, for a keyspace length of 1M keys loading SETs with 100 integer elements.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys loading SETs
4
+ with 100 integer elements.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -19,12 +20,21 @@ build-variants:
19
20
  clientconfig:
20
21
  run_image: redislabs/memtier_benchmark:edge
21
22
  tool: memtier_benchmark
22
- arguments: --pipeline 10 --test-time 180 -c 50 -t 4 --command "SADD __key__ 436858 768277 10664 860016 865292 841848 313147 896678 386308 977048 203069 283373 593503 457419 169542 391186 130304 916639 453967 273773 589383 657683 182813 641487 580095 195884 372142 774005 768470 95729 556839 771113 432139 613472 528415 174665 155343 215707 753892 81624 199200 877732 358153 337683 24664 481128 356011 28176 535519 724263 780697 435661 3623 6998 985912 696150 913066 171765 808279 608289 187563 300496 104333 684239 434669 111037 928553 714514 606168 190478 772363 393219 243921 549032 624950 743846 957491 864902 345918 846332 42207 243593 125622 915607 523476 226892 773003 840853 792775 582050 702242 194856 270254 617201 454742 543414 960526 136178 43558 172112" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 --hide-histogram
23
+ arguments: --pipeline 10 --test-time 180 -c 50 -t 4 --command "SADD __key__ 436858
24
+ 768277 10664 860016 865292 841848 313147 896678 386308 977048 203069 283373 593503
25
+ 457419 169542 391186 130304 916639 453967 273773 589383 657683 182813 641487 580095
26
+ 195884 372142 774005 768470 95729 556839 771113 432139 613472 528415 174665 155343
27
+ 215707 753892 81624 199200 877732 358153 337683 24664 481128 356011 28176 535519
28
+ 724263 780697 435661 3623 6998 985912 696150 913066 171765 808279 608289 187563
29
+ 300496 104333 684239 434669 111037 928553 714514 606168 190478 772363 393219 243921
30
+ 549032 624950 743846 957491 864902 345918 846332 42207 243593 125622 915607 523476
31
+ 226892 773003 840853 792775 582050 702242 194856 270254 617201 454742 543414 960526
32
+ 136178 43558 172112" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000
33
+ --hide-histogram
23
34
  resources:
24
35
  requests:
25
36
  cpus: '4'
26
37
  memory: 4g
27
-
28
38
  tested-groups:
29
39
  - set
30
40
  priority: 12
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-set-intset-with-100-elements
3
- description: Runs memtier_benchmark, for a keyspace length of 1M keys loading SETs with 100 integer elements.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys loading SETs
4
+ with 100 integer elements.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -19,12 +20,20 @@ build-variants:
19
20
  clientconfig:
20
21
  run_image: redislabs/memtier_benchmark:edge
21
22
  tool: memtier_benchmark
22
- arguments: --test-time 180 -c 50 -t 4 --command "SADD __key__ 436858 768277 10664 860016 865292 841848 313147 896678 386308 977048 203069 283373 593503 457419 169542 391186 130304 916639 453967 273773 589383 657683 182813 641487 580095 195884 372142 774005 768470 95729 556839 771113 432139 613472 528415 174665 155343 215707 753892 81624 199200 877732 358153 337683 24664 481128 356011 28176 535519 724263 780697 435661 3623 6998 985912 696150 913066 171765 808279 608289 187563 300496 104333 684239 434669 111037 928553 714514 606168 190478 772363 393219 243921 549032 624950 743846 957491 864902 345918 846332 42207 243593 125622 915607 523476 226892 773003 840853 792775 582050 702242 194856 270254 617201 454742 543414 960526 136178 43558 172112" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 --hide-histogram
23
+ arguments: --test-time 180 -c 50 -t 4 --command "SADD __key__ 436858 768277 10664
24
+ 860016 865292 841848 313147 896678 386308 977048 203069 283373 593503 457419 169542
25
+ 391186 130304 916639 453967 273773 589383 657683 182813 641487 580095 195884 372142
26
+ 774005 768470 95729 556839 771113 432139 613472 528415 174665 155343 215707 753892
27
+ 81624 199200 877732 358153 337683 24664 481128 356011 28176 535519 724263 780697
28
+ 435661 3623 6998 985912 696150 913066 171765 808279 608289 187563 300496 104333
29
+ 684239 434669 111037 928553 714514 606168 190478 772363 393219 243921 549032 624950
30
+ 743846 957491 864902 345918 846332 42207 243593 125622 915607 523476 226892 773003
31
+ 840853 792775 582050 702242 194856 270254 617201 454742 543414 960526 136178 43558
32
+ 172112" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 --hide-histogram
23
33
  resources:
24
34
  requests:
25
35
  cpus: '4'
26
36
  memory: 4g
27
-
28
37
  tested-groups:
29
38
  - set
30
39
  priority: 12
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values-pipeline-10
3
- description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STREAMs in which the value has a data size of 100 Bytes.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STREAMs
4
+ in which the value has a data size of 100 Bytes.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -19,12 +20,13 @@ build-variants:
19
20
  clientconfig:
20
21
  run_image: redislabs/memtier_benchmark:edge
21
22
  tool: memtier_benchmark
22
- arguments: '"--pipeline" "10" "--data-size" "100" --command "XADD __key__ MAXLEN ~ 1 * field __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram'
23
+ arguments: '"--pipeline" "10" "--data-size" "100" --command "XADD __key__ MAXLEN
24
+ ~ 1 * field __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum
25
+ 1000000 --test-time 180 -c 50 -t 4 --hide-histogram'
23
26
  resources:
24
27
  requests:
25
28
  cpus: '4'
26
29
  memory: 2g
27
-
28
30
  tested-groups:
29
31
  - stream
30
32
  priority: 66
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values
3
- description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STREAMs in which the value has a data size of 100 Bytes.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STREAMs
4
+ in which the value has a data size of 100 Bytes.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -19,12 +20,13 @@ build-variants:
19
20
  clientconfig:
20
21
  run_image: redislabs/memtier_benchmark:edge
21
22
  tool: memtier_benchmark
22
- arguments: '"--data-size" "100" --command "XADD __key__ MAXLEN ~ 1 * field __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram'
23
+ arguments: '"--data-size" "100" --command "XADD __key__ MAXLEN ~ 1 * field __data__"
24
+ --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 --test-time 180
25
+ -c 50 -t 4 --hide-histogram'
23
26
  resources:
24
27
  requests:
25
28
  cpus: '4'
26
29
  memory: 2g
27
-
28
30
  tested-groups:
29
31
  - stream
30
32
  priority: 66
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values-pipeline-10
3
- description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STREAMs in which the 5 field values have a data size of 100 Bytes.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STREAMs
4
+ in which the 5 field values have a data size of 100 Bytes.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -19,12 +20,14 @@ build-variants:
19
20
  clientconfig:
20
21
  run_image: redislabs/memtier_benchmark:edge
21
22
  tool: memtier_benchmark
22
- arguments: '"--pipeline" "10" "--data-size" "100" --command "XADD __key__ MAXLEN ~ 5 * field __data__ field __data__ field __data__ field __data__ field __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram'
23
+ arguments: '"--pipeline" "10" "--data-size" "100" --command "XADD __key__ MAXLEN
24
+ ~ 5 * field __data__ field __data__ field __data__ field __data__ field __data__"
25
+ --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 --test-time 180
26
+ -c 50 -t 4 --hide-histogram'
23
27
  resources:
24
28
  requests:
25
29
  cpus: '4'
26
30
  memory: 2g
27
-
28
31
  tested-groups:
29
32
  - stream
30
33
  priority: 66
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values
3
- description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STREAMs in which the 5 field values have a data size of 100 Bytes.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STREAMs
4
+ in which the 5 field values have a data size of 100 Bytes.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -19,12 +20,13 @@ build-variants:
19
20
  clientconfig:
20
21
  run_image: redislabs/memtier_benchmark:edge
21
22
  tool: memtier_benchmark
22
- arguments: '"--data-size" "100" --command "XADD __key__ MAXLEN ~ 5 * field __data__ field __data__ field __data__ field __data__ field __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram'
23
+ arguments: '"--data-size" "100" --command "XADD __key__ MAXLEN ~ 5 * field __data__
24
+ field __data__ field __data__ field __data__ field __data__" --command-key-pattern="P"
25
+ --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram'
23
26
  resources:
24
27
  requests:
25
28
  cpus: '4'
26
29
  memory: 2g
27
-
28
30
  tested-groups:
29
31
  - stream
30
32
  priority: 66
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-string-with-100B-values-pipeline-10
3
- description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STRINGs in which the value has a data size of 100 Bytes.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STRINGs
4
+ in which the value has a data size of 100 Bytes.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -19,12 +20,12 @@ build-variants:
19
20
  clientconfig:
20
21
  run_image: redislabs/memtier_benchmark:edge
21
22
  tool: memtier_benchmark
22
- arguments: '"--pipeline" "10" "--data-size" "100" --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram'
23
+ arguments: '"--pipeline" "10" "--data-size" "100" --ratio 1:0 --key-pattern P:P
24
+ --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram'
23
25
  resources:
24
26
  requests:
25
27
  cpus: '4'
26
28
  memory: 2g
27
-
28
29
  tested-groups:
29
30
  - string
30
31
  priority: 17
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-string-with-100B-values
3
- description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STRINGs in which the value has a data size of 100 Bytes.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STRINGs
4
+ in which the value has a data size of 100 Bytes.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -13,14 +14,14 @@ tested-commands:
13
14
  - set
14
15
  redis-topologies:
15
16
  - oss-standalone
16
-
17
17
  build-variants:
18
18
  - gcc:8.5.0-amd64-debian-buster-default
19
19
  - dockerhub
20
20
  clientconfig:
21
21
  run_image: redislabs/memtier_benchmark:edge
22
22
  tool: memtier_benchmark
23
- arguments: '"--data-size" "100" --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram'
23
+ arguments: '"--data-size" "100" --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum
24
+ 1000000 --test-time 180 -c 50 -t 4 --hide-histogram'
24
25
  resources:
25
26
  requests:
26
27
  cpus: '4'
@@ -28,7 +29,6 @@ clientconfig:
28
29
  scalability:
29
30
  mode: '1:1'
30
31
  max_processes: 21
31
-
32
32
  tested-groups:
33
33
  - string
34
34
  priority: 17
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-10
3
- description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STRINGs in which the value has a data size of 10 Bytes.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STRINGs
4
+ in which the value has a data size of 10 Bytes.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -19,12 +20,13 @@ build-variants:
19
20
  clientconfig:
20
21
  run_image: redislabs/memtier_benchmark:edge
21
22
  tool: memtier_benchmark
22
- arguments: '"--pipeline" "10" "--data-size" "10" --distinct-client-seed --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 120 -c 10 -t 10 --hide-histogram'
23
+ arguments: '"--pipeline" "10" "--data-size" "10" --distinct-client-seed --ratio
24
+ 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 120 -c
25
+ 10 -t 10 --hide-histogram'
23
26
  resources:
24
27
  requests:
25
28
  cpus: '10'
26
29
  memory: 2g
27
-
28
30
  tested-groups:
29
31
  - string
30
32
  priority: 17
@@ -1,11 +1,12 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-100-nokeyprefix
3
- description: memtier_benchmark, 1M keys, string SET, 10B value size, pipeline=100, no key prefix
3
+ description: memtier_benchmark, 1M keys, string SET, 10B value size, pipeline=100,
4
+ no key prefix
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
7
8
  check:
8
- keyspacelen: 1000000
9
+ keyspacelen: 0
9
10
  resources:
10
11
  requests:
11
12
  memory: 1g
@@ -19,10 +20,10 @@ redis-topologies:
19
20
  clientconfig:
20
21
  run_image: redislabs/memtier_benchmark:edge
21
22
  tool: memtier_benchmark
22
- arguments: '"--data-size" "10" --command "SET __key__ __data__" --command-key-pattern="R" --key-prefix="" -c 50 -t 2 --pipeline 100 --hide-histogram --test-time 180'
23
+ arguments: '"--data-size" "10" --command "SET __key__ __data__" --command-key-pattern="R"
24
+ --key-prefix="" -c 50 -t 2 --pipeline 100 --hide-histogram --test-time 180'
23
25
  resources:
24
26
  requests:
25
27
  cpus: '3'
26
28
  memory: 2g
27
-
28
29
  priority: 33
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-100
3
- description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STRINGs in which the value has a data size of 10 Bytes.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STRINGs
4
+ in which the value has a data size of 10 Bytes.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -19,12 +20,13 @@ build-variants:
19
20
  clientconfig:
20
21
  run_image: redislabs/memtier_benchmark:edge
21
22
  tool: memtier_benchmark
22
- arguments: '"--pipeline" "100" "--data-size" "10" --distinct-client-seed --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 120 -c 10 -t 10 --hide-histogram'
23
+ arguments: '"--pipeline" "100" "--data-size" "10" --distinct-client-seed --ratio
24
+ 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 120 -c
25
+ 10 -t 10 --hide-histogram'
23
26
  resources:
24
27
  requests:
25
28
  cpus: '10'
26
29
  memory: 2g
27
-
28
30
  tested-groups:
29
31
  - string
30
32
  priority: 17
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-50
3
- description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STRINGs in which the value has a data size of 10 Bytes.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STRINGs
4
+ in which the value has a data size of 10 Bytes.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -19,12 +20,13 @@ build-variants:
19
20
  clientconfig:
20
21
  run_image: redislabs/memtier_benchmark:edge
21
22
  tool: memtier_benchmark
22
- arguments: '"--pipeline" "50" "--data-size" "10" --distinct-client-seed --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 120 -c 10 -t 10 --hide-histogram'
23
+ arguments: '"--pipeline" "50" "--data-size" "10" --distinct-client-seed --ratio
24
+ 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 120 -c
25
+ 10 -t 10 --hide-histogram'
23
26
  resources:
24
27
  requests:
25
28
  cpus: '10'
26
29
  memory: 2g
27
-
28
30
  tested-groups:
29
31
  - string
30
32
  priority: 17
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-500
3
- description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STRINGs in which the value has a data size of 10 Bytes.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STRINGs
4
+ in which the value has a data size of 10 Bytes.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -19,12 +20,13 @@ build-variants:
19
20
  clientconfig:
20
21
  run_image: redislabs/memtier_benchmark:edge
21
22
  tool: memtier_benchmark
22
- arguments: '"--pipeline" "500" "--data-size" "10" --distinct-client-seed --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 120 -c 10 -t 10 --hide-histogram'
23
+ arguments: '"--pipeline" "500" "--data-size" "10" --distinct-client-seed --ratio
24
+ 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 120 -c
25
+ 10 -t 10 --hide-histogram'
23
26
  resources:
24
27
  requests:
25
28
  cpus: '10'
26
29
  memory: 2g
27
-
28
30
  tested-groups:
29
31
  - string
30
32
  priority: 17
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-string-with-10B-values
3
- description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STRINGs in which the value has a data size of 10 Bytes.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STRINGs
4
+ in which the value has a data size of 10 Bytes.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -19,12 +20,12 @@ build-variants:
19
20
  clientconfig:
20
21
  run_image: redislabs/memtier_benchmark:edge
21
22
  tool: memtier_benchmark
22
- arguments: '"--data-size" "10" --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram'
23
+ arguments: '"--data-size" "10" --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum
24
+ 1000000 --test-time 180 -c 50 -t 4 --hide-histogram'
23
25
  resources:
24
26
  requests:
25
27
  cpus: '4'
26
28
  memory: 2g
27
-
28
29
  tested-groups:
29
30
  - string
30
31
  priority: 17
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-string-with-1KiB-values
3
- description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STRINGs in which the value has a data size of 1000 Bytes.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STRINGs
4
+ in which the value has a data size of 1000 Bytes.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -19,12 +20,12 @@ build-variants:
19
20
  clientconfig:
20
21
  run_image: redislabs/memtier_benchmark:edge
21
22
  tool: memtier_benchmark
22
- arguments: '"--data-size" "1000" --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram'
23
+ arguments: '"--data-size" "1000" --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum
24
+ 1000000 --test-time 180 -c 50 -t 4 --hide-histogram'
23
25
  resources:
24
26
  requests:
25
27
  cpus: '4'
26
28
  memory: 2g
27
-
28
29
  tested-groups:
29
30
  - string
30
31
  priority: 17
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-string-with-20KiB-values
3
- description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STRINGs in which the value has a data size of 20K Bytes.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys loading STRINGs
4
+ in which the value has a data size of 20K Bytes.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -13,14 +14,14 @@ tested-commands:
13
14
  - set
14
15
  redis-topologies:
15
16
  - oss-standalone
16
-
17
17
  build-variants:
18
18
  - gcc:8.5.0-amd64-debian-buster-default
19
19
  - dockerhub
20
20
  clientconfig:
21
21
  run_image: redislabs/memtier_benchmark:edge
22
22
  tool: memtier_benchmark
23
- arguments: '"--data-size" "20000" --ratio 1:0 --key-pattern P:P --key-minimum=1 --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram'
23
+ arguments: '"--data-size" "20000" --ratio 1:0 --key-pattern P:P --key-minimum=1
24
+ --key-maximum 1000000 --test-time 180 -c 50 -t 4 --hide-histogram'
24
25
  resources:
25
26
  requests:
26
27
  cpus: '4'
@@ -28,7 +29,6 @@ clientconfig:
28
29
  scalability:
29
30
  mode: '1:1'
30
31
  max_processes: 21
31
-
32
32
  tested-groups:
33
33
  - string
34
34
  priority: 17
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-zset-listpack-with-100-elements-double-score
3
- description: Runs memtier_benchmark, for a keyspace length of 1M keys loading ZSETs with encoding:listpack with 100 elements.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys loading ZSETs
4
+ with encoding:listpack with 100 elements.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -19,12 +20,71 @@ build-variants:
19
20
  clientconfig:
20
21
  run_image: redislabs/memtier_benchmark:edge
21
22
  tool: memtier_benchmark
22
- arguments: --test-time 180 -c 50 -t 4 --command "ZADD __key__ 0.652540306855235 UaZtxmrKBkxhBqJOlNJlwVUfHVALGkjnUemvubDvbGSVAaaQkXLlsg 0.8731899671198792 RKlVyoHMTvZcoh 0.0785627468533846 VZWJQlqLBHicktajowIvkyuaddTC 0.7688563664469605 YaXTxnRGWhENdaOFuXNAJmx 0.0033318113277969186 JjfFkvonkksjIfHS 0.49606648747577575 Q 0.8234766164292862 MZgqGWzeYWDAlplbxvlzllKR 0.42687597903639085 AGSAuhePDVmONKmViHovKsiIGSXQZdqX 0.34912978268081996 ZHIKgOWejxTOcrVCRxztCNqtVFEdqCbowiaROZfbhMmzFlr 0.15838599188422475 UuyeNtxYcAmkfjtovBmajhGcYvzucpgFjLnqKIw 0.4376432899068222 cfgHnJGQAHaXHjLIuLWYkDACbxQbywRIQMbuE 0.5536939917085721 uyZtiyKNdKhFhgNlcdtnHgDFEdBoovVYkyLIpREln 0.403546330051068 kRUDWaPmeYXeJZhgqKpnroFxUSCQ 0.8808108541089766 PCGgHbGIRxpzFRfADhupCtBKhknUNyqK 0.23044636914343264 OaHUUrbZEvSOmYOtbUzxnJq 0.6404180580960533 qJabjKLYYivniNNtGsbnBzRLzYP 0.6907030016224224 KJrGsIeQESEPkBdTgUhrQuAUzEfySPhVBoNaWDjOawkRrjyktuOMuBcwp 0.24900135884008867 bwQzFiMXWxSKtYJiFCSaDWxoAEoNGvFsMoAugjlIcWTRWhXyixemQnagvqL 0.7928656841898908 NKtwuzbLhLCCPupqgkRsRdGijHmSrnqwdfSj 0.9331302297178864 TcZibcjyBLAbljRGHjFgwVeVjbeZwi 0.640319798434186 nsmIvzevkqEJkJTiybCjqiXRjJVMqSqsSaHKxTzJmygg 0.5239886233297175 DZGleQLgYgAjWUcCOhzqsi 0.6136266546940706 ZVlOgBjrpZhQuQzJYVLYqnxytasTT 0.6591139297465682 AFgEEoLcwlGmoWeYLZZJnlilPagiaWdqhItaEMLovOfbaPAgtCeeyjCuEV 0.4468461455464968 pAjBRwToyaDwhSExhMreHmbgzPuJFPlpVrBbjhkyogmUAQamL 0.5614231865616031 KyArAdlPTTgxCatXdDQIPgZWHCBZicfkZjCKCbuAuvA 0.022487789155224203 qOuBflYpFEUWKIfvrIuZYEwJYtSIwSlvegDBDYCUTKnBoRWpwDuBAHgYbTwURCW 0.8510804209364501 QcjxLOamZbsRzGPlmSvuvBpYmDaooLoY 0.43460695876638156 WcTDiiDHQwNoubgkihXThvM 0.5610492156901229 XPGwnyfBmCnhkPlJxhZhPrjvXoGKWEWbqrFvZauVZGQ 0.7513407089150304 MTXpbeTMlXoxUsCDccRYHeKKfYunLBZuHbLgJmNStiiALTm 0.09175823221394674 vkAxXiwoCWTBUFUVtpBfpAlILPGaMvUrFaRuBqEgqvWnISaZaPTxiklQtzGS 0.8586634748104288 wyThKKWAeRg 0.36952587840155204 cRkudmpGSSMUnPOMhPSzjQ 0.538356756374977 TsRYebuuDgtamrxVbrxOaCBUGWEaGheHKWgzWsgPxVBfLwAev 0.5218317459277027 N 0.658938125456635 mAI 0.8474868095237909 JrYvYRtaFZldysTlMUVfZfVpHrSzayZGWysedghOV 0.20143282352735015 WjaRWpmPlWwPuepbXywfDmqIEPWnBh 0.23967093347793234 ZCLtDpzxZHqWUMzAJOfavhqZrGrPiGZQSBYDPqfyqqYAbGIHuyskvLk 0.8108325344648399 WhxmpALjwYdCOMwTeHRbFRSFfktMmQUVItotZiICjWfwebl 0.1322111892750637 dfVVGlvVTMufbfSsy 0.2285660170875491 DBqEkifRzIyvzTydaSqNrqalAXBZAkccYOuIBFEn 0.9396586731821924 NyIOQsgOAQevXYKYhGZXjVzTeqPiwjdJhtq 0.32374056012496966 TQYLPdswKkUntJEjvGWJTWxmVJGdBcbIclOrYzVqqtfFznolqcHYTVj 0.9080986140709963 IdUdmeLZNHLsCGaVkEdfKMemYRdzhQUqvhuQdXnYchGWXyYRAYZQWkb 0.3129458198716534 LJFPbCuN 0.39349745859330765 YTPdFVszdCVVgGGHKqoQxfjU 0.14704886640549086 fOFwwDNEsxjfpkUrwd 0.9168814654086035 rJSASiFxeYIINRbbgTBqPbATrcKOP 0.3100306836090321 VKKOyHveatcnmQR 0.2370937718635434 OCaIAjJkxSLYaWpMAVjmQoOXoZJMcAO 0.4941647120371836 neeyLswlmLnZXSCDtFx 0.269336828778751 UuIrk 0.12151325035284255 FmCgjvkoPmAcscWZixkzsFgsQBGAmDHqFSTaKcUdfxlfYWu 0.0035001439463812067 aThlZZWlDITljruiWa 0.5009568203132024 TBszlGVnMdDvMOLiCysTjjANuFqeq 0.4783242512285928 dafCundgmRFJLzTEexYHeprmCXFjxrJYLZAcsLXhTrgC 0.531664059031722 reqfWtmvctIfWtqVEuaTEGfarDa 0.47961187976147 CBvTozpAXrLpS 0.10226598211977789 eGQCebwBiUOPhMfrVRHiThsDeIFzPDEKHczj 0.721486119508813 nHhoxBCSgFFhJWBhTSVVXBpdFoLKYYKZmWEgvCfa 0.3044462915617381 AMu 0.8380361220680647 tQiutM 0.7791893412340167 jcKQrBTFeuiuHCprihKx 0.9140067046543505 bHuocqbTLhTHlHKIfDdemFDPwrcYFeJrXXafsATvSmFvKGYKRJYnqFmwKoRuaptI 0.6755477551341951 sJuZYHZFrVYyTvMdbMZJDuCqUmpRIsEgizBVplIPCkSAtGc 0.843803368180551 WgcCuSQuSzcvSPOzzXViuXfnOtBSxjm 0.4683803962889672 CqNaseFeIzhsgZdZDgySGfNawLz 0.300477038321727 pLiQVPjQuEROtmKceRjEcaiZxMvMSIeailtKgwUeVsgqQUdTUbWg 0.6782593142253811 bgbVdSCYQstqQQloWsJLCYYrmdvtmKeNXDfWGHvzdyTFuuiMwSxuSZa 0.09916181882671649 jHWIgQCltkPBgzLWWTfRJlLFrxesFUmaJzfeeKDsFglvPAwNIDCDdlvicM 0.031870198089671176 YfsobnenpUlKHCXNgKYVeWHNRFEPOsAU 0.9753495730511261 OHVmNYCiDZFlkmsqhwgc 0.6796131843206142 CPVsbsqYVeWPVRsTZKTvlcDwHnUzHpZyEchJqxnbrWM 0.41149806297291536 MGFGt 0.0635854843880973 xVozQKiljlffdYDherQcdYdEmEX 0.17349539011413317 SORWOElEDHqZuOvYslqzY 0.6957717601786134 XNVNKDBXRoFHDAu 0.514568844593022 GTagGWDGPcixUFOSdZTBaKpiJSPiKhmyricEAMLBwjQyEXmJIZn 0.5054082476784039 YOxGoUKeShnXhcdvTJQFGTukjSiRZFidGRfkttgXJBeKKnJebZNubpk 0.5791117949403571 PFfNxLyEMLCXtgEQVpFVGxadSZeOXdaSCaQmDBrMdJLSlIXAnerUpaF 0.6869490812905924 EDFLipKWqONzJ 0.5858117779265328 ufGNBddDuAsmqgFMQYqtMrOTUbOiexjEYqLKdPLscwavpbHWCbGvMSKfkp 0.3328807181469634 kIxgjCASHjQbqrvhxiPozqCtRVebWwuHCptoxBJ 0.5593178033061493 BHmhWwOEWhCelxVLRsUSiAsSicrsXyAYhbrOWaDtKVVDyVpgTtkbO 0.9568394270185203 XrsvMeAof 0.2895493213801318 eVIlCARlsKEygkqngxlVoJIhthE 0.36404485659899855 tAahXQIJDAbNWOgsSyAUkgwVcIzNvkawniDRxludhXrgdbReUJWKaDjPkLNCi 0.6751249599564046 zUNDGaygGLVztZyQgSMyevPstQKjDVTMafZnepYqPvANg 0.4002349143471098 blBkPgUMFnFxBlocRBolScezbONPxsKrGsdsMsiZWrhuRsINONXImqQlQY 0.4373588125087955 LpfFjgOkMnuixmgfGamVKyPICLQQzNKmdJaJRnflC 0.8323339473420782 TsvDvTRrfMUEskXqXTEHTKzYcuzaoBTAyKVkcnvvqRTgXItNQwJ 0.7464672802658118 GpXkYQokvVduxNQfcaSYTSiZsOMxrAlNMtPPdWCLKWWqbeunMDLgkIRRu 0.15234267491477727 bTapHmxvqZNdGNP 0.42610519579163275 DllLIwysTAcQqwVPjAGkGEedTflBevgZmdgwMbKpNdKJoWGteGWJwyhrI 0.05073435890699274 uoKiwzrJXTOqaDpeWknKEXdTkQziOGXjZZikNbaEPwOMFvlKoERaUq 0.8053618509879708 UYuKZw 0.21335197746306034 OqRQLePoVHjfSoZV 0.9955843393406656 s" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 --hide-histogram
23
+ arguments: --test-time 180 -c 50 -t 4 --command "ZADD __key__ 0.652540306855235
24
+ UaZtxmrKBkxhBqJOlNJlwVUfHVALGkjnUemvubDvbGSVAaaQkXLlsg 0.8731899671198792 RKlVyoHMTvZcoh
25
+ 0.0785627468533846 VZWJQlqLBHicktajowIvkyuaddTC 0.7688563664469605 YaXTxnRGWhENdaOFuXNAJmx
26
+ 0.0033318113277969186 JjfFkvonkksjIfHS 0.49606648747577575 Q 0.8234766164292862
27
+ MZgqGWzeYWDAlplbxvlzllKR 0.42687597903639085 AGSAuhePDVmONKmViHovKsiIGSXQZdqX
28
+ 0.34912978268081996 ZHIKgOWejxTOcrVCRxztCNqtVFEdqCbowiaROZfbhMmzFlr 0.15838599188422475
29
+ UuyeNtxYcAmkfjtovBmajhGcYvzucpgFjLnqKIw 0.4376432899068222 cfgHnJGQAHaXHjLIuLWYkDACbxQbywRIQMbuE
30
+ 0.5536939917085721 uyZtiyKNdKhFhgNlcdtnHgDFEdBoovVYkyLIpREln 0.403546330051068
31
+ kRUDWaPmeYXeJZhgqKpnroFxUSCQ 0.8808108541089766 PCGgHbGIRxpzFRfADhupCtBKhknUNyqK
32
+ 0.23044636914343264 OaHUUrbZEvSOmYOtbUzxnJq 0.6404180580960533 qJabjKLYYivniNNtGsbnBzRLzYP
33
+ 0.6907030016224224 KJrGsIeQESEPkBdTgUhrQuAUzEfySPhVBoNaWDjOawkRrjyktuOMuBcwp 0.24900135884008867
34
+ bwQzFiMXWxSKtYJiFCSaDWxoAEoNGvFsMoAugjlIcWTRWhXyixemQnagvqL 0.7928656841898908
35
+ NKtwuzbLhLCCPupqgkRsRdGijHmSrnqwdfSj 0.9331302297178864 TcZibcjyBLAbljRGHjFgwVeVjbeZwi
36
+ 0.640319798434186 nsmIvzevkqEJkJTiybCjqiXRjJVMqSqsSaHKxTzJmygg 0.5239886233297175
37
+ DZGleQLgYgAjWUcCOhzqsi 0.6136266546940706 ZVlOgBjrpZhQuQzJYVLYqnxytasTT 0.6591139297465682
38
+ AFgEEoLcwlGmoWeYLZZJnlilPagiaWdqhItaEMLovOfbaPAgtCeeyjCuEV 0.4468461455464968
39
+ pAjBRwToyaDwhSExhMreHmbgzPuJFPlpVrBbjhkyogmUAQamL 0.5614231865616031 KyArAdlPTTgxCatXdDQIPgZWHCBZicfkZjCKCbuAuvA
40
+ 0.022487789155224203 qOuBflYpFEUWKIfvrIuZYEwJYtSIwSlvegDBDYCUTKnBoRWpwDuBAHgYbTwURCW
41
+ 0.8510804209364501 QcjxLOamZbsRzGPlmSvuvBpYmDaooLoY 0.43460695876638156 WcTDiiDHQwNoubgkihXThvM
42
+ 0.5610492156901229 XPGwnyfBmCnhkPlJxhZhPrjvXoGKWEWbqrFvZauVZGQ 0.7513407089150304
43
+ MTXpbeTMlXoxUsCDccRYHeKKfYunLBZuHbLgJmNStiiALTm 0.09175823221394674 vkAxXiwoCWTBUFUVtpBfpAlILPGaMvUrFaRuBqEgqvWnISaZaPTxiklQtzGS
44
+ 0.8586634748104288 wyThKKWAeRg 0.36952587840155204 cRkudmpGSSMUnPOMhPSzjQ 0.538356756374977
45
+ TsRYebuuDgtamrxVbrxOaCBUGWEaGheHKWgzWsgPxVBfLwAev 0.5218317459277027 N 0.658938125456635
46
+ mAI 0.8474868095237909 JrYvYRtaFZldysTlMUVfZfVpHrSzayZGWysedghOV 0.20143282352735015
47
+ WjaRWpmPlWwPuepbXywfDmqIEPWnBh 0.23967093347793234 ZCLtDpzxZHqWUMzAJOfavhqZrGrPiGZQSBYDPqfyqqYAbGIHuyskvLk
48
+ 0.8108325344648399 WhxmpALjwYdCOMwTeHRbFRSFfktMmQUVItotZiICjWfwebl 0.1322111892750637
49
+ dfVVGlvVTMufbfSsy 0.2285660170875491 DBqEkifRzIyvzTydaSqNrqalAXBZAkccYOuIBFEn
50
+ 0.9396586731821924 NyIOQsgOAQevXYKYhGZXjVzTeqPiwjdJhtq 0.32374056012496966 TQYLPdswKkUntJEjvGWJTWxmVJGdBcbIclOrYzVqqtfFznolqcHYTVj
51
+ 0.9080986140709963 IdUdmeLZNHLsCGaVkEdfKMemYRdzhQUqvhuQdXnYchGWXyYRAYZQWkb 0.3129458198716534
52
+ LJFPbCuN 0.39349745859330765 YTPdFVszdCVVgGGHKqoQxfjU 0.14704886640549086 fOFwwDNEsxjfpkUrwd
53
+ 0.9168814654086035 rJSASiFxeYIINRbbgTBqPbATrcKOP 0.3100306836090321 VKKOyHveatcnmQR
54
+ 0.2370937718635434 OCaIAjJkxSLYaWpMAVjmQoOXoZJMcAO 0.4941647120371836 neeyLswlmLnZXSCDtFx
55
+ 0.269336828778751 UuIrk 0.12151325035284255 FmCgjvkoPmAcscWZixkzsFgsQBGAmDHqFSTaKcUdfxlfYWu
56
+ 0.0035001439463812067 aThlZZWlDITljruiWa 0.5009568203132024 TBszlGVnMdDvMOLiCysTjjANuFqeq
57
+ 0.4783242512285928 dafCundgmRFJLzTEexYHeprmCXFjxrJYLZAcsLXhTrgC 0.531664059031722
58
+ reqfWtmvctIfWtqVEuaTEGfarDa 0.47961187976147 CBvTozpAXrLpS 0.10226598211977789
59
+ eGQCebwBiUOPhMfrVRHiThsDeIFzPDEKHczj 0.721486119508813 nHhoxBCSgFFhJWBhTSVVXBpdFoLKYYKZmWEgvCfa
60
+ 0.3044462915617381 AMu 0.8380361220680647 tQiutM 0.7791893412340167 jcKQrBTFeuiuHCprihKx
61
+ 0.9140067046543505 bHuocqbTLhTHlHKIfDdemFDPwrcYFeJrXXafsATvSmFvKGYKRJYnqFmwKoRuaptI
62
+ 0.6755477551341951 sJuZYHZFrVYyTvMdbMZJDuCqUmpRIsEgizBVplIPCkSAtGc 0.843803368180551
63
+ WgcCuSQuSzcvSPOzzXViuXfnOtBSxjm 0.4683803962889672 CqNaseFeIzhsgZdZDgySGfNawLz
64
+ 0.300477038321727 pLiQVPjQuEROtmKceRjEcaiZxMvMSIeailtKgwUeVsgqQUdTUbWg 0.6782593142253811
65
+ bgbVdSCYQstqQQloWsJLCYYrmdvtmKeNXDfWGHvzdyTFuuiMwSxuSZa 0.09916181882671649 jHWIgQCltkPBgzLWWTfRJlLFrxesFUmaJzfeeKDsFglvPAwNIDCDdlvicM
66
+ 0.031870198089671176 YfsobnenpUlKHCXNgKYVeWHNRFEPOsAU 0.9753495730511261 OHVmNYCiDZFlkmsqhwgc
67
+ 0.6796131843206142 CPVsbsqYVeWPVRsTZKTvlcDwHnUzHpZyEchJqxnbrWM 0.41149806297291536
68
+ MGFGt 0.0635854843880973 xVozQKiljlffdYDherQcdYdEmEX 0.17349539011413317 SORWOElEDHqZuOvYslqzY
69
+ 0.6957717601786134 XNVNKDBXRoFHDAu 0.514568844593022 GTagGWDGPcixUFOSdZTBaKpiJSPiKhmyricEAMLBwjQyEXmJIZn
70
+ 0.5054082476784039 YOxGoUKeShnXhcdvTJQFGTukjSiRZFidGRfkttgXJBeKKnJebZNubpk 0.5791117949403571
71
+ PFfNxLyEMLCXtgEQVpFVGxadSZeOXdaSCaQmDBrMdJLSlIXAnerUpaF 0.6869490812905924 EDFLipKWqONzJ
72
+ 0.5858117779265328 ufGNBddDuAsmqgFMQYqtMrOTUbOiexjEYqLKdPLscwavpbHWCbGvMSKfkp
73
+ 0.3328807181469634 kIxgjCASHjQbqrvhxiPozqCtRVebWwuHCptoxBJ 0.5593178033061493
74
+ BHmhWwOEWhCelxVLRsUSiAsSicrsXyAYhbrOWaDtKVVDyVpgTtkbO 0.9568394270185203 XrsvMeAof
75
+ 0.2895493213801318 eVIlCARlsKEygkqngxlVoJIhthE 0.36404485659899855 tAahXQIJDAbNWOgsSyAUkgwVcIzNvkawniDRxludhXrgdbReUJWKaDjPkLNCi
76
+ 0.6751249599564046 zUNDGaygGLVztZyQgSMyevPstQKjDVTMafZnepYqPvANg 0.4002349143471098
77
+ blBkPgUMFnFxBlocRBolScezbONPxsKrGsdsMsiZWrhuRsINONXImqQlQY 0.4373588125087955
78
+ LpfFjgOkMnuixmgfGamVKyPICLQQzNKmdJaJRnflC 0.8323339473420782 TsvDvTRrfMUEskXqXTEHTKzYcuzaoBTAyKVkcnvvqRTgXItNQwJ
79
+ 0.7464672802658118 GpXkYQokvVduxNQfcaSYTSiZsOMxrAlNMtPPdWCLKWWqbeunMDLgkIRRu 0.15234267491477727
80
+ bTapHmxvqZNdGNP 0.42610519579163275 DllLIwysTAcQqwVPjAGkGEedTflBevgZmdgwMbKpNdKJoWGteGWJwyhrI
81
+ 0.05073435890699274 uoKiwzrJXTOqaDpeWknKEXdTkQziOGXjZZikNbaEPwOMFvlKoERaUq 0.8053618509879708
82
+ UYuKZw 0.21335197746306034 OqRQLePoVHjfSoZV 0.9955843393406656 s" --command-key-pattern="P"
83
+ --key-minimum=1 --key-maximum 1000000 --hide-histogram
23
84
  resources:
24
85
  requests:
25
86
  cpus: '4'
26
87
  memory: 4g
27
-
28
88
  tested-groups:
29
89
  - sorted-set
30
90
  priority: 12
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-zset-with-10-elements-double-score
3
- description: Runs memtier_benchmark, for a keyspace length of 1M keys loading ZSETs with 10 elements.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys loading ZSETs
4
+ with 10 elements.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -19,12 +20,15 @@ build-variants:
19
20
  clientconfig:
20
21
  run_image: redislabs/memtier_benchmark:edge
21
22
  tool: memtier_benchmark
22
- arguments: --test-time 180 -c 50 -t 4 --command "ZADD __key__ 0.306275 lysbgqqfqw 0.486004 mtccjerdon 0.941626 jekkafodvk 0.602656 nmgxcctxpn 0.630771 vyqqkuszzh 0.406379 pytrnqdhvs 0.521814 oguwnmniig 0.182854 gekntrykfh 0.657658 nhfnbxqgol 0.218066 cgoeihlnei" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 --hide-histogram
23
+ arguments: --test-time 180 -c 50 -t 4 --command "ZADD __key__ 0.306275 lysbgqqfqw
24
+ 0.486004 mtccjerdon 0.941626 jekkafodvk 0.602656 nmgxcctxpn 0.630771 vyqqkuszzh
25
+ 0.406379 pytrnqdhvs 0.521814 oguwnmniig 0.182854 gekntrykfh 0.657658 nhfnbxqgol
26
+ 0.218066 cgoeihlnei" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000
27
+ --hide-histogram
23
28
  resources:
24
29
  requests:
25
30
  cpus: '4'
26
31
  memory: 4g
27
-
28
32
  tested-groups:
29
33
  - sorted-set
30
34
  priority: 12
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1Mkeys-load-zset-with-10-elements-int-score
3
- description: Runs memtier_benchmark, for a keyspace length of 1M keys loading ZSETs with 10 elements.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1M keys loading ZSETs
4
+ with 10 elements.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -19,12 +20,14 @@ build-variants:
19
20
  clientconfig:
20
21
  run_image: redislabs/memtier_benchmark:edge
21
22
  tool: memtier_benchmark
22
- arguments: --test-time 180 -c 50 -t 4 --command "ZADD __key__ 1 lysbgqqfqw 2 mtccjerdon 3 jekkafodvk 4 nmgxcctxpn 5 vyqqkuszzh 6 pytrnqdhvs 7 oguwnmniig 8 gekntrykfh 9 nhfnbxqgol 10 cgoeihlnei" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 --hide-histogram
23
+ arguments: --test-time 180 -c 50 -t 4 --command "ZADD __key__ 1 lysbgqqfqw 2 mtccjerdon
24
+ 3 jekkafodvk 4 nmgxcctxpn 5 vyqqkuszzh 6 pytrnqdhvs 7 oguwnmniig 8 gekntrykfh
25
+ 9 nhfnbxqgol 10 cgoeihlnei" --command-key-pattern="P" --key-minimum=1 --key-maximum
26
+ 1000000 --hide-histogram
23
27
  resources:
24
28
  requests:
25
29
  cpus: '4'
26
30
  memory: 4g
27
-
28
31
  tested-groups:
29
32
  - sorted-set
30
33
  priority: 12