redis-benchmarks-specification 0.1.290__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 +620 -58
  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.290.dist-info → redis_benchmarks_specification-0.1.292.dist-info}/METADATA +1 -1
  224. {redis_benchmarks_specification-0.1.290.dist-info → redis_benchmarks_specification-0.1.292.dist-info}/RECORD +227 -227
  225. {redis_benchmarks_specification-0.1.290.dist-info → redis_benchmarks_specification-0.1.292.dist-info}/LICENSE +0 -0
  226. {redis_benchmarks_specification-0.1.290.dist-info → redis_benchmarks_specification-0.1.292.dist-info}/WHEEL +0 -0
  227. {redis_benchmarks_specification-0.1.290.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-1key-zset-1M-elements-zscore-pipeline-10
3
- description: Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The SORTED SET contains 1M elements in it and we query it using ZCARD.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
4
+ SORTED SET contains 1M elements in it and we query it using ZCARD.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -9,10 +10,14 @@ dbconfig:
9
10
  preload_tool:
10
11
  run_image: redislabs/memtier_benchmark:edge
11
12
  tool: memtier_benchmark
12
- arguments: --key-maximum 1000000 --key-prefix "" --command="ZADD lb __key__ __key__" --command-key-pattern P --hide-histogram -t 4 -c 100
13
+ arguments: --key-maximum 1000000 --key-prefix "" --command="ZADD lb __key__ __key__" --command-key-pattern
14
+ P --hide-histogram -t 4 -c 100 --pipeline 50
13
15
  resources:
14
16
  requests:
15
17
  memory: 1g
18
+ dataset_name: 1key-zset-1M-elements-integer
19
+ dataset_description: This dataset contains 1 sorted set key with 1 million elements,
20
+ each with an integer score.
16
21
  tested-groups:
17
22
  - sorted-set
18
23
  tested-commands:
@@ -25,10 +30,10 @@ build-variants:
25
30
  clientconfig:
26
31
  run_image: redislabs/memtier_benchmark:edge
27
32
  tool: memtier_benchmark
28
- arguments: --command="zscore lb __key__" --key-prefix "" --hide-histogram --test-time 180 --pipeline 10
33
+ arguments: --command="zscore lb __key__" --key-prefix "" --hide-histogram --test-time
34
+ 180 --pipeline 10
29
35
  resources:
30
36
  requests:
31
37
  cpus: '4'
32
38
  memory: 2g
33
-
34
39
  priority: 18
@@ -1,6 +1,7 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1key-zset-600K-elements-zrangestore-1K-elements
3
- description: Runs memtier_benchmark, for a keyspace length of 1 key doing zrangestore on a high cardinality sorted set
3
+ description: Runs memtier_benchmark, for a keyspace length of 1 key doing zrangestore
4
+ on a high cardinality sorted set
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
@@ -9,10 +10,15 @@ dbconfig:
9
10
  preload_tool:
10
11
  run_image: redislabs/memtier_benchmark:edge
11
12
  tool: memtier_benchmark
12
- arguments: '-n allkeys "--data-size" "10" --key-prefix "" "--command" "ZADD zset __key__ __key__" "--command-key-pattern" "P" "-c" "1" "-t" "1" "--hide-histogram" "--key-minimum" "1" "--key-maximum" "600001"'
13
+ arguments: -n allkeys "--data-size" "10" --key-prefix "" "--command" "ZADD zset
14
+ __key__ __key__" "--command-key-pattern" "P" "-c" "1" "-t" "1" "--hide-histogram"
15
+ "--key-minimum" "1" "--key-maximum" "600001" --pipeline 50
13
16
  resources:
14
17
  requests:
15
18
  memory: 1g
19
+ dataset_name: 1key-zset-600K-elements-integer-10B-size
20
+ dataset_description: This dataset contains 1 sorted set key with 600,000 elements,
21
+ each with an integer score and a data size of 10 bytes.
16
22
  tested-commands:
17
23
  - zrangestore
18
24
  redis-topologies:
@@ -23,12 +29,12 @@ build-variants:
23
29
  clientconfig:
24
30
  run_image: redislabs/memtier_benchmark:edge
25
31
  tool: memtier_benchmark
26
- arguments: --test-time 120 -c 1 -t 1 --command "ZRANGESTORE zset1 zset 0 1000" --command-key-pattern="P" --key-minimum=1 --key-maximum 1 --hide-histogram
32
+ arguments: --test-time 120 -c 1 -t 1 --command "ZRANGESTORE zset1 zset 0 1000" --command-key-pattern="P"
33
+ --key-minimum=1 --key-maximum 1 --hide-histogram
27
34
  resources:
28
35
  requests:
29
36
  cpus: '4'
30
37
  memory: 4g
31
-
32
38
  tested-groups:
33
39
  - sorted-set
34
40
  priority: 12
@@ -1,6 +1,9 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1key-zset-600K-elements-zrangestore-300K-elements
3
- description: Runs memtier_benchmark, for a keyspace length of 1 key loading the sorted set with 5 elements with different floating-point numbers, gradually increasing in the size of the float to parse. This is a control benchmark for the one named memtier_benchmark-1key-load-zset-with-5-elements-hexa-score
3
+ description: Runs memtier_benchmark, for a keyspace length of 1 key loading the sorted
4
+ set with 5 elements with different floating-point numbers, gradually increasing
5
+ in the size of the float to parse. This is a control benchmark for the one named
6
+ memtier_benchmark-1key-load-zset-with-5-elements-hexa-score
4
7
  dbconfig:
5
8
  configuration-parameters:
6
9
  save: '""'
@@ -9,10 +12,15 @@ dbconfig:
9
12
  preload_tool:
10
13
  run_image: redislabs/memtier_benchmark:edge
11
14
  tool: memtier_benchmark
12
- arguments: '-n allkeys "--data-size" "10" --key-prefix "" "--command" "ZADD zset __key__ __key__" "--command-key-pattern" "P" "-c" "1" "-t" "1" "--hide-histogram" "--key-minimum" "1" "--key-maximum" "600001"'
15
+ arguments: -n allkeys "--data-size" "10" --key-prefix "" "--command" "ZADD zset
16
+ __key__ __key__" "--command-key-pattern" "P" "-c" "1" "-t" "1" "--hide-histogram"
17
+ "--key-minimum" "1" "--key-maximum" "600001" --pipeline 50
13
18
  resources:
14
19
  requests:
15
20
  memory: 1g
21
+ dataset_name: 1key-zset-600K-elements-float
22
+ dataset_description: This dataset contains 1 sorted set key with 600,000 elements,
23
+ each with a floating-point score.
16
24
  tested-commands:
17
25
  - zrangestore
18
26
  redis-topologies:
@@ -23,12 +31,12 @@ build-variants:
23
31
  clientconfig:
24
32
  run_image: redislabs/memtier_benchmark:edge
25
33
  tool: memtier_benchmark
26
- arguments: --test-time 120 -c 1 -t 1 --command "ZRANGESTORE zset1 zset 0 300000" --command-key-pattern="P" --key-minimum=1 --key-maximum 1 --hide-histogram
34
+ arguments: --test-time 120 -c 1 -t 1 --command "ZRANGESTORE zset1 zset 0 300000"
35
+ --command-key-pattern="P" --key-minimum=1 --key-maximum 1 --hide-histogram
27
36
  resources:
28
37
  requests:
29
38
  cpus: '4'
30
39
  memory: 4g
31
-
32
40
  tested-groups:
33
41
  - sorted-set
34
42
  priority: 12
@@ -1,16 +1,32 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-1key-zset-listpack-zrank-100-elements-pipeline-1
3
- description: Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The SORTED SET contains 100 elements (listpack encoded) and we query it using ZRANK.
3
+ description: Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
4
+ SORTED SET contains 100 elements (listpack encoded) and we query it using ZRANK.
4
5
  dbconfig:
5
6
  configuration-parameters:
6
7
  save: '""'
7
8
  check:
8
9
  keyspacelen: 1
9
10
  init_commands:
10
- - '"ZADD" "zset:listpack:100" "1" "1" "2" "2" "3" "3" "4" "4" "5" "5" "6" "6" "7" "7" "8" "8" "9" "9" "10" "10" "11" "11" "12" "12" "13" "13" "14" "14" "15" "15" "16" "16" "17" "17" "18" "18" "19" "19" "20" "20" "21" "21" "22" "22" "23" "23" "24" "24" "25" "25" "26" "26" "27" "27" "28" "28" "29" "29" "30" "30" "31" "31" "32" "32" "33" "33" "34" "34" "35" "35" "36" "36" "37" "37" "38" "38" "39" "39" "40" "40" "41" "41" "42" "42" "43" "43" "44" "44" "45" "45" "46" "46" "47" "47" "48" "48" "49" "49" "50" "50" "51" "51" "52" "52" "53" "53" "54" "54" "55" "55" "56" "56" "57" "57" "58" "58" "59" "59" "60" "60" "61" "61" "62" "62" "63" "63" "64" "64" "65" "65" "66" "66" "67" "67" "68" "68" "69" "69" "70" "70" "71" "71" "72" "72" "73" "73" "74" "74" "75" "75" "76" "76" "77" "77" "78" "78" "79" "79" "80" "80" "81" "81" "82" "82" "83" "83" "84" "84" "85" "85" "86" "86" "87" "87" "88" "88" "89" "89" "90" "90" "91" "91" "92" "92" "93" "93" "94" "94" "95" "95" "96" "96" "97" "97" "98" "98" "99" "99" "100" "100"'
11
+ - '"ZADD" "zset:listpack:100" "1" "1" "2" "2" "3" "3" "4" "4" "5" "5" "6" "6" "7"
12
+ "7" "8" "8" "9" "9" "10" "10" "11" "11" "12" "12" "13" "13" "14" "14" "15" "15"
13
+ "16" "16" "17" "17" "18" "18" "19" "19" "20" "20" "21" "21" "22" "22" "23" "23"
14
+ "24" "24" "25" "25" "26" "26" "27" "27" "28" "28" "29" "29" "30" "30" "31" "31"
15
+ "32" "32" "33" "33" "34" "34" "35" "35" "36" "36" "37" "37" "38" "38" "39" "39"
16
+ "40" "40" "41" "41" "42" "42" "43" "43" "44" "44" "45" "45" "46" "46" "47" "47"
17
+ "48" "48" "49" "49" "50" "50" "51" "51" "52" "52" "53" "53" "54" "54" "55" "55"
18
+ "56" "56" "57" "57" "58" "58" "59" "59" "60" "60" "61" "61" "62" "62" "63" "63"
19
+ "64" "64" "65" "65" "66" "66" "67" "67" "68" "68" "69" "69" "70" "70" "71" "71"
20
+ "72" "72" "73" "73" "74" "74" "75" "75" "76" "76" "77" "77" "78" "78" "79" "79"
21
+ "80" "80" "81" "81" "82" "82" "83" "83" "84" "84" "85" "85" "86" "86" "87" "87"
22
+ "88" "88" "89" "89" "90" "90" "91" "91" "92" "92" "93" "93" "94" "94" "95" "95"
23
+ "96" "96" "97" "97" "98" "98" "99" "99" "100" "100"'
11
24
  resources:
12
25
  requests:
13
26
  memory: 1g
27
+ dataset_name: 1key-zset-100-elements-listpack
28
+ dataset_description: This dataset contains 1 sorted set key with 100 elements, each
29
+ with a listpack encoding.
14
30
  tested-groups:
15
31
  - sorted-set
16
32
  tested-commands:
@@ -23,10 +39,11 @@ build-variants:
23
39
  clientconfig:
24
40
  run_image: redislabs/memtier_benchmark:edge
25
41
  tool: memtier_benchmark
26
- arguments: --command="ZRANK zset:listpack:100 __key__" --key-maximum 100 --key-minimum 1 --command-key-pattern=R --key-prefix "" --hide-histogram --test-time 180 --pipeline 1
42
+ arguments: --command="ZRANK zset:listpack:100 __key__" --key-maximum 100 --key-minimum
43
+ 1 --command-key-pattern=R --key-prefix "" --hide-histogram --test-time 180 --pipeline
44
+ 1
27
45
  resources:
28
46
  requests:
29
47
  cpus: '4'
30
48
  memory: 2g
31
-
32
49
  priority: 72
@@ -1,6 +1,8 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-2keys-lua-eval-hset-expire
3
- description: 'Runs memtier_benchmark, for a keyspace length of 2 HASH keys. This benchmark invokes the execution of a server-side Lua script doing 2 HSET commands and doing EXPIRE on those keys. '
3
+ description: 'Runs memtier_benchmark, for a keyspace length of 2 HASH keys. This benchmark
4
+ invokes the execution of a server-side Lua script doing 2 HSET commands and doing
5
+ EXPIRE on those keys. '
4
6
  dbconfig:
5
7
  configuration-parameters:
6
8
  save: '""'
@@ -24,10 +26,11 @@ build-variants:
24
26
  clientconfig:
25
27
  run_image: redislabs/memtier_benchmark:edge
26
28
  tool: memtier_benchmark
27
- arguments: --command="eval \"redis.call('hset', 'h1', 'k', 'v');redis.call('hset', 'h2', 'k', 'v');redis.call('expire', 'h1', 3600);redis.call('expire', 'h2', 3600);return redis.call('ping')\" 0" --hide-histogram --test-time 180
29
+ arguments: --command="eval \"redis.call('hset', 'h1', 'k', 'v');redis.call('hset',
30
+ 'h2', 'k', 'v');redis.call('expire', 'h1', 3600);redis.call('expire', 'h2', 3600);return
31
+ redis.call('ping')\" 0" --hide-histogram --test-time 180
28
32
  resources:
29
33
  requests:
30
34
  cpus: '4'
31
35
  memory: 2g
32
-
33
36
  priority: 39
@@ -1,6 +1,8 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-2keys-lua-evalsha-hset-expire
3
- description: 'Runs memtier_benchmark, for a keyspace length of 2 HASH keys. This benchmark invokes the execution of a server-side Lua script doing 2 HSET commands and doing EXPIRE on those keys. '
3
+ description: 'Runs memtier_benchmark, for a keyspace length of 2 HASH keys. This benchmark
4
+ invokes the execution of a server-side Lua script doing 2 HSET commands and doing
5
+ EXPIRE on those keys. '
4
6
  dbconfig:
5
7
  configuration-parameters:
6
8
  save: '""'
@@ -10,10 +12,10 @@ dbconfig:
10
12
  requests:
11
13
  memory: 1g
12
14
  init_commands:
13
- - - SCRIPT
14
- - LOAD
15
- - redis.call('hset', 'h1', 'k', 'v');redis.call('hset', 'h2', 'k', 'v');redis.call('expire', 'h1', 3600);redis.call('expire', 'h2', 3600);return
16
-
15
+ - - SCRIPT
16
+ - LOAD
17
+ - redis.call('hset', 'h1', 'k', 'v');redis.call('hset', 'h2', 'k', 'v');redis.call('expire',
18
+ 'h1', 3600);redis.call('expire', 'h2', 3600);return
17
19
  redis-topologies:
18
20
  - oss-standalone
19
21
  tested-groups:
@@ -29,10 +31,10 @@ build-variants:
29
31
  clientconfig:
30
32
  run_image: redislabs/memtier_benchmark:edge
31
33
  tool: memtier_benchmark
32
- arguments: --command="EVALSHA 5664e4cac3c4cb86682722a5e3cf03e2f83ce7a1 0" --hide-histogram --test-time 180
34
+ arguments: --command="EVALSHA 5664e4cac3c4cb86682722a5e3cf03e2f83ce7a1 0" --hide-histogram
35
+ --test-time 180
33
36
  resources:
34
37
  requests:
35
38
  cpus: '4'
36
39
  memory: 2g
37
-
38
40
  priority: 24
@@ -1,6 +1,9 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-2keys-set-10-100-elements-sdiff
3
- description: 'Runs memtier_benchmark, for a keyspace length of 2 SET key. The first SET contains 10 elements ( set:10 ) The second SET contains 100 elements ( set:100 ) The SET with set:10 is a subset of the set:100 We query their difference using SDIFF that returns 90 elements. '
3
+ description: 'Runs memtier_benchmark, for a keyspace length of 2 SET key. The first
4
+ SET contains 10 elements ( set:10 ) The second SET contains 100 elements ( set:100
5
+ ) The SET with set:10 is a subset of the set:100 We query their difference using
6
+ SDIFF that returns 90 elements. '
4
7
  dbconfig:
5
8
  configuration-parameters:
6
9
  save: '""'
@@ -10,8 +13,28 @@ dbconfig:
10
13
  requests:
11
14
  memory: 1g
12
15
  init_commands:
13
- - '"SADD" "set:10" "lysbgqqfqw" "mtccjerdon" "jekkafodvk" "nmgxcctxpn" "vyqqkuszzh" "pytrnqdhvs" "oguwnmniig" "gekntrykfh" "nhfnbxqgol" "cgoeihlnei"'
14
- - '"SADD" "set:100" "vyoomgwuzv" "xamjodnbpf" "ewomnmugfa" "ljcgdooafo" "pcxdhdjwnf" "djetcyfxuc" "licotqplim" "alqlzsvuuz" "ijsmoyesvd" "whmotknaff" "rkaznetutk" "ksqpdywgdd" "gorgpnnqwr" "gekntrykfh" "rjkknoigmu" "luemuetmia" "gxephxbdru" "ncjfckgkcl" "hhjclfbbka" "cgoeihlnei" "zwnitejtpg" "upodnpqenn" "mibvtmqxcy" "htvbwmfyic" "rqvryfvlie" "nxcdcaqgit" "gfdqdrondm" "lysbgqqfqw" "nxzsnkmxvi" "nsxaigrnje" "cwaveajmcz" "xsepfhdizi" "owtkxlzaci" "agsdggdghc" "tcjvjofxtd" "kgqrovsxce" "ouuybhtvyb" "ueyrvldzwl" "vpbkvwgxsf" "pytrnqdhvs" "qbiwbqiubb" "ssjqrsluod" "urvgxwbiiz" "ujrxcmpvsq" "mtccjerdon" "xczfmrxrja" "imyizmhzjk" "oguwnmniig" "mxwgdcutnb" "pqyurbvifk" "ccagtnjilc" "mbxohpancs" "lgrkndhekf" "eqlgkwosie" "jxoxtnzujs" "lbtpbknelm" "ichqzmiyot" "mbgehjiauu" "aovfsvbwjg" "nmgxcctxpn" "vyqqkuszzh" "rojeolnopp" "ibhohmfxzt" "qbyhorvill" "nhfnbxqgol" "wkbasfyzqz" "mjjuylgssm" "imdqxmkzdj" "oapbvnisyq" "bqntlsaqjb" "ocrcszcznp" "hhniikmtsx" "hlpdstpvzw" "wqiwdbncmt" "vymjzlzqcn" "hhjchwjlmc" "ypfeltycpy" "qjyeqcfhjj" "uapsgmizgh" "owbbdezgxn" "qrosceblyo" "sahqeskveq" "dapacykoah" "wvcnqbvlnf" "perfwnpvkl" "ulbrotlhze" "fhuvzpxjbc" "holjcdpijr" "onzjrteqmu" "pquewclxuy" "vpmpffdoqz" "eouliovvra" "vxcbagyymm" "jekkafodvk" "ypekeuutef" "dlbqcynhrn" "erxulvebrj" "qwxrsgafzy" "dlsjwmqzhx" "exvhmqxvvp"'
16
+ - '"SADD" "set:10" "lysbgqqfqw" "mtccjerdon" "jekkafodvk" "nmgxcctxpn" "vyqqkuszzh"
17
+ "pytrnqdhvs" "oguwnmniig" "gekntrykfh" "nhfnbxqgol" "cgoeihlnei"'
18
+ - '"SADD" "set:100" "vyoomgwuzv" "xamjodnbpf" "ewomnmugfa" "ljcgdooafo" "pcxdhdjwnf"
19
+ "djetcyfxuc" "licotqplim" "alqlzsvuuz" "ijsmoyesvd" "whmotknaff" "rkaznetutk"
20
+ "ksqpdywgdd" "gorgpnnqwr" "gekntrykfh" "rjkknoigmu" "luemuetmia" "gxephxbdru"
21
+ "ncjfckgkcl" "hhjclfbbka" "cgoeihlnei" "zwnitejtpg" "upodnpqenn" "mibvtmqxcy"
22
+ "htvbwmfyic" "rqvryfvlie" "nxcdcaqgit" "gfdqdrondm" "lysbgqqfqw" "nxzsnkmxvi"
23
+ "nsxaigrnje" "cwaveajmcz" "xsepfhdizi" "owtkxlzaci" "agsdggdghc" "tcjvjofxtd"
24
+ "kgqrovsxce" "ouuybhtvyb" "ueyrvldzwl" "vpbkvwgxsf" "pytrnqdhvs" "qbiwbqiubb"
25
+ "ssjqrsluod" "urvgxwbiiz" "ujrxcmpvsq" "mtccjerdon" "xczfmrxrja" "imyizmhzjk"
26
+ "oguwnmniig" "mxwgdcutnb" "pqyurbvifk" "ccagtnjilc" "mbxohpancs" "lgrkndhekf"
27
+ "eqlgkwosie" "jxoxtnzujs" "lbtpbknelm" "ichqzmiyot" "mbgehjiauu" "aovfsvbwjg"
28
+ "nmgxcctxpn" "vyqqkuszzh" "rojeolnopp" "ibhohmfxzt" "qbyhorvill" "nhfnbxqgol"
29
+ "wkbasfyzqz" "mjjuylgssm" "imdqxmkzdj" "oapbvnisyq" "bqntlsaqjb" "ocrcszcznp"
30
+ "hhniikmtsx" "hlpdstpvzw" "wqiwdbncmt" "vymjzlzqcn" "hhjchwjlmc" "ypfeltycpy"
31
+ "qjyeqcfhjj" "uapsgmizgh" "owbbdezgxn" "qrosceblyo" "sahqeskveq" "dapacykoah"
32
+ "wvcnqbvlnf" "perfwnpvkl" "ulbrotlhze" "fhuvzpxjbc" "holjcdpijr" "onzjrteqmu"
33
+ "pquewclxuy" "vpmpffdoqz" "eouliovvra" "vxcbagyymm" "jekkafodvk" "ypekeuutef"
34
+ "dlbqcynhrn" "erxulvebrj" "qwxrsgafzy" "dlsjwmqzhx" "exvhmqxvvp"'
35
+ dataset_name: 2keys-set-10-100-elements
36
+ dataset_description: This dataset contains 2 set keys, one with 10 elements and
37
+ the other with 100 elements. The smaller set is a subset of the larger one.
15
38
  tested-commands:
16
39
  - smembers
17
40
  - sdiff
@@ -28,7 +51,6 @@ clientconfig:
28
51
  requests:
29
52
  cpus: '4'
30
53
  memory: 2g
31
-
32
54
  tested-groups:
33
55
  - set
34
56
  priority: 131
@@ -1,6 +1,9 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-2keys-set-10-100-elements-sinter
3
- description: 'Runs memtier_benchmark, for a keyspace length of 2 SET key. The first SET contains 10 elements ( set:10 ) The second SET contains 100 elements ( set:100 ) The SET with set:10 is a subset of the set:100 We query their intersection using SINTER that returns 10 elements. '
3
+ description: 'Runs memtier_benchmark, for a keyspace length of 2 SET key. The first
4
+ SET contains 10 elements ( set:10 ) The second SET contains 100 elements ( set:100
5
+ ) The SET with set:10 is a subset of the set:100 We query their intersection using
6
+ SINTER that returns 10 elements. '
4
7
  dbconfig:
5
8
  configuration-parameters:
6
9
  save: '""'
@@ -10,8 +13,28 @@ dbconfig:
10
13
  requests:
11
14
  memory: 1g
12
15
  init_commands:
13
- - '"SADD" "set:10" "lysbgqqfqw" "mtccjerdon" "jekkafodvk" "nmgxcctxpn" "vyqqkuszzh" "pytrnqdhvs" "oguwnmniig" "gekntrykfh" "nhfnbxqgol" "cgoeihlnei"'
14
- - '"SADD" "set:100" "vyoomgwuzv" "xamjodnbpf" "ewomnmugfa" "ljcgdooafo" "pcxdhdjwnf" "djetcyfxuc" "licotqplim" "alqlzsvuuz" "ijsmoyesvd" "whmotknaff" "rkaznetutk" "ksqpdywgdd" "gorgpnnqwr" "gekntrykfh" "rjkknoigmu" "luemuetmia" "gxephxbdru" "ncjfckgkcl" "hhjclfbbka" "cgoeihlnei" "zwnitejtpg" "upodnpqenn" "mibvtmqxcy" "htvbwmfyic" "rqvryfvlie" "nxcdcaqgit" "gfdqdrondm" "lysbgqqfqw" "nxzsnkmxvi" "nsxaigrnje" "cwaveajmcz" "xsepfhdizi" "owtkxlzaci" "agsdggdghc" "tcjvjofxtd" "kgqrovsxce" "ouuybhtvyb" "ueyrvldzwl" "vpbkvwgxsf" "pytrnqdhvs" "qbiwbqiubb" "ssjqrsluod" "urvgxwbiiz" "ujrxcmpvsq" "mtccjerdon" "xczfmrxrja" "imyizmhzjk" "oguwnmniig" "mxwgdcutnb" "pqyurbvifk" "ccagtnjilc" "mbxohpancs" "lgrkndhekf" "eqlgkwosie" "jxoxtnzujs" "lbtpbknelm" "ichqzmiyot" "mbgehjiauu" "aovfsvbwjg" "nmgxcctxpn" "vyqqkuszzh" "rojeolnopp" "ibhohmfxzt" "qbyhorvill" "nhfnbxqgol" "wkbasfyzqz" "mjjuylgssm" "imdqxmkzdj" "oapbvnisyq" "bqntlsaqjb" "ocrcszcznp" "hhniikmtsx" "hlpdstpvzw" "wqiwdbncmt" "vymjzlzqcn" "hhjchwjlmc" "ypfeltycpy" "qjyeqcfhjj" "uapsgmizgh" "owbbdezgxn" "qrosceblyo" "sahqeskveq" "dapacykoah" "wvcnqbvlnf" "perfwnpvkl" "ulbrotlhze" "fhuvzpxjbc" "holjcdpijr" "onzjrteqmu" "pquewclxuy" "vpmpffdoqz" "eouliovvra" "vxcbagyymm" "jekkafodvk" "ypekeuutef" "dlbqcynhrn" "erxulvebrj" "qwxrsgafzy" "dlsjwmqzhx" "exvhmqxvvp"'
16
+ - '"SADD" "set:10" "lysbgqqfqw" "mtccjerdon" "jekkafodvk" "nmgxcctxpn" "vyqqkuszzh"
17
+ "pytrnqdhvs" "oguwnmniig" "gekntrykfh" "nhfnbxqgol" "cgoeihlnei"'
18
+ - '"SADD" "set:100" "vyoomgwuzv" "xamjodnbpf" "ewomnmugfa" "ljcgdooafo" "pcxdhdjwnf"
19
+ "djetcyfxuc" "licotqplim" "alqlzsvuuz" "ijsmoyesvd" "whmotknaff" "rkaznetutk"
20
+ "ksqpdywgdd" "gorgpnnqwr" "gekntrykfh" "rjkknoigmu" "luemuetmia" "gxephxbdru"
21
+ "ncjfckgkcl" "hhjclfbbka" "cgoeihlnei" "zwnitejtpg" "upodnpqenn" "mibvtmqxcy"
22
+ "htvbwmfyic" "rqvryfvlie" "nxcdcaqgit" "gfdqdrondm" "lysbgqqfqw" "nxzsnkmxvi"
23
+ "nsxaigrnje" "cwaveajmcz" "xsepfhdizi" "owtkxlzaci" "agsdggdghc" "tcjvjofxtd"
24
+ "kgqrovsxce" "ouuybhtvyb" "ueyrvldzwl" "vpbkvwgxsf" "pytrnqdhvs" "qbiwbqiubb"
25
+ "ssjqrsluod" "urvgxwbiiz" "ujrxcmpvsq" "mtccjerdon" "xczfmrxrja" "imyizmhzjk"
26
+ "oguwnmniig" "mxwgdcutnb" "pqyurbvifk" "ccagtnjilc" "mbxohpancs" "lgrkndhekf"
27
+ "eqlgkwosie" "jxoxtnzujs" "lbtpbknelm" "ichqzmiyot" "mbgehjiauu" "aovfsvbwjg"
28
+ "nmgxcctxpn" "vyqqkuszzh" "rojeolnopp" "ibhohmfxzt" "qbyhorvill" "nhfnbxqgol"
29
+ "wkbasfyzqz" "mjjuylgssm" "imdqxmkzdj" "oapbvnisyq" "bqntlsaqjb" "ocrcszcznp"
30
+ "hhniikmtsx" "hlpdstpvzw" "wqiwdbncmt" "vymjzlzqcn" "hhjchwjlmc" "ypfeltycpy"
31
+ "qjyeqcfhjj" "uapsgmizgh" "owbbdezgxn" "qrosceblyo" "sahqeskveq" "dapacykoah"
32
+ "wvcnqbvlnf" "perfwnpvkl" "ulbrotlhze" "fhuvzpxjbc" "holjcdpijr" "onzjrteqmu"
33
+ "pquewclxuy" "vpmpffdoqz" "eouliovvra" "vxcbagyymm" "jekkafodvk" "ypekeuutef"
34
+ "dlbqcynhrn" "erxulvebrj" "qwxrsgafzy" "dlsjwmqzhx" "exvhmqxvvp"'
35
+ dataset_name: 2keys-set-10-100-elements
36
+ dataset_description: This dataset contains 2 set keys, one with 10 elements and
37
+ the other with 100 elements. The smaller set is a subset of the larger one.
15
38
  tested-commands:
16
39
  - smembers
17
40
  - sinter
@@ -28,7 +51,6 @@ clientconfig:
28
51
  requests:
29
52
  cpus: '4'
30
53
  memory: 2g
31
-
32
54
  tested-groups:
33
55
  - set
34
56
  priority: 102
@@ -1,6 +1,9 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-2keys-set-10-100-elements-sunion
3
- description: 'Runs memtier_benchmark, for a keyspace length of 2 SET key. The first SET contains 10 elements ( set:10 ) The second SET contains 100 elements ( set:100 ) The SET with set:10 is a subset of the set:100 We query their union using SUNION that returns 100 elements. '
3
+ description: 'Runs memtier_benchmark, for a keyspace length of 2 SET key. The first
4
+ SET contains 10 elements ( set:10 ) The second SET contains 100 elements ( set:100
5
+ ) The SET with set:10 is a subset of the set:100 We query their union using SUNION
6
+ that returns 100 elements. '
4
7
  dbconfig:
5
8
  configuration-parameters:
6
9
  save: '""'
@@ -10,8 +13,28 @@ dbconfig:
10
13
  requests:
11
14
  memory: 1g
12
15
  init_commands:
13
- - '"SADD" "set:10" "lysbgqqfqw" "mtccjerdon" "jekkafodvk" "nmgxcctxpn" "vyqqkuszzh" "pytrnqdhvs" "oguwnmniig" "gekntrykfh" "nhfnbxqgol" "cgoeihlnei"'
14
- - '"SADD" "set:100" "vyoomgwuzv" "xamjodnbpf" "ewomnmugfa" "ljcgdooafo" "pcxdhdjwnf" "djetcyfxuc" "licotqplim" "alqlzsvuuz" "ijsmoyesvd" "whmotknaff" "rkaznetutk" "ksqpdywgdd" "gorgpnnqwr" "gekntrykfh" "rjkknoigmu" "luemuetmia" "gxephxbdru" "ncjfckgkcl" "hhjclfbbka" "cgoeihlnei" "zwnitejtpg" "upodnpqenn" "mibvtmqxcy" "htvbwmfyic" "rqvryfvlie" "nxcdcaqgit" "gfdqdrondm" "lysbgqqfqw" "nxzsnkmxvi" "nsxaigrnje" "cwaveajmcz" "xsepfhdizi" "owtkxlzaci" "agsdggdghc" "tcjvjofxtd" "kgqrovsxce" "ouuybhtvyb" "ueyrvldzwl" "vpbkvwgxsf" "pytrnqdhvs" "qbiwbqiubb" "ssjqrsluod" "urvgxwbiiz" "ujrxcmpvsq" "mtccjerdon" "xczfmrxrja" "imyizmhzjk" "oguwnmniig" "mxwgdcutnb" "pqyurbvifk" "ccagtnjilc" "mbxohpancs" "lgrkndhekf" "eqlgkwosie" "jxoxtnzujs" "lbtpbknelm" "ichqzmiyot" "mbgehjiauu" "aovfsvbwjg" "nmgxcctxpn" "vyqqkuszzh" "rojeolnopp" "ibhohmfxzt" "qbyhorvill" "nhfnbxqgol" "wkbasfyzqz" "mjjuylgssm" "imdqxmkzdj" "oapbvnisyq" "bqntlsaqjb" "ocrcszcznp" "hhniikmtsx" "hlpdstpvzw" "wqiwdbncmt" "vymjzlzqcn" "hhjchwjlmc" "ypfeltycpy" "qjyeqcfhjj" "uapsgmizgh" "owbbdezgxn" "qrosceblyo" "sahqeskveq" "dapacykoah" "wvcnqbvlnf" "perfwnpvkl" "ulbrotlhze" "fhuvzpxjbc" "holjcdpijr" "onzjrteqmu" "pquewclxuy" "vpmpffdoqz" "eouliovvra" "vxcbagyymm" "jekkafodvk" "ypekeuutef" "dlbqcynhrn" "erxulvebrj" "qwxrsgafzy" "dlsjwmqzhx" "exvhmqxvvp"'
16
+ - '"SADD" "set:10" "lysbgqqfqw" "mtccjerdon" "jekkafodvk" "nmgxcctxpn" "vyqqkuszzh"
17
+ "pytrnqdhvs" "oguwnmniig" "gekntrykfh" "nhfnbxqgol" "cgoeihlnei"'
18
+ - '"SADD" "set:100" "vyoomgwuzv" "xamjodnbpf" "ewomnmugfa" "ljcgdooafo" "pcxdhdjwnf"
19
+ "djetcyfxuc" "licotqplim" "alqlzsvuuz" "ijsmoyesvd" "whmotknaff" "rkaznetutk"
20
+ "ksqpdywgdd" "gorgpnnqwr" "gekntrykfh" "rjkknoigmu" "luemuetmia" "gxephxbdru"
21
+ "ncjfckgkcl" "hhjclfbbka" "cgoeihlnei" "zwnitejtpg" "upodnpqenn" "mibvtmqxcy"
22
+ "htvbwmfyic" "rqvryfvlie" "nxcdcaqgit" "gfdqdrondm" "lysbgqqfqw" "nxzsnkmxvi"
23
+ "nsxaigrnje" "cwaveajmcz" "xsepfhdizi" "owtkxlzaci" "agsdggdghc" "tcjvjofxtd"
24
+ "kgqrovsxce" "ouuybhtvyb" "ueyrvldzwl" "vpbkvwgxsf" "pytrnqdhvs" "qbiwbqiubb"
25
+ "ssjqrsluod" "urvgxwbiiz" "ujrxcmpvsq" "mtccjerdon" "xczfmrxrja" "imyizmhzjk"
26
+ "oguwnmniig" "mxwgdcutnb" "pqyurbvifk" "ccagtnjilc" "mbxohpancs" "lgrkndhekf"
27
+ "eqlgkwosie" "jxoxtnzujs" "lbtpbknelm" "ichqzmiyot" "mbgehjiauu" "aovfsvbwjg"
28
+ "nmgxcctxpn" "vyqqkuszzh" "rojeolnopp" "ibhohmfxzt" "qbyhorvill" "nhfnbxqgol"
29
+ "wkbasfyzqz" "mjjuylgssm" "imdqxmkzdj" "oapbvnisyq" "bqntlsaqjb" "ocrcszcznp"
30
+ "hhniikmtsx" "hlpdstpvzw" "wqiwdbncmt" "vymjzlzqcn" "hhjchwjlmc" "ypfeltycpy"
31
+ "qjyeqcfhjj" "uapsgmizgh" "owbbdezgxn" "qrosceblyo" "sahqeskveq" "dapacykoah"
32
+ "wvcnqbvlnf" "perfwnpvkl" "ulbrotlhze" "fhuvzpxjbc" "holjcdpijr" "onzjrteqmu"
33
+ "pquewclxuy" "vpmpffdoqz" "eouliovvra" "vxcbagyymm" "jekkafodvk" "ypekeuutef"
34
+ "dlbqcynhrn" "erxulvebrj" "qwxrsgafzy" "dlsjwmqzhx" "exvhmqxvvp"'
35
+ dataset_name: 2keys-set-10-100-elements
36
+ dataset_description: This dataset contains 2 set keys, one with 10 elements and
37
+ the other with 100 elements. The smaller set is a subset of the larger one.
15
38
  tested-commands:
16
39
  - smembers
17
40
  - sunion
@@ -28,7 +51,6 @@ clientconfig:
28
51
  requests:
29
52
  cpus: '4'
30
53
  memory: 2g
31
-
32
54
  tested-groups:
33
55
  - set
34
56
  priority: 104
@@ -1,6 +1,8 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-2keys-stream-5-entries-xread-all-entries-pipeline-10
3
- description: 'Runs memtier_benchmark, for a keyspace length of 2 STREAM keys with 5 entries on each stream. We query both streams on the same command using XREAD with range of all entries. '
3
+ description: 'Runs memtier_benchmark, for a keyspace length of 2 STREAM keys with
4
+ 5 entries on each stream. We query both streams on the same command using XREAD
5
+ with range of all entries. '
4
6
  dbconfig:
5
7
  configuration-parameters:
6
8
  save: '""'
@@ -10,16 +12,18 @@ dbconfig:
10
12
  requests:
11
13
  memory: 1g
12
14
  init_commands:
13
- - xadd key-1 * field value
14
- - xadd key-1 * field value
15
- - xadd key-1 * field value
16
- - xadd key-1 * field value
17
- - xadd key-1 * field value
18
- - xadd key-2 * field value
19
- - xadd key-2 * field value
20
- - xadd key-2 * field value
21
- - xadd key-2 * field value
22
- - xadd key-2 * field value
15
+ - xadd key-1 * field value
16
+ - xadd key-1 * field value
17
+ - xadd key-1 * field value
18
+ - xadd key-1 * field value
19
+ - xadd key-1 * field value
20
+ - xadd key-2 * field value
21
+ - xadd key-2 * field value
22
+ - xadd key-2 * field value
23
+ - xadd key-2 * field value
24
+ - xadd key-2 * field value
25
+ dataset_name: 2keys-stream-5-entries
26
+ dataset_description: This dataset contains 2 stream keys, each with 5 entries.
23
27
  tested-commands:
24
28
  - xread
25
29
  redis-topologies:
@@ -30,12 +34,12 @@ build-variants:
30
34
  clientconfig:
31
35
  run_image: redislabs/memtier_benchmark:edge
32
36
  tool: memtier_benchmark
33
- arguments: --pipeline 10 --command="XREAD STREAMS key-1 key-2 0 0" --hide-histogram --test-time 180
37
+ arguments: --pipeline 10 --command="XREAD STREAMS key-1 key-2 0 0" --hide-histogram
38
+ --test-time 180
34
39
  resources:
35
40
  requests:
36
41
  cpus: '4'
37
42
  memory: 2g
38
-
39
43
  tested-groups:
40
44
  - stream
41
45
  priority: 97
@@ -1,6 +1,8 @@
1
1
  version: 0.4
2
2
  name: memtier_benchmark-2keys-stream-5-entries-xread-all-entries
3
- description: 'Runs memtier_benchmark, for a keyspace length of 2 STREAM keys with 5 entries on each stream. We query both streams on the same command using XREAD with range of all entries. '
3
+ description: 'Runs memtier_benchmark, for a keyspace length of 2 STREAM keys with
4
+ 5 entries on each stream. We query both streams on the same command using XREAD
5
+ with range of all entries. '
4
6
  dbconfig:
5
7
  configuration-parameters:
6
8
  save: '""'
@@ -10,16 +12,18 @@ dbconfig:
10
12
  requests:
11
13
  memory: 1g
12
14
  init_commands:
13
- - xadd key-1 * field value
14
- - xadd key-1 * field value
15
- - xadd key-1 * field value
16
- - xadd key-1 * field value
17
- - xadd key-1 * field value
18
- - xadd key-2 * field value
19
- - xadd key-2 * field value
20
- - xadd key-2 * field value
21
- - xadd key-2 * field value
22
- - xadd key-2 * field value
15
+ - xadd key-1 * field value
16
+ - xadd key-1 * field value
17
+ - xadd key-1 * field value
18
+ - xadd key-1 * field value
19
+ - xadd key-1 * field value
20
+ - xadd key-2 * field value
21
+ - xadd key-2 * field value
22
+ - xadd key-2 * field value
23
+ - xadd key-2 * field value
24
+ - xadd key-2 * field value
25
+ dataset_name: 2keys-stream-5-entries
26
+ dataset_description: This dataset contains 2 stream keys, each with 5 entries.
23
27
  tested-commands:
24
28
  - xread
25
29
  redis-topologies:
@@ -30,12 +34,12 @@ build-variants:
30
34
  clientconfig:
31
35
  run_image: redislabs/memtier_benchmark:edge
32
36
  tool: memtier_benchmark
33
- arguments: --command="XREAD STREAMS key-1 key-2 0 0" --hide-histogram --test-time 180
37
+ arguments: --command="XREAD STREAMS key-1 key-2 0 0" --hide-histogram --test-time
38
+ 180
34
39
  resources:
35
40
  requests:
36
41
  cpus: '4'
37
42
  memory: 2g
38
-
39
43
  tested-groups:
40
44
  - stream
41
45
  priority: 97