redis-benchmarks-specification 0.1.309__py3-none-any.whl → 0.1.311__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 (236) hide show
  1. redis_benchmarks_specification/__cli__/stats.py +20 -11
  2. redis_benchmarks_specification/__common__/runner.py +13 -9
  3. redis_benchmarks_specification/__common__/timeseries.py +3 -3
  4. redis_benchmarks_specification/__compare__/args.py +1 -3
  5. redis_benchmarks_specification/__compare__/compare.py +19 -8
  6. redis_benchmarks_specification/__runner__/args.py +3 -3
  7. redis_benchmarks_specification/__runner__/remote_profiling.py +3 -1
  8. redis_benchmarks_specification/__runner__/runner.py +305 -116
  9. redis_benchmarks_specification/__self_contained_coordinator__/docker.py +6 -1
  10. redis_benchmarks_specification/__self_contained_coordinator__/prepopulation.py +2 -0
  11. redis_benchmarks_specification/__self_contained_coordinator__/runners.py +7 -2
  12. redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py +9 -5
  13. redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-hash-hgetall-50-fields-100B-values.yml +1 -0
  14. redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-20-fields-with-1B-values-pipeline-30.yml +1 -0
  15. redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-1000B-values.yml +1 -0
  16. redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-100B-values.yml +1 -0
  17. redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-10B-values.yml +1 -0
  18. redis_benchmarks_specification/test-suites/memtier_benchmark-10Kkeys-load-hash-50-fields-with-10000B-values.yml +1 -0
  19. redis_benchmarks_specification/test-suites/memtier_benchmark-10Kkeys-load-list-with-10B-values-pipeline-50.yml +1 -0
  20. redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values-pipeline-10.yml +1 -0
  21. redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values.yml +1 -0
  22. redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values-pipeline-10.yml +1 -0
  23. redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values.yml +1 -0
  24. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-100B-expire-use-case.yml +3 -2
  25. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-expire-use-case.yml +1 -0
  26. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-psetex-expire-use-case.yml +1 -0
  27. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-setex-expire-use-case.yml +1 -0
  28. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-1KiB-expire-use-case.yml +1 -0
  29. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-4KiB-expire-use-case.yml +1 -0
  30. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-bitmap-getbit-pipeline-10.yml +1 -0
  31. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-exists-pipeline-10.yml +1 -0
  32. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expire-pipeline-10.yml +1 -0
  33. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expireat-pipeline-10.yml +1 -0
  34. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-pexpire-pipeline-10.yml +1 -0
  35. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-count-500-pipeline-10.yml +1 -0
  36. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-count-500-pipeline-10.yml +1 -0
  37. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-count-5000-pipeline-10.yml +1 -0
  38. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-pipeline-10.yml +1 -0
  39. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-pipeline-10.yml +1 -0
  40. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-type-pipeline-10.yml +1 -0
  41. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-touch-pipeline-10.yml +1 -0
  42. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-ttl-pipeline-10.yml +1 -0
  43. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hexists.yml +1 -0
  44. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hget-hgetall-hkeys-hvals-with-100B-values.yml +1 -0
  45. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hgetall-50-fields-10B-values.yml +1 -0
  46. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hincrby.yml +1 -0
  47. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hincrbyfloat.yml +1 -0
  48. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hmget-5-fields-with-100B-values-pipeline-10.yml +1 -0
  49. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-transactions-multi-exec-pipeline-20.yml +1 -0
  50. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-100B-values.yml +1 -0
  51. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-10B-values.yml +1 -0
  52. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-1KiB-values.yml +1 -0
  53. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-rpoplpush-with-10B-values.yml +1 -0
  54. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values-pipeline-10.yml +1 -0
  55. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values.yml +1 -0
  56. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-hmset-5-fields-with-1000B-values.yml +1 -0
  57. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-rpush-with-10B-values.yml +1 -0
  58. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-100B-values.yml +1 -0
  59. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-10B-values-pipeline-10.yml +1 -0
  60. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-10B-values.yml +1 -0
  61. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-1KiB-values.yml +1 -0
  62. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits-pipeline-10.yml +1 -0
  63. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits.yml +1 -0
  64. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-pipeline-10.yml +1 -0
  65. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements.yml +1 -0
  66. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values-pipeline-10.yml +1 -0
  67. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values.yml +1 -0
  68. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values-pipeline-10.yml +1 -0
  69. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values.yml +1 -0
  70. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values-pipeline-10.yml +1 -0
  71. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values.yml +1 -0
  72. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-10.yml +1 -0
  73. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-100.yml +1 -0
  74. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-50.yml +1 -0
  75. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-500.yml +1 -0
  76. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values.yml +1 -0
  77. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-1KiB-values.yml +1 -0
  78. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-20KiB-values.yml +1 -0
  79. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-listpack-with-100-elements-double-score.yml +1 -0
  80. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-double-score.yml +1 -0
  81. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-int-score.yml +1 -0
  82. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-append-1-100B-pipeline-10.yml +1 -0
  83. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-append-1-100B.yml +1 -0
  84. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-decr.yml +1 -0
  85. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B-pipeline-10.yml +1 -0
  86. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B.yml +1 -0
  87. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-10.yml +1 -0
  88. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-100.yml +1 -0
  89. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-50.yml +1 -0
  90. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-500.yml +1 -0
  91. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B.yml +1 -0
  92. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB-pipeline-10.yml +1 -0
  93. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB.yml +1 -0
  94. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-32B-pipeline-10.yml +1 -0
  95. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-32B.yml +1 -0
  96. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incr-pipeline-10.yml +1 -0
  97. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrby-pipeline-10.yml +1 -0
  98. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrby.yml +1 -0
  99. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrbyfloat-pipeline-10.yml +1 -0
  100. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrbyfloat.yml +1 -0
  101. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-int-encoding-strlen-pipeline-10.yml +1 -0
  102. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mget-1KiB.yml +1 -0
  103. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-expire-pipeline-10.yml +1 -0
  104. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-expire.yml +1 -0
  105. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-pipeline-10.yml +1 -0
  106. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B.yml +1 -0
  107. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-1KB-pipeline-10.yml +1 -0
  108. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-1KB.yml +1 -0
  109. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-32B-pipeline-10.yml +1 -0
  110. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-32B.yml +1 -0
  111. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-512B-pipeline-10.yml +1 -0
  112. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-512B.yml +1 -0
  113. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-with-expiration-240B-400_conns.yml +1 -0
  114. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-set-with-ex-100B-pipeline-10.yml +1 -0
  115. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setex-100B-pipeline-10.yml +1 -0
  116. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setrange-100B-pipeline-10.yml +1 -0
  117. redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setrange-100B.yml +1 -0
  118. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-100M-bits-bitmap-bitcount.yml +1 -0
  119. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-1Billion-bits-bitmap-bitcount.yml +1 -0
  120. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-2-elements-geopos.yml +1 -0
  121. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-2-elements-geosearch-fromlonlat-withcoord.yml +1 -0
  122. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist-pipeline-10.yml +1 -0
  123. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist.yml +1 -0
  124. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash-pipeline-10.yml +1 -0
  125. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash.yml +1 -0
  126. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos-pipeline-10.yml +1 -0
  127. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos.yml +1 -0
  128. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-bybox.yml +1 -0
  129. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-pipeline-10.yml +1 -0
  130. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat.yml +1 -0
  131. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-1K-fields-hgetall-pipeline-10.yml +1 -0
  132. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-1K-fields-hgetall.yml +1 -0
  133. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-100B-values-cursor-count-1000.yml +1 -0
  134. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values-cursor-count-100.yml +1 -0
  135. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values.yml +1 -0
  136. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-50-fields-10B-values.yml +1 -0
  137. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements-pipeline-10.yml +1 -0
  138. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements.yml +1 -0
  139. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-int-7bit-uint-lrange-all-elements-pipeline-10.yml +1 -0
  140. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-int-lrange-all-elements-pipeline-10.yml +1 -0
  141. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-llen-pipeline-10.yml +1 -0
  142. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-lrange-all-elements-pipeline-10.yml +1 -0
  143. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-lrange-all-elements.yml +1 -0
  144. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-integer.yml +1 -0
  145. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-string-pipeline-10.yml +1 -0
  146. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-string.yml +1 -0
  147. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-linsert-lrem-integer.yml +1 -0
  148. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-linsert-lrem-string.yml +1 -0
  149. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lpos-integer.yml +1 -0
  150. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lpos-string.yml +1 -0
  151. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elements-lrange-all-elements-pipeline-10.yml +1 -0
  152. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elements-lrange-all-elements.yml +1 -0
  153. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-2K-elements-quicklist-lrange-all-elements-longs.yml +1 -0
  154. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-hash-1K-fields-with-5B-values.yml +1 -0
  155. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-zset-with-5-elements-parsing-float-score.yml +1 -0
  156. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-zset-with-5-elements-parsing-hexa-score.yml +1 -0
  157. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-pfadd-4KB-values-pipeline-10.yml +1 -0
  158. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers-pipeline-10.yml +1 -0
  159. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers.yml +1 -0
  160. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smismember.yml +1 -0
  161. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sismember-is-a-member.yml +1 -0
  162. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sismember-not-a-member.yml +1 -0
  163. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smembers.yml +1 -0
  164. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smismember.yml +1 -0
  165. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sscan.yml +1 -0
  166. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10M-elements-sismember-50pct-chance.yml +1 -0
  167. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10M-elements-srem-50pct-chance.yml +1 -0
  168. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-smembers.yml +1 -0
  169. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan-cursor-count-100.yml +1 -0
  170. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan.yml +1 -0
  171. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1M-elements-sismember-50pct-chance.yml +1 -0
  172. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-200K-elements-sadd-constant.yml +1 -0
  173. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-2M-elements-sadd-increasing.yml +1 -0
  174. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zincrby-1M-elements-pipeline-1.yml +1 -0
  175. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-100K-elements-pipeline-1.yml +1 -0
  176. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-10M-elements-pipeline-1.yml +1 -0
  177. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-1M-elements-pipeline-1.yml +1 -0
  178. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrem-5M-elements-pipeline-1.yml +1 -0
  179. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrangebyscore-256K-elements-pipeline-1.yml +1 -0
  180. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrangebyscore-256K-elements-pipeline-10.yml +1 -0
  181. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrank-1M-elements-pipeline-1.yml +1 -0
  182. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-10-elements-zrange-all-elements-long-scores.yml +1 -0
  183. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-10-elements-zrange-all-elements.yml +1 -0
  184. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrange-all-elements.yml +1 -0
  185. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements-long-scores.yml +1 -0
  186. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements.yml +1 -0
  187. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zscan.yml +1 -0
  188. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zrange-all-elements.yml +1 -0
  189. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zscan.yml +1 -0
  190. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zcard-pipeline-10.yml +1 -0
  191. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zremrangebyscore-pipeline-10.yml +1 -0
  192. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zrevrange-5-elements.yml +1 -0
  193. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zrevrange-withscores-5-elements-pipeline-10.yml +1 -0
  194. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zscore-pipeline-10.yml +1 -0
  195. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-600K-elements-zrangestore-1K-elements.yml +1 -0
  196. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-600K-elements-zrangestore-300K-elements.yml +1 -0
  197. redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-listpack-zrank-100-elements-pipeline-1.yml +1 -0
  198. redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-eval-hset-expire.yml +1 -0
  199. redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-evalsha-hset-expire.yml +1 -0
  200. redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sdiff.yml +1 -0
  201. redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sinter.yml +1 -0
  202. redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sunion.yml +1 -0
  203. redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries-pipeline-10.yml +1 -0
  204. redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries.yml +1 -0
  205. redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elements-skiplist-encoded-zunion.yml +1 -0
  206. redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elements-skiplist-encoded-zunionstore.yml +1 -0
  207. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values-pipeline-10.yml +1 -0
  208. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values.yml +1 -0
  209. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-400_conns.yml +1 -0
  210. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-40_conns.yml +1 -0
  211. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-2000_conns.yml +1 -0
  212. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-400_conns.yml +1 -0
  213. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-40_conns.yml +1 -0
  214. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-400_conns.yml +1 -0
  215. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-2000_conns.yml +1 -0
  216. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-400_conns.yml +1 -0
  217. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-5200_conns.yml +1 -0
  218. redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-50-50-with-512B-values-with-expiration-pipeline-10-400_conns.yml +1 -0
  219. redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello-pipeline-10.yml +1 -0
  220. redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello.yml +1 -0
  221. redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-connection-ping-pipeline-10.yml +1 -0
  222. redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-100-subscribers.yml +1 -0
  223. redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-1000-subscribers.yml +1 -0
  224. redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-5000-subscribers.yml +1 -0
  225. redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-50K-subscribers-5k-conns.yml +1 -0
  226. redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-publish-1K-channels-10B-no-subscribers.yml +1 -0
  227. redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-server-time-pipeline-10.yml +1 -0
  228. redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-caching-hash-100k-sessions.yml +1 -0
  229. redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-storage-100k-sessions.yml +4 -2
  230. redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-storage-1k-sessions.yml +4 -2
  231. redis_benchmarks_specification/test-suites/template.txt +1 -0
  232. {redis_benchmarks_specification-0.1.309.dist-info → redis_benchmarks_specification-0.1.311.dist-info}/METADATA +1 -1
  233. {redis_benchmarks_specification-0.1.309.dist-info → redis_benchmarks_specification-0.1.311.dist-info}/RECORD +236 -236
  234. {redis_benchmarks_specification-0.1.309.dist-info → redis_benchmarks_specification-0.1.311.dist-info}/LICENSE +0 -0
  235. {redis_benchmarks_specification-0.1.309.dist-info → redis_benchmarks_specification-0.1.311.dist-info}/WHEEL +0 -0
  236. {redis_benchmarks_specification-0.1.309.dist-info → redis_benchmarks_specification-0.1.311.dist-info}/entry_points.txt +0 -0
@@ -9,34 +9,34 @@ redis_benchmarks_specification/__builder__/schema.py,sha256=1wcmyVJBcWrBvK58pghN
9
9
  redis_benchmarks_specification/__cli__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
10
10
  redis_benchmarks_specification/__cli__/args.py,sha256=uZkk1Jom9i0xJ_OpVMrIWbw_70jFo7IswLV2EtKTKEA,7210
11
11
  redis_benchmarks_specification/__cli__/cli.py,sha256=6tt0Ai-JIFEF3ykWFU2_g5ZrzKVIoyLLXUmyzYpVDF4,21843
12
- redis_benchmarks_specification/__cli__/stats.py,sha256=6RHPm0oieaRc4xwxJp8YE05BblpYq5zr2ckrSgsRxNU,28450
12
+ redis_benchmarks_specification/__cli__/stats.py,sha256=8R6fsiR00Uqa-01_Yq0PegriZkiM313KjCpDv5PhEdM,28965
13
13
  redis_benchmarks_specification/__common__/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  redis_benchmarks_specification/__common__/builder_schema.py,sha256=kfDpRIk7NkJrb5qj9jzsBhLVNO7K_W2Clumj4pxrkG8,5938
15
15
  redis_benchmarks_specification/__common__/env.py,sha256=kvJ8Ll-fvI_Tc0vynrzUEr22TqnJizzvJ4Lu9RjNr_M,3119
16
16
  redis_benchmarks_specification/__common__/github.py,sha256=9TZtnISsSgXTSAN_VQejo5YRPDPhlU0gjxgKGPw_sP8,10699
17
17
  redis_benchmarks_specification/__common__/package.py,sha256=4uVt1BAZ999LV2rZkq--Tk6otAVIf9YR3g3KGeUpiW4,834
18
- redis_benchmarks_specification/__common__/runner.py,sha256=7Xc8QjwqYXQH9Vnq7s2YiP052zI3dk-OFhO-8Z5XY3o,16589
18
+ redis_benchmarks_specification/__common__/runner.py,sha256=M-o1QZVlp3thFW-55PiaWktk4rX2-xq9mpgrXoYumQQ,16788
19
19
  redis_benchmarks_specification/__common__/spec.py,sha256=D_SN48wg6NMthW_-OS1H5bydSDiuZpfd4WPPj7Vfwmc,5760
20
- redis_benchmarks_specification/__common__/timeseries.py,sha256=w8XQrGPEFuuemDXXz4iny7lYsNbYH0ycQyq3jHIr80g,52916
20
+ redis_benchmarks_specification/__common__/timeseries.py,sha256=uvS3T2zdrSmW_B2S0MYTekJfHUllqU3RlD0LrF957RQ,52904
21
21
  redis_benchmarks_specification/__compare__/__init__.py,sha256=DtBXRp0Q01XgCFmY-1OIePMyyYihVNAjZ1Y8zwqSDN0,101
22
- redis_benchmarks_specification/__compare__/args.py,sha256=nZU22cOgcCfaBn3yIAWmjIT0-8cFWqBQoZOgUXH5YKU,7622
23
- redis_benchmarks_specification/__compare__/compare.py,sha256=2zBPedAQYWY3QlJlwQIcsnZJsGZ1AhH4oLD4Gb8V5XM,62797
22
+ redis_benchmarks_specification/__compare__/args.py,sha256=f3ZSs8GzyIzaMzX2h9cx0nOrnlO4aXToO1SBzBlpzKM,7608
23
+ redis_benchmarks_specification/__compare__/compare.py,sha256=OrpCpY66rlbP5so6aYCdSF9Sy3sdhKrnzVJK1u3XQno,62912
24
24
  redis_benchmarks_specification/__init__.py,sha256=YQIEx2sLPPA0JR9OuCuMNMNtm-f_gqDKgzvNJnkGNKY,491
25
25
  redis_benchmarks_specification/__runner__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
26
- redis_benchmarks_specification/__runner__/args.py,sha256=YeN7-eOGoqCHKh5FrKz9z5Ee-Rh-3DF9tm2Hb-3m7sQ,10648
27
- redis_benchmarks_specification/__runner__/remote_profiling.py,sha256=JS46mFxnRB2HSU_HO90WE4w7P7usHzX1dwZg1bJpTMc,18588
28
- redis_benchmarks_specification/__runner__/runner.py,sha256=96v6WV1XLtAYd-5d04JYMgUIP4psBPJuniVuOOTXW7s,139649
26
+ redis_benchmarks_specification/__runner__/args.py,sha256=-el2RttOjjc4Y9yOM1P5y9BwIkBPp_Y1k7OsP91P2BI,10651
27
+ redis_benchmarks_specification/__runner__/remote_profiling.py,sha256=R7obNQju8mmY9oKkcndjI4aAuxi84OCLhDSqqaYu1SU,18610
28
+ redis_benchmarks_specification/__runner__/runner.py,sha256=13iPDfyg_ivZyiS44ypbe_qViaJGOwp0Baj7kh3UtqE,144861
29
29
  redis_benchmarks_specification/__self_contained_coordinator__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
30
30
  redis_benchmarks_specification/__self_contained_coordinator__/args.py,sha256=uxBjdQ78klvsVi6lOfGYQVaWIxc8OI-DwYKY16SgvCY,5952
31
31
  redis_benchmarks_specification/__self_contained_coordinator__/artifacts.py,sha256=OVHqJzDgeSSRfUSiKp1ZTAVv14PvSbk-5yJsAAoUfpw,936
32
32
  redis_benchmarks_specification/__self_contained_coordinator__/build_info.py,sha256=vlg8H8Rxu2falW8xp1GvL1SV1fyBguSbz6Apxc7A2yM,2282
33
33
  redis_benchmarks_specification/__self_contained_coordinator__/clients.py,sha256=EL1V4-i-tTav1mcF_CUosqPF3Q1qi9BZL0zFajEk70c,1878
34
34
  redis_benchmarks_specification/__self_contained_coordinator__/cpuset.py,sha256=sRvtoJIitppcOpm3R5LbVmSfPEAqPumOqVATnF5Wbek,594
35
- redis_benchmarks_specification/__self_contained_coordinator__/docker.py,sha256=nVfF1daQ1eBAgXEIjrfK_AYi4hDQbep4E-Kf_cHjMp8,3065
35
+ redis_benchmarks_specification/__self_contained_coordinator__/docker.py,sha256=eXJM2FybaVNTjvTrKwHextcNmkCIK9HQaG8ZNWjgx18,3086
36
36
  redis_benchmarks_specification/__self_contained_coordinator__/post_processing.py,sha256=sVLKNnWdAqYY9DjVdqRC5tDaIrVSaI3Ca7w8-DQ-LRM,776
37
- redis_benchmarks_specification/__self_contained_coordinator__/prepopulation.py,sha256=qB1rwqkROfuyFotB7MfUQiYS4Gzafd8dd2ca7lT4l2I,2909
38
- redis_benchmarks_specification/__self_contained_coordinator__/runners.py,sha256=SNn175eBbU8con6vH4u2IJOhcwzQcGfRDimNmEdEyvg,29889
39
- redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py,sha256=qTTuhFyXHWvuOPdMpZ9Zj2nOWxtplSy7LuowtJHn2to,79214
37
+ redis_benchmarks_specification/__self_contained_coordinator__/prepopulation.py,sha256=1UeFr2T1ZQBcHCSd4W1ZtaWgXyFPfjLyDi_DgDc1eTA,2957
38
+ redis_benchmarks_specification/__self_contained_coordinator__/runners.py,sha256=noRHn9leTfEm2fa1yHBHQd8TUGhFDoU86QQkHABnWSs,30073
39
+ redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py,sha256=hlSBMa-n6byXW7zVxq5nzqEKN34DrPpcgN-NnzGk-_c,79375
40
40
  redis_benchmarks_specification/__setups__/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
41
41
  redis_benchmarks_specification/__setups__/topologies.py,sha256=xQ1IJkcTji_ZjLiJd3vOxZpvbNtBLZw9cPkw5hGJKHU,481
42
42
  redis_benchmarks_specification/__spec__/__init__.py,sha256=l-G1z-t6twUgi8QLueqoTQLvJmv3hJoEYskGm6H7L6M,83
@@ -53,231 +53,231 @@ redis_benchmarks_specification/setups/platforms/aws-ec2-1node-c5.4xlarge.yml,sha
53
53
  redis_benchmarks_specification/setups/topologies/topologies.yml,sha256=N2UOKA8tG_pLpaSFtn7WdUmDNYwxRyTv9Ln_PCOPTco,3261
54
54
  redis_benchmarks_specification/test-suites/defaults.yml,sha256=EJHv9INdjoNVMOgHY8qo4IVCHfvXVz5sv7Vxtr3DAIE,1392
55
55
  redis_benchmarks_specification/test-suites/generate.py,sha256=1QJBuWiouJ5OLil_r4OMG_UtZkmA8TLcyPlQAUuxCUw,4175
56
- redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-hash-hgetall-50-fields-100B-values.yml,sha256=5a0tH93bFRHjX4SdRZwtIXr7wuUk5flY0cXjdCf6dX8,2271
57
- redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-20-fields-with-1B-values-pipeline-30.yml,sha256=AfXhf1Ur9yhHMUs8ZMTMoMJPTowP2f3XnEsq5e1EFD4,1807
58
- redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-1000B-values.yml,sha256=R0u3ljvD9Ft37lO98iRE_zpkxpumj5ZiknTIttkYaoI,1806
59
- redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-100B-values.yml,sha256=gD8a1SaEmh8HQTj7clMnBTXAxpJV2eyFRDilal2w9z8,1803
60
- redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-10B-values.yml,sha256=o_nUSwXBrwJmuwMm_wGRJWaRGjviWf5WfmY72sVzPKU,1796
61
- redis_benchmarks_specification/test-suites/memtier_benchmark-10Kkeys-load-hash-50-fields-with-10000B-values.yml,sha256=MVn3ufhCxu1VvdmKBVZAmFPdUI2WnWuADvWizlDksQY,1806
62
- redis_benchmarks_specification/test-suites/memtier_benchmark-10Kkeys-load-list-with-10B-values-pipeline-50.yml,sha256=NR96YGx-A5wNYqzy-cxm2xtXzZzG8TZMpjqLR9-l9ac,848
63
- redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values-pipeline-10.yml,sha256=DkblAw4ZOgEwUqS5CZ_530u981pHMzO6_NjK_07r_3s,957
64
- redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values.yml,sha256=Dv7bJSBQEULESSpXIyroWkvE8_BVk1YY-OtOaVrKUjY,923
65
- redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values-pipeline-10.yml,sha256=GyTnz_5sqeouQA7Y8ycSzxl0f4JRsIRJWSgKz-jlMiM,954
66
- redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values.yml,sha256=Ooy_KFYr3DfXgp5USwtgdijuNYTr3FcmpATQd50hZ94,920
56
+ redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-hash-hgetall-50-fields-100B-values.yml,sha256=8-nK7OaFwxDrJstck2sA2Z0HBmMoMFho0rqOZXP7PzM,2311
57
+ redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-20-fields-with-1B-values-pipeline-30.yml,sha256=JH1yHV2vrzZxN0J_I1NsSoqTvlI1fYZ53F2hj3dm1LM,1847
58
+ redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-1000B-values.yml,sha256=hFAtXCUlH76xpmqmDY3NnNNcFiy9ulhLzKD8PiNHNqU,1846
59
+ redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-100B-values.yml,sha256=9b6h2qlc9lP046uDbuUILZGLQPBiBKq5v1d7vtWm9nk,1843
60
+ redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-10B-values.yml,sha256=wG8pfzV7TdMDcDuWuhy7uaLeTMHDPpb_jclM5pl9xnY,1836
61
+ redis_benchmarks_specification/test-suites/memtier_benchmark-10Kkeys-load-hash-50-fields-with-10000B-values.yml,sha256=eCx4VONE1TtkeokKo2cf2URldgaXRryriI3lqds1Ljs,1846
62
+ redis_benchmarks_specification/test-suites/memtier_benchmark-10Kkeys-load-list-with-10B-values-pipeline-50.yml,sha256=6oROjfGxFmVqoH37hiYOu-SDPByhR5eIsq4bnN3Dps4,888
63
+ redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values-pipeline-10.yml,sha256=lnQagjzN-vgTD49ggCFBEJd2vrPn0l47dDvy7CEx8rY,997
64
+ redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values.yml,sha256=It7ot7l0S4OfPRgsCNw1xTDdN59_13INFvgfH_XSNag,963
65
+ redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values-pipeline-10.yml,sha256=m2o0goltdhy0wB9TydiD7CDk7vlcTBXDzo7SrlJjqi8,994
66
+ redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values.yml,sha256=hK6uvlZIGWptIFUnSf_8pzBSK2_06cRKazY0HUqmOio,960
67
67
  redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-string-get-10B-pipeline-100-nokeyprefix.yml,sha256=r2TcEUPqry9UTtRgB5Oevfh6uPJunM52IDLCTCNwD6M,1268
68
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-100B-expire-use-case.yml,sha256=l_ez1Ub--e-Of0CEQVahzBNbMx1F1B_okdZOX0DmN_8,1527
69
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-expire-use-case.yml,sha256=Irv8nNBibf61o3jRwy0dvfNBLD1o0HggLIG6HX7nWb4,1536
70
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-psetex-expire-use-case.yml,sha256=6EaLGAP2b46g-ePaYti_5MpyiE9EtfF9kQ3bFCPuVCI,1311
71
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-setex-expire-use-case.yml,sha256=0ALkUtwNKiKyHTndVQxm4UMVD_ZF-MRR-I7tKtE2LuA,1308
72
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-1KiB-expire-use-case.yml,sha256=ObDq-LKVLnfTxCpuGBbzzyja89bldRGwyTWVjSkbZmE,1486
73
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-4KiB-expire-use-case.yml,sha256=YEIYbN8VSjl0IgNoAbzDbbFfYY5DTc8tlQDYP5jdwGo,1567
74
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-bitmap-getbit-pipeline-10.yml,sha256=9-D0lRDDh4bKFBEFWhsQ87vo57NGRuoore1jP4-tp2I,1271
75
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-exists-pipeline-10.yml,sha256=fivAsR-scW5uSbGP4UFepMZAWz-SOajSD2lYoq61zJg,1322
76
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expire-pipeline-10.yml,sha256=txFQ9tGCHHtO2H7afMZctfcxt6q5iiDXKuKXzKNKKrk,1233
77
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expireat-pipeline-10.yml,sha256=omzt1LIsoReVUe0y1ASPDm-FyKSh8IW7KjGIdUYJbus,1284
78
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-pexpire-pipeline-10.yml,sha256=ZiXTNKI6VnOFqzs8wQw_6MAI-Mjy9cajV8ge8S0SrKg,1240
79
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-count-500-pipeline-10.yml,sha256=i_F2Xmym0-NjfC8iKOQgWPqUkm7BR-ggDmsewN4Ieyc,1251
80
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-count-500-pipeline-10.yml,sha256=Z4lW2KNhNPC6_giL3K56PwNvPzTxgJktsiZnve88gA4,1340
81
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-count-5000-pipeline-10.yml,sha256=saJtrORnR7c-OQQ8pE8ajbiLDSzk0LTGIbDZRyraY-I,1342
82
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-pipeline-10.yml,sha256=6pqctTfR5ELtJ1bHxvpwPplu6EwZhtxqOynizhGZznU,1304
83
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-pipeline-10.yml,sha256=2gL57Vptc6NK_AQ8fJNSatN2_M71dLZ3eXbH-d7wSII,1214
84
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-type-pipeline-10.yml,sha256=vTV0TIf11qahdZ28_Urui86glmwzzdjnySAyfUYpI7Q,1250
85
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-touch-pipeline-10.yml,sha256=OmmRpYqnAvnfGGG0ueL4WFz2cJ_9Zu3KS89dMsuSqIQ,1254
86
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-ttl-pipeline-10.yml,sha256=0zEBJbVHvZWrVEsm4yM1wk-LKsnnNOjvFJBOKnJCq7k,1246
87
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hexists.yml,sha256=p2CDth0OfC8vlwZQdJ971QsIMelBb6_w0kKiaqrrLGc,1532
88
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hget-hgetall-hkeys-hvals-with-100B-values.yml,sha256=IjZydQtcxlZUfl_Y6QHXEdFfbucuZX7eHXzL6XitWKQ,1670
89
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hgetall-50-fields-10B-values.yml,sha256=emOxwAw8YA5QhM7m_U6hEnzddJkocRW4dnE5pvBK7BI,2289
90
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hincrby.yml,sha256=8tbM086UF8R-iTftIP5j3a1VukK0Qee8xSJaB_X8z2k,1368
91
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hincrbyfloat.yml,sha256=DgpRvEIBQrR0QzjFhwKe0As-UhPKfeuT52fsIENo234,1388
92
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hmget-5-fields-with-100B-values-pipeline-10.yml,sha256=ZsMR07Wc2qArhlbKIXyk9FNjtK6JBXfGAL2KWpp578g,1512
93
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-transactions-multi-exec-pipeline-20.yml,sha256=X-pYBG4pbt2vPzkxG3NsuaTFgbdUnhyhD8OBJ6RJvTE,1272
94
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-100B-values.yml,sha256=My6AXXVBwmvAjXFK4F5toVo8qEMgSHTvtHOzSnFO2dg,1393
95
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-10B-values.yml,sha256=ycV-H0ppNkloxnjoDWtTYZuF5DhEM3D9Rpis1nyraMs,1387
96
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-1KiB-values.yml,sha256=Jlu_rizjfgdGAie37KbxtqcllV0kTCt7DNWwO41SMPU,1399
97
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-rpoplpush-with-10B-values.yml,sha256=d7MM1pA1AKQjia4q7H2PyjfpJhToJ2bzDSqCQ3vACVI,1346
98
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values-pipeline-10.yml,sha256=iPMuLL_STkIGn44Gh2joKqML3EL_wZmj_kxxg_YoRK8,957
99
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values.yml,sha256=-2C3w8mjmGgmEpY1o-5uRuKDG-57l8YIIoP3L4J0HHY,923
100
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-hmset-5-fields-with-1000B-values.yml,sha256=qi0b5guWHz6_BcHRMPG_5YiC9amAIkLHpkanlBQQ_so,932
101
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-rpush-with-10B-values.yml,sha256=qA7Rz4Z96gurdQmdh60-MJ6RaGatb47Yu2lMoHn_JhQ,825
102
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-100B-values.yml,sha256=QBHDHr_uk0PWcHJ_t3b3jU2_JWAwCttgZczsKSfo7Wg,822
103
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-10B-values-pipeline-10.yml,sha256=GocpTSCSnh7DD7xUDZNOZ2tKWj1Jnp5vm--RqYoYu2o,849
104
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-10B-values.yml,sha256=5asG8qDXP4sgkFJi0wFELs-uLOJmKPMK4f50SYmAHSc,819
105
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-1KiB-values.yml,sha256=tOANiUxAGDZpDjGQmUHycwQ-JtcxtHo4dcuKmE9nzU0,825
106
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits-pipeline-10.yml,sha256=M0ENHxfVLxbMREwGKdm6NALVVEv8zDYuYq24dPIp6zE,2992
107
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits.yml,sha256=GybbQegq44E5puyzPXX3GcGr_msoRNYmcRuXizG195s,2966
108
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-pipeline-10.yml,sha256=8YbxAKlSpkyrXjgzF37lLwjhEYNW5jwb8PhBBMxhb6E,1523
109
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements.yml,sha256=otCAgnub_kRf9spOjzjrVcGFUdvoGgvHN_1PXaQEO1E,1493
110
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values-pipeline-10.yml,sha256=tghL9TCEYPgex_9wEqpcgv70zyJYlS6lQnV3ezwohc0,888
111
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values.yml,sha256=zMCAiSQIHBLNq9EpeY79I4Q8TbybVn1kPtVfSIh3cLQ,858
112
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values-pipeline-10.yml,sha256=rVECWbnvomEIcylhPX9xVU9hBjuKfFKMXofZthfi2ug,962
113
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values.yml,sha256=L3wz-AralGOKprFfgpnJEN1Rcon7m4MzVDitAXKrbcI,928
114
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values-pipeline-10.yml,sha256=xH0eg8v5iRDP5gCc2_meyhy5cnnULnyTZIK3-E8Uvpw,825
115
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values.yml,sha256=cqyDrd-rRnWZ0EXsGQPlWSEJTfO1dGJxpbZWJ9r4MPg,849
116
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-10.yml,sha256=brJkD5NkKSnSGO4wiTSZNrcCuJwzXEEUfak2gXNoqs0,851
68
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-100B-expire-use-case.yml,sha256=lEfBWS-Nljtv_Yr-z3mI4fr3e8Y5SZyR1cHlu4_jfl0,1558
69
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-expire-use-case.yml,sha256=KSir12GP_2fRRcJ6SeGrWTsM_hHq4MSZg7ZmwNyRgII,1576
70
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-psetex-expire-use-case.yml,sha256=ru48XvduvnoG90HKzKEeKpkgxP-fC4lqJNT-zJ_zxUg,1351
71
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-setex-expire-use-case.yml,sha256=hpwyCLFuBEvkYSrNOQ7gcJn-dKw4Jxgo1wJ5QTttyLA,1348
72
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-1KiB-expire-use-case.yml,sha256=_p03KIM8IQdGSwWriJq_A22-SW8iJ4A8qJWOS_nTNb8,1526
73
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-4KiB-expire-use-case.yml,sha256=cZv3mOSvjjwhC-k5M2A7WbL4ZNxMWI5MoRiod1xoDVw,1607
74
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-bitmap-getbit-pipeline-10.yml,sha256=v4FiOKPUrJvAlOWMlqkuTSnYZBvuq-6J4D46DMj6Xf8,1311
75
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-exists-pipeline-10.yml,sha256=JdahMHGcRMoJkpjFHwRc5_2PfahZm-2tnntx2RGxaAI,1362
76
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expire-pipeline-10.yml,sha256=K-nMcUhddpBHbfM8s9Mb9rJWoJ6V37-zvBdWGvOHnD4,1273
77
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expireat-pipeline-10.yml,sha256=FhPrEtmkfXvXVboZyDz0NGev_mMCmkqDwwv60q3RnIE,1324
78
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-pexpire-pipeline-10.yml,sha256=H2jhPTZEyctCX1KrO0_mLC6RzVFrwNtx5AALX16sqeY,1280
79
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-count-500-pipeline-10.yml,sha256=EPcwROJJbXZ3rYmN_CNjXQBX8PduMSgbbD3N_DudjUk,1291
80
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-count-500-pipeline-10.yml,sha256=ooCuzu2LanTSLP5QPP3i9JR2DruSPk2ScLmV390hxq4,1380
81
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-count-5000-pipeline-10.yml,sha256=YBaBo_UNjoDYtK9BOtoH8yGLro-Q4IfWayLkf2ggtCo,1382
82
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-pipeline-10.yml,sha256=453SVWaqrwxGy7sxjutWFYW6nM7x72uZYiybfYGO2sQ,1344
83
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-pipeline-10.yml,sha256=Pw_5EgUiMLWcZD082Zg3BVwqxxgjftFjyg-4uMrgFUw,1254
84
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-type-pipeline-10.yml,sha256=wWwG0xNAzJ7-lYziWcBLL_P8GCPr_2i3c70PiG9cayk,1290
85
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-touch-pipeline-10.yml,sha256=eSfyoOZXDgQz0BxCdFZ515ZY7vzkBu9oQI9UfLs9zTU,1294
86
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-ttl-pipeline-10.yml,sha256=zZtXYhEr6W6W8N1Uoq0RnLfYXII1V0O5Ws3TH1v_ZjE,1286
87
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hexists.yml,sha256=Q0kvcVAeZ94Knpnd5hdoutKR9QfS5T4Yi7F-ygrD1ZU,1572
88
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hget-hgetall-hkeys-hvals-with-100B-values.yml,sha256=zXExoFFbpWiFIYy09yXzxCZ2aNFjlSJJgB-dnk0hfY4,1710
89
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hgetall-50-fields-10B-values.yml,sha256=I0YA4NvPk5j_8gROOsMzc5nNYVe7hf8Dy2ULGgp2aGY,2329
90
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hincrby.yml,sha256=8JM0be3Eyjc6UWqC9nRc4xTG8PqfwCtVpV6OWnvP9CU,1408
91
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hincrbyfloat.yml,sha256=-xljMG9twxL73hB7a9ff_ZUU5j9t8I2Sxya0pFDASKM,1428
92
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hmget-5-fields-with-100B-values-pipeline-10.yml,sha256=KPKf1VtfUVBUtCiuh02I1byr8HrC-UoVU17h7XRmT2U,1552
93
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-transactions-multi-exec-pipeline-20.yml,sha256=RiLYgJEj80uoqyCyM29CST05R1MPwzCrhu_C5g083QY,1312
94
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-100B-values.yml,sha256=A_57tIEEPqg7VE5zxxvnEgE-emswhKoj1PpS6L7UNOg,1433
95
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-10B-values.yml,sha256=j--gKDZRsNM9HrHzhEPx_0G1SthnfZp6YsDRReUotx4,1427
96
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-1KiB-values.yml,sha256=hpZTzHTrePwG-MHw2Q8LENhWplJ3MPwxX-wYJvtWFeU,1439
97
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-rpoplpush-with-10B-values.yml,sha256=dye2MaP9Hbvf-sC_6eBCqlwJ5NqD3y2UtU_1YxCHqyE,1386
98
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values-pipeline-10.yml,sha256=WbTQs5i52Rqp-NQvuYEMGsk3-ll-45ob2CymOEYu-94,997
99
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values.yml,sha256=fDnC3iovQwxMTcGQPuWmH1AXA44Qr69FIpB7Ntq9Lbw,963
100
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-hmset-5-fields-with-1000B-values.yml,sha256=2ZTDO7pk1QyLZUFF3CE8rgGxODuWs7YL8JWB0Ps3zmQ,972
101
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-rpush-with-10B-values.yml,sha256=OUysIIchRcRvJneOGD6qc80PcM6u5Xi0AE2fqHUcKqA,865
102
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-100B-values.yml,sha256=skEr1mCPLcJ9FXn_3a_ZtEn-ZPDB3XKeGk1js65wltY,862
103
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-10B-values-pipeline-10.yml,sha256=ZI1uOt9kbP9ghDVESNnvRiuo7W39_CNuY-x2HWdAlu0,889
104
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-10B-values.yml,sha256=_aioRAPzUOHGfJHNvnM0-MV4gVC38-KYaz9Jg6AXv14,859
105
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-1KiB-values.yml,sha256=Z4S2GNyA1Ekvtb5MLPAIHIfcrwv7e9OVmZslpL2xoKw,865
106
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits-pipeline-10.yml,sha256=bF4uPmgw-f-MsflyiONfZxgHbliShKOCuDMo9gGOx-w,3032
107
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits.yml,sha256=mku6MzwP5FNPCGhVwkLwo02LfrJ5SwZqz4dhkVWYI3Q,3006
108
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-pipeline-10.yml,sha256=3ekRYZjg0e3tjRyOT5-jPczef1IhYb9kOQZuEXgD7M8,1563
109
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements.yml,sha256=IqplOL8a5pXDOA7nSfLZl5IgmrpNkJrbHWqznd7PbEg,1533
110
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values-pipeline-10.yml,sha256=SxjF0mob7c3RxYGzsPtnhTqpQE9Yaemx7zG_a28443M,928
111
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values.yml,sha256=209QWuThMDmcCB00-PFCAvgTOQ1yziJEDj5jkQYHtrE,898
112
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values-pipeline-10.yml,sha256=j6FNY7Law1mvT9IbnMq02PSdMH4_ox8a7clU2gaCbdE,1002
113
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values.yml,sha256=WcjVhxbofQfGGg6IoOYkWQACx_q7mjRb9Z4O1Osp7N0,968
114
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values-pipeline-10.yml,sha256=oAKnIRyOMH1kgwUK3nTFoq8qVumWzR7Z2hHRuwqbZIA,865
115
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values.yml,sha256=VwOrMd7Mb0C3p1YrPMFzzDDj27vhYxmjmHhwnfqh6jc,889
116
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-10.yml,sha256=Cnj-wFP-arxtilxs-J63ZHsRx-LQMvLIuybmNaybxhQ,891
117
117
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-100-nokeyprefix.yml,sha256=fwihTn_VBjfwmWhDVIVOOFu_geAc6zywdBsTpsZyugw,760
118
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-100.yml,sha256=a2aQfMVEltNIJE1AhoHRfyBeCGYytgOFiNRWaPAYoEU,853
119
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-50.yml,sha256=WgY5VTpHdQRiLUjpr00kDCUfUnjCkyNK0vIRcKHQb20,851
120
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-500.yml,sha256=AGpbIhah2SdIekzbDJAs1r96DihoQC1TldDVjy9TLGw,853
121
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values.yml,sha256=ZkKlIvpJx9ijDeN-B732kiBD01vLY2ZyPR6zBgHbbwc,792
122
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-1KiB-values.yml,sha256=dB_hhfXhdj4ifC7IyvwxPWgc8K4_Lv9OCBT8r_Ci-Ws,797
123
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-20KiB-values.yml,sha256=3iTTK8VUTvKhzfYXAzzlraZR1ti0K4YOqEvG5IWV6b4,852
124
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-listpack-with-100-elements-double-score.yml,sha256=hu-4qkQaW8SvvhZSSX31izZVxRsdpTaIwEL2X7gvKXc,6441
125
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-double-score.yml,sha256=-OSRPCG0iQczLH88WE7T_JhEvbYO2c_DWJ5OEwZRFLM,989
126
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-int-score.yml,sha256=Sv3kcKbmqJqCfpBvZO9TKF8HWW0DNT_AuEjUR_DQ_mM,913
127
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-append-1-100B-pipeline-10.yml,sha256=_mGfqyMhFqbH2zxZz4Ehs2ma1t6HcfW83em5py94AIE,1380
128
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-append-1-100B.yml,sha256=9XhRdz_iwr2dQ866RII7c0A6cb05E8vfoj1RneEmnIY,1350
129
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-decr.yml,sha256=wXnfQ5dc4n9D8KEcg_SAzGQ5VzrrqBAmVIlVcFm2xcg,1260
130
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B-pipeline-10.yml,sha256=-nx7pqjz34qe2nLE_zjLFX7DQksjLX7021DVSn5JCHg,1207
131
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B.yml,sha256=pKKjk4XjDLRgn-BU6efwFJpkgJenSjb7sa8KkG-99sE,1181
132
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-10.yml,sha256=RAEIayVWbyoz3A3ycDal1XXjpaFnJHQ6mXSOZz1VMVY,1218
118
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-100.yml,sha256=xki592Zfp2kd3DGNOsAqKhtN62vHkJ7ORUwqglVghJ0,893
119
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-50.yml,sha256=DbxGBWcLLh9sHZMQ1e3i0VFLbJA3hWTHF43RkdKWZE8,891
120
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-500.yml,sha256=kRGRZmTZrF2oAffRTpHoVIG9AwFnJ3Vi6dVHsJNTrFw,893
121
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values.yml,sha256=4F801q-3uOx3kroHvyloMVUveYc7W6lx84l2AG5uGBo,832
122
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-1KiB-values.yml,sha256=ZVAFuvHKxgl-8mmhDuJPxM3WxXQ1zMFVFurMenGg7P0,837
123
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-20KiB-values.yml,sha256=W3QUyV9ZrcpatWM22lzcMliVvW9iQnxr4NZG1cwhIlo,892
124
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-listpack-with-100-elements-double-score.yml,sha256=BaCFahAt2pIym85R5V2ZnxioZohJrG5sMLXyKebMJQ4,6481
125
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-double-score.yml,sha256=TmF1Po5Pu_ORgZtggUiT-x3UqOKDgYpXweQg0wkzSzw,1029
126
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-int-score.yml,sha256=_f_xhdfRIwHKRt1_OXfLe52FK764CQG1PeI5wza3dpc,953
127
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-append-1-100B-pipeline-10.yml,sha256=besLsq88q2K8tPWGnQp1dSy5cGz7sY5a-ES2NSPOVbs,1420
128
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-append-1-100B.yml,sha256=t4RE_GmxbxAyVdfyGnYLgatpzOmQX2UhYtTlC6vabuc,1390
129
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-decr.yml,sha256=rvnSw-dKaO9mPvLUNBDUsb0Tt9XMxTzDZeHSHlI57yQ,1300
130
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B-pipeline-10.yml,sha256=jPONLXZ0EUTqbab62l5hGul5vEU7r51Vkj9VuC38qyY,1247
131
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B.yml,sha256=jcBRw9m_4LNa-IkQQDaJgELHNYyvt-caoLGb0yBqhrc,1221
132
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-10.yml,sha256=L6SJz17QKiscX_oRH2eiqvpzSzIdTyie9Ruayw786-Q,1258
133
133
  redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-100-nokeyprefix.yml,sha256=h2DHCWSCYqY6OuZUAt2frJEFlgzrEcN-nbv_aRasCK4,1181
134
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-100.yml,sha256=ms2SNo3xk74cphyG0md7Gq_WN3nJ1lqs_iKgTayIOq8,1220
135
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-50.yml,sha256=xudPa5ORsZtcXNx6T-at3LnLXpUkwEZMcyAv8MbSwn4,1218
136
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-500.yml,sha256=6X0UCIPFBqXCoh-mC2dByLPjFQyBzJmh8a-rAQFINuc,1220
137
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B.yml,sha256=prTKiRsSrNtZs8sDAmrrUSjjlypA4vIB-jQGOq_G87I,1187
138
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB-pipeline-10.yml,sha256=6-Ds-PTgrvJA1QPG6cEWMyxmXweBygRhxxNvj8tg_Nk,1209
139
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB.yml,sha256=4FxxZTeWXVfHP91uZXtpFUi11FrBk22CJHn2xl9cmac,1196
140
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-32B-pipeline-10.yml,sha256=FKVfvzI8NbQP0wsOe70SqBSNe-6zAVr6WxRL6R_ZTRs,1135
141
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-32B.yml,sha256=SJWf9UOZK3PqMa-FlgaNol1JlhyMsqVjuOjnVIk0gVI,1109
142
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incr-pipeline-10.yml,sha256=_9OU9vv9aGAp91wvyfh4RckAOV81rDXcUwxmknUCAV0,728
143
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrby-pipeline-10.yml,sha256=A3vQ6oc5iPsV-iLPbm1M7f8b9QQJZbJWkmBnol8fJ0E,738
144
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrby.yml,sha256=lzv4JxA2lRqNx3lk8CQZKqF0YpWglYRjnsE-uBROKnc,712
145
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrbyfloat-pipeline-10.yml,sha256=h2YfMAOdv6VkEEyeubQsfwBEPtwVzhRFbzz1OUCJfEQ,759
146
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrbyfloat.yml,sha256=sCPn_d5AAtg_QttfKEJz0hZgmRy5jmdFbegjKPSmL1Y,733
147
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-int-encoding-strlen-pipeline-10.yml,sha256=39TglMbtokYHWN36YMriuUYTIBouB_IoUEEm2T_o3Fc,1254
148
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mget-1KiB.yml,sha256=BjX32C6i-73sDL0ESefmIxqqKYmSNpHb4pJ4JTLmRb4,1245
149
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-expire-pipeline-10.yml,sha256=BynL1REs3rcU3lGxR8Uj2xwjSqocn_yH2HSzBu1E644,1444
150
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-expire.yml,sha256=Bc_wbXxn7kXTe-mt6_EtT6TJEZAJWqwq1tN8_E3Uof0,1404
151
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-pipeline-10.yml,sha256=_L0AhVK8530GfsZFPL8CHjLbyGdGKFSlufzPukuRwWk,1312
152
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B.yml,sha256=r213bEsb_7b-ZdpEpC1TVS6k-h6ncsEHuMJz29BPZLg,1266
153
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-1KB-pipeline-10.yml,sha256=q1qO65jbEJhKeefLm1qGdX0Cr_osaHi85zcIfZSN3I8,1267
154
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-1KB.yml,sha256=jvqj-C7raTuyRzsqp8igLnDRD8BGmcqT1YFqngRfvEM,1221
155
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-32B-pipeline-10.yml,sha256=ujSdzS_gPZrXMO1OC-5WAJP1q-MhhW9Ic190cQ-t5v4,1306
156
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-32B.yml,sha256=VNi74MGSykl3YFwC_Q_fUvr8Ge-wPXmsSnEEd14nstk,1260
157
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-512B-pipeline-10.yml,sha256=QBduC7Ku71jffumIoSAhIg25-59rcHr1D7wkN0XsCx8,1312
158
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-512B.yml,sha256=88jnIIoGmx-pDYx8AF7jP0iWR-4Id3KG4vkL6envzbQ,1266
159
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-with-expiration-240B-400_conns.yml,sha256=RFm1JcKa0y1--xuLR_QX1B3SqJDr0HfQ_Ya1gJlN1Gk,1503
160
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-set-with-ex-100B-pipeline-10.yml,sha256=MoX2UnveliJ2xr7Lot0N97bi1wqqg0BKfm5IIyJbxfc,1254
161
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setex-100B-pipeline-10.yml,sha256=gNkQx3FWUy9Kz2JU79LfYqZiCmOSi3pslSowYCpmrj8,1251
162
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setrange-100B-pipeline-10.yml,sha256=6usRxoF3J_eiI94GLujdUeSSjpi7zfBnHUyCtMa3wH4,1283
163
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setrange-100B.yml,sha256=5DehgSM3Y9r2CrDThs7EzyqdEVQAjjVUN_VlWEsTeGA,1257
164
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-100M-bits-bitmap-bitcount.yml,sha256=U1eabne8iIj3tqmZG4krVs5R90fmjqAzWZ2Yn7hy8fg,1452
165
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-1Billion-bits-bitmap-bitcount.yml,sha256=jUEF0Sk9pA7MJbZIIcuCSm9HUEDyNJqyjAhpXrYjTJA,1479
166
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-2-elements-geopos.yml,sha256=uE2rzM3duUMBlQDEydNPs17QU-ypEm7VO8v-t404xK8,1081
167
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-2-elements-geosearch-fromlonlat-withcoord.yml,sha256=BsXHvmaS8-rfvEKQ1fNcL2qtwTZQRnfixMNgMF2Wpo4,1246
168
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist-pipeline-10.yml,sha256=xsRZ4fafdBrGp72iSdm3kKVbT7RfpECDUTuNMFmIJfI,1016
169
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist.yml,sha256=w2XxFHl2OzP_U1_6w4bQZoGBgdg_1_dYRWzeyW1zNbs,990
170
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash-pipeline-10.yml,sha256=ppnQHY0GRnsXESEb-gzXg1GpWU_XLyn0rNOlHGP-phc,993
171
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash.yml,sha256=mOajZZuoX7OGZ9x4J4Q2oJx90-mz8xNT2rxyivStTxc,963
172
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos-pipeline-10.yml,sha256=ld4g_y5a1NG758QVWsqq96x_C2-vwto6_D59kaGt9lw,989
173
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos.yml,sha256=6FPsKEiE-H_Nwz4qiOwUlIzRcoWEkzqrPHwGZiGYmTI,959
174
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-bybox.yml,sha256=mixqYWg_XNuxQevR_k9VKRYi70kQUMxSOQPLU2nHVRM,1086
175
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-pipeline-10.yml,sha256=QBGVZUlgP6CUCUpjpY8a3lLiP73FtsZ3KoycWfKWXBY,1106
176
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat.yml,sha256=4zEhhq38fPp-3CwHyBsM8Gf7XGvxvhv_YfZadrgnmis,1080
177
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-1K-fields-hgetall-pipeline-10.yml,sha256=K3sn6DHWeDZ3vD_7tXz2Te7YN31wi8Q739KiHy8hfNc,22806
178
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-1K-fields-hgetall.yml,sha256=_vIxw0J3aoeZ0VMIFamb25srdSzNrq8cZHjtscsu6ZQ,22777
179
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-100B-values-cursor-count-1000.yml,sha256=1IEsQHQULYrUmvvVGxXRbDcHDAKeZNr3ulFnoxwKgiE,21843
180
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values-cursor-count-100.yml,sha256=XxaQW7n6z3S4E77ZKkrrsgdCNH01-YIb_-RSMKOKii8,21836
181
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values.yml,sha256=iznxr15g_Fbui8T1kvgYLAQWHWSgDUL-SVW-MOE8S00,21752
182
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-50-fields-10B-values.yml,sha256=yB4O2rvX7OzfWeoerIQpXHSLbN1GOIS_cn9EDtHXLlM,2331
183
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements-pipeline-10.yml,sha256=x5dxG5Of4lprsoQ4J2xx-3ogyZUeG9BACNDPYngCjOM,1084
184
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements.yml,sha256=V2_RJAkkrX_A5GiGtHd4TFkntz1v-9sq1g824qRYbIM,1054
185
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-int-7bit-uint-lrange-all-elements-pipeline-10.yml,sha256=E8-Z83vf8ZUIThEqT-xl6TKJ8r2TPyvGKTKNp1QGNgo,1611
186
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-int-lrange-all-elements-pipeline-10.yml,sha256=gfO5U8I1SSy_ooqiyYASuYGqYw-s7CXe5jfh5etEE-o,2263
187
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-llen-pipeline-10.yml,sha256=uqFWozEZfzicn2Q_5yyqPsJ1cR0Q4VKMMl8hQoZoWt0,2270
188
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-lrange-all-elements-pipeline-10.yml,sha256=ASmxZ2qIsP8L2V2XSad7FDyOaq_REWuqIjnMi1KRHxY,2320
189
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-lrange-all-elements.yml,sha256=2BKI997dIstzkJry27tw-97jI7mnWyI4uZ3vkA-h-Ks,2290
190
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-integer.yml,sha256=9OCDxv0V2R08JDrcTAgQ5gk1xW0mHN2eXH9XxxJoWcU,1235
191
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-string-pipeline-10.yml,sha256=ZUbeJ4LPY9xWRBTVGl5rld-b-eomQb3EoEIRnW9xQN0,1264
192
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-string.yml,sha256=-zA8pGWJpXE096xP7TJ2tOn3URYfCmp8m_stulEuTjk,1234
193
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-linsert-lrem-integer.yml,sha256=y1pZdo-4JaG0y1x1-rHET9T21CYBLDBk2tdhkPxDgdY,1444
194
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-linsert-lrem-string.yml,sha256=1rfHYyOBUVSyBHe5MPJdN0F2r65NRlABZBSftl6ApPs,1468
195
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lpos-integer.yml,sha256=i5otY5v4tH3C5syRuy5gtryKl8G8tSWw4v-xIw1OJO4,1227
196
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lpos-string.yml,sha256=LAzbWNjObSNRiRuNTZRQbD11pim0ni0nXua0TKdt8hk,1233
197
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elements-lrange-all-elements-pipeline-10.yml,sha256=5dVye24h4sG4fWejfiz0cJCOEb9WKr3m3zNMFSoV3Fc,14612
198
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elements-lrange-all-elements.yml,sha256=rexOiDEb_4UhICpoC9jrHcLRRpItFqT-mXWHeS0tcY4,14582
199
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-2K-elements-quicklist-lrange-all-elements-longs.yml,sha256=c7QohDhhdL3UCXmFvyfWixf380YV18Vb-0A5u4cAuEU,19639
200
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-hash-1K-fields-with-5B-values.yml,sha256=4HGhvVu0A2etqqmFBxxSIuz7rfBwYCSHYk19rKCyxbM,22724
201
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-zset-with-5-elements-parsing-float-score.yml,sha256=bBaU7Ui8WcZcqVzlLQK7pQSHsUntVgH97wMe7-1LZQY,1155
202
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-zset-with-5-elements-parsing-hexa-score.yml,sha256=adiRy6_CHB-5sC1e0zKgid3LnltazSy_Rjt6UM7qxlM,1336
203
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-pfadd-4KB-values-pipeline-10.yml,sha256=xbuzCjNeih36SGQyZjPpmPoZBqD8M0as1k_Tu0-0nBI,791
204
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers-pipeline-10.yml,sha256=1HVE8Hv4xX2nMtK9xReiCzcKdQN4fO2chq7p-zC8sSI,1062
205
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers.yml,sha256=2ocA3-g83DX8_BeQ9S6H7UhTrl4dArGC_H9jQvwAfE0,1032
206
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smismember.yml,sha256=JN0s2aQpGXJPyjDOkbivoI6__Tn5EICBOk9NPUcFYB4,1113
207
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sismember-is-a-member.yml,sha256=3fc-V0w1IKB5ir_uBLze7Yh4nD_7trfMSkPahH_NHng,2305
208
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sismember-not-a-member.yml,sha256=RQ9igieXKM2DMhcEkk7UZ_QPsQ45Em-pI_S_ecKLz1E,2312
209
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smembers.yml,sha256=xigC4iJkQU-GlZpsv8QhfTUYjvDg_Lpg_XC4P1Egd0s,2264
210
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smismember.yml,sha256=b6Wabi_FB85LbPx5TgED3MRmwJ_YHEIpwH84-7G_nVM,2353
211
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sscan.yml,sha256=VUr-Q9C5fhC6p5hM7tj3kYMpDvMpzTffJQfnS9-b-XM,2257
212
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10M-elements-sismember-50pct-chance.yml,sha256=qXC-Zzs3Pb-pQ6fT2GqFI9P7vuzgl2vMqptcP2T4sNg,1230
213
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10M-elements-srem-50pct-chance.yml,sha256=0KWke7T07f7tb3HXq1JE3TpXYjtNBRjAjY6Z3wKQ2ho,1208
214
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-smembers.yml,sha256=SHkLu21JlVyQZKIHLrYh_1JWmkjTGlp_EEBNEm3YIMw,14556
215
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan-cursor-count-100.yml,sha256=-do70jwdseVy8DZA9BvM5PbrJjqxrstNOVXjfI8Jix8,14656
216
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan.yml,sha256=Da36XsN-px6TFySV0QBJfXYCq1-ITb9bXe4fj8kJaRk,14546
217
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1M-elements-sismember-50pct-chance.yml,sha256=PBiE46jtKZg9jbtrKFaMoaV7dAcGmhyJLBrcPsO7bmY,1219
218
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-200K-elements-sadd-constant.yml,sha256=cKgzLN3W9YMvm7mTpCKWmC8z3WYgfdG7ckny6cGwF7M,1312
219
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-2M-elements-sadd-increasing.yml,sha256=MQlATT7dDVGevLvGRT-NynaGBogQPLFTJsdCnsxZLic,770
220
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zincrby-1M-elements-pipeline-1.yml,sha256=lP8D1ToNlln0UPkg2QMCMW6BOSSr-elQIZzqru63gXM,1284
221
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-100K-elements-pipeline-1.yml,sha256=Fn9g2LqfwUO2KSD8WschUEiI_uLuAlfVHNw8UTBJl0Y,1257
222
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-10M-elements-pipeline-1.yml,sha256=_Eko6yj_1SxKdt5eSwo6LTYUJtIObBPEf6csy0kBaV8,1268
223
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-1M-elements-pipeline-1.yml,sha256=1iE0Ng_b32D3hoAiEAiq6ztRnoa2yRJls7AmteH3ktg,1251
224
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrem-5M-elements-pipeline-1.yml,sha256=S7783XOV2gLhQTFgsS5jX_RXKCutcvrPRhbIf_Nt6Eg,1880
225
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrangebyscore-256K-elements-pipeline-1.yml,sha256=2iL_VmEg8s3rMaHmE6rIjL7kW9b18tVOcsbzDHZHg0A,1293
226
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrangebyscore-256K-elements-pipeline-10.yml,sha256=FsGY2vWYXnoiwRBSVc7MB1EI7VQFAvKDholNZ0dPzQg,1333
227
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrank-1M-elements-pipeline-1.yml,sha256=00lo0k0qaYr9anaYU6xJBoxWwBFS5Ao6yBbJtS17lbE,1263
228
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-10-elements-zrange-all-elements-long-scores.yml,sha256=uanZhevyW_amZESmqbizUBmrnNXRPzFVkWNDgitiSoA,1329
229
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-10-elements-zrange-all-elements.yml,sha256=7NaWJSRVL8KCmQ4tGfOhoWFy7KQ47ofm9BMlWZfrATA,1267
230
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrange-all-elements.yml,sha256=0IpmBnScbmv0tB9xbgDj6NkAzW1J1XeUg-8QJNOvj9s,3537
231
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements-long-scores.yml,sha256=R0K43IjhAaW6aPhOE0iCoCeXMBsCJGNv0GOD5ZU89Gw,3580
232
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements.yml,sha256=2mHY4d7cTxsoUGRFjqyjLT0Re6wCbVS7AOMVEWz3oM8,3548
233
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zscan.yml,sha256=Uo7WqSFJ-xeuPoorn376pN9OC7lIqRxsuCCvUf58w-U,3496
234
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zrange-all-elements.yml,sha256=76rtYk3tlgbOghmfEYBAD5K5AK2B8Qvdg6Hs5MlwyMQ,26110
235
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zscan.yml,sha256=ET6rBp52Jpm0tqJ00xwSzsYWANJkIJyf74tR9gMXeDc,26079
236
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zcard-pipeline-10.yml,sha256=qQ8kCJ3fzB7sZOelDOfeuR8vvHVxHvsC-E98TC00GFo,1172
237
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zremrangebyscore-pipeline-10.yml,sha256=FDBXfizWtwIgbDqfsyWD5uFboxZ7uX2NtIHnySZk_-4,1336
238
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zrevrange-5-elements.yml,sha256=moS5_FiUAX1wZo84xSs_SkGb5p04mzB3M0F68GODD_s,1285
239
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zrevrange-withscores-5-elements-pipeline-10.yml,sha256=kS8ltewaIQOF4Mq11Ws-pXCK3528pdSjB1COJPQLinA,1337
240
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zscore-pipeline-10.yml,sha256=a1m6IZvZWRgRYVcxtsDNeYKZ34E_0AxRpjfj_PTVGTU,1202
241
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-600K-elements-zrangestore-1K-elements.yml,sha256=04QqlRC-UdVo-VUQ9t--4GOD56uA7LtrupEwgHRtuSQ,1343
242
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-600K-elements-zrangestore-300K-elements.yml,sha256=kyz5BRijHrnuDgx6dO-lxyRjZ2PTMsu0s39rYmn0pFk,1507
243
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-listpack-zrank-100-elements-pipeline-1.yml,sha256=vVmzf4klj_M_oDT4oIePU-oZJLchQG2rK2pXvXH8dRc,2124
244
- redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-eval-hset-expire.yml,sha256=OoFdao85NqWLU-z723WoTPpcTvh_u5uTLRDyoEFVNwg,966
245
- redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-evalsha-hset-expire.yml,sha256=dKxDHp_PBpizLRDBqbIh-0CaPGr-ZOczDoXWfsMaqxQ,1042
246
- redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sdiff.yml,sha256=i6vmy_HKL2KT92Nvuv_Xx9W36xqLxPfb_a_krCxvk0A,2646
247
- redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sinter.yml,sha256=XA84ZDli6U_Ut2jROKycFvRieETVRiOkWHvQ8YruyTc,2652
248
- redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sunion.yml,sha256=an9uFCgdoQpUPsT6CRhRMixzHtJ0RyGnaMDNL9HfKeM,2646
249
- redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries-pipeline-10.yml,sha256=WB9bxb4mrLOqzVtoC_NzIJP13Y1ostwzbNOrk4-uHRA,1255
250
- redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries.yml,sha256=MdGv9Al2bQAf6YeIoF8z8INlSP92aMlFf3P83QHLeTI,1229
251
- redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elements-skiplist-encoded-zunion.yml,sha256=eJEZHpDOzBfTzWd4xbX-Ju_UaCjB3kUUekcn4GN0dtQ,41188
252
- redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elements-skiplist-encoded-zunionstore.yml,sha256=75iFwuP62gh3rGwvl6TniE3-uUcK-kG4PKvrT9ARkLo,41228
253
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values-pipeline-10.yml,sha256=dl97_lHIxFoh9--M1H7d58mHZEfaOiiyIr0hx5ABXmo,999
254
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values.yml,sha256=TByNiWbKOyf6Anl4IEe2fCll1oa3MJ7AZFmrOAW_ENU,973
255
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-400_conns.yml,sha256=wHoA4V8B8zUFAk5aITQcbMExoIFg_uUSY_oJACI7SpE,1404
256
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-40_conns.yml,sha256=3Z5v32jdaLln0NtWtW64AHFQ4130Uheosg0G7oBa7o8,1401
257
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-2000_conns.yml,sha256=KEH-gOVH01MRHl2n9ZCmI4OuHPcdCNz5fbMJvjqFDpU,1436
258
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-400_conns.yml,sha256=v2S24IIYY1dDsVwjiL20svIZhzeUGCqcWwyVn4FB4GY,1434
259
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-40_conns.yml,sha256=UvqcXH7RoLJxL066HRk_80zfXtVuxUw4dZA9Rej6-fw,1431
260
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-400_conns.yml,sha256=yLefFYK0dehQyF5WiEMxS5ImeLm2G-W46m_Xfaz_78o,1414
261
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-2000_conns.yml,sha256=_y5VmSi-vw9ge0kavYJ4QgrGmpBsn9hA0Z3juF3s88A,1446
262
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-400_conns.yml,sha256=bvwXKHdazTxMIUpzT07OZ2uOf2iEAii_0KFUO9B_Xi4,1444
263
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-5200_conns.yml,sha256=kYw8mbe2Cxw8ZNmhuvWrCv4irnnWlYY3lUx5Zg2Y-m4,1446
264
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-50-50-with-512B-values-with-expiration-pipeline-10-400_conns.yml,sha256=MVXU_UlQzkayyKNiJDAsGLKycfj8XtrMDQbllb4Tw8Y,1317
265
- redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello-pipeline-10.yml,sha256=fiMr5jVQi7WDwLXClJzvpBIDb6FGPHVnnnMKPfpICjw,737
266
- redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello.yml,sha256=q1J-1FMs-frUDheq2ylOLTnVORdSRjMySFDljMcnKVQ,711
267
- redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-connection-ping-pipeline-10.yml,sha256=AWzqZRELBHh-j_WIUbZWvexhto2aqdTLcL0awnskZXU,683
268
- redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-100-subscribers.yml,sha256=j3w7rhzRmDm5MVvqXrp_b-StxpWcjlDO1AgEBU7jG5A,1133
269
- redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-1000-subscribers.yml,sha256=oAF7A9arrWNfI3FXxQk-tGkkht7KPYK8_iuqny7LkqM,1135
270
- redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-5000-subscribers.yml,sha256=fw0Pyvr3K7EAKDU4uU6PJ9HsrIJNehiUcGCssy4cfbw,1135
271
- redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-50K-subscribers-5k-conns.yml,sha256=mh_cAomSjsU4WL2l9gt0dhyWdSwfXTrEZgnRz6gzSQE,1144
272
- redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-publish-1K-channels-10B-no-subscribers.yml,sha256=zwb27Jmg0mwcthbmdUe0KuzqRzAPs7OHcK2gc9-5VBE,779
273
- redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-server-time-pipeline-10.yml,sha256=7G_J8kUFay7jXhZvsZK5jvVHSLZvhMV0uuDMkZBbeSQ,675
274
- redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-caching-hash-100k-sessions.yml,sha256=ASQVpVvqwIRFmQYVI8xRf-mvg9nZYYc7ps6259Jb7gk,3600
275
- redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-storage-100k-sessions.yml,sha256=FNy157KK1Vmru9xervxuu_A9qOqzwrq9iRLUVJRWiRs,6950
276
- redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-storage-1k-sessions.yml,sha256=W6HnNaVhm6qcoEuwkT1Bv_o9hV0r55W58NLKwtlsjhM,6944
277
- redis_benchmarks_specification/test-suites/template.txt,sha256=d_edIE7Sxa5X7I2yG-Io0bPdbDIHR0oWFoCA3XUt_EU,435
134
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-100.yml,sha256=qaGAeMWvgD33vjJsg6Di8l-e_5aiIkN4jyFoiyOZPRQ,1260
135
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-50.yml,sha256=55S1CEtzyC2wMsFa2oCn2WodzbgJi6sRyChcjzjX3C8,1258
136
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-500.yml,sha256=6DhSOGe6t431SzRG-g-IpKrd7xSvmNcEFn9KZ4JcEx8,1260
137
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B.yml,sha256=U1gdDk3YAlFDXxWSao9Et2lPiyr00Y89skLYcur7fHw,1227
138
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB-pipeline-10.yml,sha256=QyfiEpQv3gyXuQmrIqI9fFkyZofKBQJXO0BjZND_Tn0,1249
139
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB.yml,sha256=9_SN9iIY4mg59jkSvr3NIOBxvV6dNlpJi-KkhAvl55w,1236
140
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-32B-pipeline-10.yml,sha256=5ElRH-UYXFp3EiNvZgxMuEQwIYMknV1NIYCaJi5FLv0,1175
141
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-32B.yml,sha256=2fqsZEJTOsqnS6e3_pvWzyC9DwLRcAKr4Ad6VqjqVw8,1149
142
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incr-pipeline-10.yml,sha256=kptiN2vtJeBhh5FnPl2eDlpceFeg4lgnPaB4DrNYX-A,768
143
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrby-pipeline-10.yml,sha256=r2IFir42_riV12ok3HDhqS1g6p_qrsQN9dDWzlZkWaY,778
144
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrby.yml,sha256=T9Y2AkVevePINCZe9UtyTq4x-kEyWonwGDBeGnWaLxs,752
145
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrbyfloat-pipeline-10.yml,sha256=ZT1VpACHAVTOKcyVNnL7tW7Nl8wrHmrhmHvlAsOmzkc,799
146
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrbyfloat.yml,sha256=JYz9GNitPT5VMqgM2rXX8tSNF1rwdvrOHItMOMf48P8,773
147
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-int-encoding-strlen-pipeline-10.yml,sha256=HbN0FxYiTzWF5BWVd3kpZOIW3gu501MlCkB6F5qAq0E,1294
148
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mget-1KiB.yml,sha256=AU7FKb8nf6PXVY-2fCt5Bj4sT3i_fGYD5_nTG82G-v0,1285
149
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-expire-pipeline-10.yml,sha256=2pOMxE9_ly5GSLKOuoxKzYinX2Led24JKH_7VG4yu8w,1484
150
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-expire.yml,sha256=dadAGFTWkxJ6Ia-lifMqy_Ca9I09eqdeHc0iBOqau88,1444
151
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-pipeline-10.yml,sha256=yAPlxUZknkw50cJYgKe-24vkuKbH6QrM8sq26HjhIoM,1352
152
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B.yml,sha256=cedHGju75OCrt2FryhIQY9y366cyQ-N-rgid0VCxwI0,1306
153
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-1KB-pipeline-10.yml,sha256=xaCGfExK2Nw_OUGQahZ6s-87la5CSmxZjBGvvdkF4yw,1307
154
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-1KB.yml,sha256=VRuxLoK3ZKTOySy-0WaGP6LTabXVtA6OTL41u2Jbuts,1261
155
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-32B-pipeline-10.yml,sha256=LgAlBzypasbVIe-6h3-i1hqASZGWx6hea9fY0e1gv58,1346
156
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-32B.yml,sha256=pJT8YzAx0x5Oy08U2rXN0YobtZTKnDYCBdGle3f24gg,1300
157
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-512B-pipeline-10.yml,sha256=92wlxHMyLJr_6EVzpJqC_Em9tqunCdK4yi1FELYAiZ0,1352
158
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-512B.yml,sha256=1gtEElqya9VjqLiX4GD7texP79pCkufxWayRlZmUxJ8,1306
159
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-with-expiration-240B-400_conns.yml,sha256=T5T6dDKKTW3n0vr8A_b_Dt0KQXWUdRI-KS-KuSY97CQ,1543
160
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-set-with-ex-100B-pipeline-10.yml,sha256=LY9oym791yRfPdYUaSjcEmfGO0kwAM7jaEQNpYsWb9Y,1294
161
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setex-100B-pipeline-10.yml,sha256=hQSBvFwyc_AdddOgNT4SbRHY0pJFbwrvccHUjmWLohs,1291
162
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setrange-100B-pipeline-10.yml,sha256=o4sdmqjBEm_A8VZ0SAIWpaoPnusiOzagp1stuVXDppI,1323
163
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setrange-100B.yml,sha256=wqdFmWBx5pTIv23WSmnbM6XGoLfkSrr0FBDNlRj7vQg,1297
164
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-100M-bits-bitmap-bitcount.yml,sha256=kNXARtZOWR7wdU3ONpVtnpQU5erPkRmI1CyLzdJI6Ys,1492
165
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-1Billion-bits-bitmap-bitcount.yml,sha256=4LQc4quR7raX8HiDIB2eI0cTpzptLhF1GHH7gnlCPCE,1519
166
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-2-elements-geopos.yml,sha256=vFVbIKCKBhrxLjylb1ecBeO2ibjDN7XspMOZuihgEag,1121
167
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-2-elements-geosearch-fromlonlat-withcoord.yml,sha256=dZu38w5lvRqILRUbe8hkgiDKsRnuJTTM8D4LjwgkVls,1286
168
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist-pipeline-10.yml,sha256=2PpM4sVuvHUmjfe7F__JbUhXLXMgOlIMqqIFARSYJno,1056
169
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist.yml,sha256=VYEuVHTaW4BUrdE6ph8Dk0yJ6_LlAxCL4GvUOJXcNtk,1030
170
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash-pipeline-10.yml,sha256=A8t9591fjxS9COwDftIye48zvmhVyxSXCFA6vpAbVTc,1033
171
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash.yml,sha256=8HVqUgwBYO6pg6qTflWli8YX-UtyauZJcrkaZ9q6pZs,1003
172
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos-pipeline-10.yml,sha256=B0jgi1sF0_lu365dFBtqX7trcaVGc5w6cPO-1NF4mko,1029
173
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos.yml,sha256=7FfDxIQaC5nhTpU1K2Fv8zwyDICcR-WDqy-IvB1XuDk,999
174
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-bybox.yml,sha256=uWpbj3sSg7XV5pyRuQTinuSN8CE_Y78_pc75cVrqHMA,1126
175
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-pipeline-10.yml,sha256=OBgRAd2V0wVjD3IhmFP50k6WKWqgMh0aThJmsPbqP_U,1146
176
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat.yml,sha256=kaL86LMBF0JUk-xjmrIDNe1bkd8lKW_BTZhI0wukqSg,1120
177
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-1K-fields-hgetall-pipeline-10.yml,sha256=ztnkx_uQqNkZDgcJ2DvVG3Edh2ObCVXk_iTzsEmqBIQ,22846
178
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-1K-fields-hgetall.yml,sha256=gwjmJLbEETejmtaSebs5X7evHKQKsYYtAW_sUNWt4Fc,22817
179
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-100B-values-cursor-count-1000.yml,sha256=m4_50NMCu2-yAerneKAJC9_vvBx-d94ZJ5pu8m000Ko,21883
180
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values-cursor-count-100.yml,sha256=safuKa8SfaiR9MQwnwnYNDFNBBiPQJKPy3fNn_mWlZA,21876
181
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values.yml,sha256=DdBOYQay5h-goQJnID9G8P0TV2bx7FOR5yAjKv-wCeU,21792
182
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-50-fields-10B-values.yml,sha256=NnnmAKThaev_CYGgWs6VbFP5qT-JSeO3g8r8TpZBvB8,2371
183
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements-pipeline-10.yml,sha256=HahqpgjeTZebO3d2zeVD7nxCHSHUoouA28N9eYL2doU,1124
184
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements.yml,sha256=QupoMn_-umDCGg7L6oqsSizGjxbr90bduaZsjGuJLok,1094
185
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-int-7bit-uint-lrange-all-elements-pipeline-10.yml,sha256=NJuFliyADgOGsmv41LP1hDAmEklUnjszxpQqFyelbq4,1651
186
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-int-lrange-all-elements-pipeline-10.yml,sha256=zc-oNsTuTwG3PuZKcximiQSonyxKUe8_AsD_Ce70jCI,2303
187
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-llen-pipeline-10.yml,sha256=Rg4AoxDuYPr49X9kyua2gzktB_tg_NLnKeIQwbBSsuI,2310
188
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-lrange-all-elements-pipeline-10.yml,sha256=O0kQAmrQJVhT7L4b3wdMBBgCf-XeD05VK41v8gO0NhE,2360
189
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-lrange-all-elements.yml,sha256=JI0UyECzhUKx43iWb9HH0awqfj2Y8sKvOP5qQ3VZ3k8,2330
190
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-integer.yml,sha256=N8-jEiSbFkTT-Bz9X6r7RpEfqSajA0HkcH0wbjnaRE0,1275
191
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-string-pipeline-10.yml,sha256=mF0QpBEHuET26lhwk-kQmi9t-gZx151xsUkXnoTsyuE,1304
192
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-string.yml,sha256=AXHCt1Kqvf7sYKKhA48YVh3qNAvj8edR6c7ZqmFYTG8,1274
193
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-linsert-lrem-integer.yml,sha256=WbE5WH6-565q1UXnrDHQV9J--cGrL4aSdlyKwSSo2mI,1484
194
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-linsert-lrem-string.yml,sha256=dvJk3trvN9Z-LIdprZZkercJ78d14Ceh74fGyEbdb5I,1508
195
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lpos-integer.yml,sha256=cgkekfhPIGVLtGf3LvdFUAr9i2BK0Y2vCnhAgOcFMcs,1267
196
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lpos-string.yml,sha256=Me5KeKmf0PplQXsaUu9Hj6CrRCbALHG5TaV2GRQwc6E,1273
197
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elements-lrange-all-elements-pipeline-10.yml,sha256=nTuwuqvK335k4b2x87vIsiJ6E9zQVbwn3EQjIv9ETHM,14652
198
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elements-lrange-all-elements.yml,sha256=MmPpsS9dfc59qGfY-EwaDYAJBF9s5JVDhn1R3PimYP8,14622
199
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-2K-elements-quicklist-lrange-all-elements-longs.yml,sha256=B8EImy-GpGxnh2OeV8gW5L7hhRcCllAJgKBgKFkjrmY,19679
200
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-hash-1K-fields-with-5B-values.yml,sha256=DhRMSa47X-EH0ZaWTSfArvwR6QfHtLY6pEtrG1KwG28,22764
201
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-zset-with-5-elements-parsing-float-score.yml,sha256=Qi-Ws__xJKV_BNjchvPyI3d-sNdCLi_-SkzavfpPufA,1195
202
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-zset-with-5-elements-parsing-hexa-score.yml,sha256=FkeEA6fGJTViq6HjQ84sStSOZftsV-sRp-6XqOaipac,1376
203
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-pfadd-4KB-values-pipeline-10.yml,sha256=6Lh2zMkh7Q3HKXmXzQ4Uumt_zfq2dE1uZpPwi3KqVHg,831
204
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers-pipeline-10.yml,sha256=JklHG4XAlysLr3jkdCnyHTafFU3JAwiCSY6fCU0kDxA,1102
205
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers.yml,sha256=INI9kktH8yFan8M3amM9H5uELdbplfSrgl6gWH88R8o,1072
206
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smismember.yml,sha256=ZuEPNJjBnfteObaT8-YMYUFnsyc73hU4YWBK6xVUvAs,1153
207
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sismember-is-a-member.yml,sha256=WpeB7rwIcx_yLBA2kGiqyvQZ1ucGeftZRs2EHsKAixk,2345
208
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sismember-not-a-member.yml,sha256=zZ9OrVDYsRuVyws_9A6uPrZjPZ2li114JFip7PJliug,2352
209
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smembers.yml,sha256=CAydCJEbsTvc8LyapUUWUUcDvUbuE1-uHBgrdo4DyAY,2304
210
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smismember.yml,sha256=70_ylcAIEabVGkeaVnEy--bkBOQIB88gkh330z21YO8,2393
211
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sscan.yml,sha256=3mE_PtQ-D-zDCDfDlLPWhn-Jt1c1-c6KP2xlQN5Nrz4,2297
212
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10M-elements-sismember-50pct-chance.yml,sha256=aZIahcR4bLcyrgQySnHT2CWUxmkJMiZSzaXANvxg6a8,1270
213
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10M-elements-srem-50pct-chance.yml,sha256=TVUI2Hrt1TVkcZTMHf3vCuUaPD5bJnffd7Te5emBSdY,1248
214
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-smembers.yml,sha256=vv2gIF3YW4zRGgy-zBrC58k6mErFMAs6bjhbPO12CAI,14596
215
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan-cursor-count-100.yml,sha256=bGcuAF-_tXTC7bFdSSuscxYQXppER11P-r2uGQS2au0,14696
216
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan.yml,sha256=z30Gys_aFZspfulVsKuoJof9koHtmq3wvExwpyFlz5g,14586
217
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1M-elements-sismember-50pct-chance.yml,sha256=UtRC8m8_6FF6H9Ug3U0IIviMmo0PopWaN0DK7SOxEjk,1259
218
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-200K-elements-sadd-constant.yml,sha256=haMBVOaYUBMITXSdeirW7olpCKLEZXNlxd-_o4MzXKg,1352
219
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-2M-elements-sadd-increasing.yml,sha256=_IUJOLuhi1-vEp8EhezlfxP29z25W-zQsxdifukbiP0,810
220
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zincrby-1M-elements-pipeline-1.yml,sha256=tPAmxHWZBpNR9AbQIyS-7MJ49EXJv-X8rqCFMucPUJ0,1324
221
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-100K-elements-pipeline-1.yml,sha256=u9-zjOWQNpZAKL4iKwUWjlks1CJB8EgRZbsP6PTY-6g,1297
222
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-10M-elements-pipeline-1.yml,sha256=VIVP_SpjsE9UTqa2TCdJSqxglsH4D94V5oDGfjiRROo,1308
223
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-1M-elements-pipeline-1.yml,sha256=KvGhnPILEGLSfmwy1aE5shmCOO7TTf_fm_OBaY3HB7M,1291
224
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrem-5M-elements-pipeline-1.yml,sha256=NEiKFzlDO6fftL7edA57i_ttHanYfAXZSgmH2YGL-7k,1920
225
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrangebyscore-256K-elements-pipeline-1.yml,sha256=GdyiXXVnBq6UBhTf6MhRhc2upxhs93pQ89rjpbgnQgM,1333
226
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrangebyscore-256K-elements-pipeline-10.yml,sha256=vu3sD2HVFuc01HnHNIlspLB6gw6NOwa7p3aAPsZSaes,1373
227
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrank-1M-elements-pipeline-1.yml,sha256=KwbLqlK_I2cxaes3vKShM_tuKwEm016cEwFB05Kq9Dg,1303
228
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-10-elements-zrange-all-elements-long-scores.yml,sha256=dC301NpY8kBCYAXfSSpWS2eZK-GZoV82xOQ_wA2kV-g,1369
229
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-10-elements-zrange-all-elements.yml,sha256=ipYs6CEMPcDAYGEuNsOZfFwS9UHR6GoCoc0DZaws5Xw,1307
230
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrange-all-elements.yml,sha256=9760w3rGHYFU9Eny8YqP6ctinN0nWi2svLmaAlglnOc,3577
231
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements-long-scores.yml,sha256=mfKndbFYMrGFZAxYi4cEp-TpbXANFwGXl-eD6akX0rI,3620
232
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements.yml,sha256=eLJu7p1OnSeyyS2ChHfNsXYYywoBCflnYkm8hZJ0pTI,3588
233
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zscan.yml,sha256=8pLnC64SJbiShRDQAX175ENhTGcjaiUglzVxuTrh-hA,3536
234
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zrange-all-elements.yml,sha256=526lgiQWMBWp4pmzaj0XyUsBaAUBLnbpCe4fCEL08VI,26150
235
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zscan.yml,sha256=frflOjWX15vhUhKtzQumuptrD5w9eOAerm37f4TxGL4,26119
236
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zcard-pipeline-10.yml,sha256=vZ5lmTJbWCFV3F63M7TXWcrQ6UVnRyjh3Dxussf2B7k,1212
237
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zremrangebyscore-pipeline-10.yml,sha256=IkGIHTLkOyibfaeLnmDhr0j9f_Nr3Y5Ilg-92mb3bSo,1376
238
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zrevrange-5-elements.yml,sha256=KUlG1PWM43wkin885ZRL9YIGnBa0J6kQfe_59MxV3o8,1325
239
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zrevrange-withscores-5-elements-pipeline-10.yml,sha256=lJpLHbVchInU50qczr7bD2zIyNdol_r02Ee-H4pubM8,1377
240
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zscore-pipeline-10.yml,sha256=Jtz1GA7e4GKHO-v4MIIIaS8cmjrIA0vn_LJoZVV-_js,1242
241
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-600K-elements-zrangestore-1K-elements.yml,sha256=Z80G6mNSbiSTFHLKyqEUewbX7CGQb3gNYE5-abRbWEk,1383
242
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-600K-elements-zrangestore-300K-elements.yml,sha256=UmDNj1MKTnvb1r9QYYO1G1HJX-OKOkT0ApAcU4ph8kw,1547
243
+ redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-listpack-zrank-100-elements-pipeline-1.yml,sha256=vzcLxOYLySgB8qdkLh-Q4G8I1bkoGusMEihtbNANh1M,2164
244
+ redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-eval-hset-expire.yml,sha256=xTl3xDCb3VeNDUl4u8aVHkgtx5UuKVycZumdyYtexw0,1006
245
+ redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-evalsha-hset-expire.yml,sha256=p8UsI3pfHZvErZ88F3oYaB6QStGFJ3nrJkViT9Rt8os,1082
246
+ redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sdiff.yml,sha256=tQjinp_CxbUfk-HoVckK8UBG-mqgwdlLi7yMAkvG8VY,2686
247
+ redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sinter.yml,sha256=Od-4mWxPYyFj4okcMMrDBPvm5s9yqKWC7X_C4jAnhdQ,2692
248
+ redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sunion.yml,sha256=-ApFCp03S9wWvmavxwiDn1nWM0aJas19OrK-uD6osMo,2686
249
+ redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries-pipeline-10.yml,sha256=uC366vrSnxX4fu1DOGvbxwu-l7R2w0TRW5l46R7xZeg,1295
250
+ redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries.yml,sha256=buRSkyTdRd6PqJ5ocuzu-Tmb1mUP50UWK-fCyuyVmu4,1269
251
+ redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elements-skiplist-encoded-zunion.yml,sha256=n1FehL2ULef14Z9gF1SBCFvFUZCTQ-Wp2dyV1ta3YNY,41228
252
+ redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elements-skiplist-encoded-zunionstore.yml,sha256=vt5m7MDzgAtmmjbUQ_WPi47uJNZemktVaLs585Qt9MQ,41268
253
+ redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values-pipeline-10.yml,sha256=kN-sJ4lu-OLB2gXiSefT79h6G5sUhmwz4weD3q8O8rI,1039
254
+ redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values.yml,sha256=PS2e0O_8kPgq2f2rJg_ADzsVeKEAFub8wQd7SkiLqDI,1013
255
+ redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-400_conns.yml,sha256=AV_FNx-26T3UKVgZbNh-JaP5iM6uNy7CV7iqLWIM9D8,1444
256
+ redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-40_conns.yml,sha256=2xNnR37_npqtQW7FAGEq-AoGmejs_RcTlVb4YoY1vfc,1441
257
+ redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-2000_conns.yml,sha256=uogh8viN6pm6v7_pYP62kvBqlwons7gXgxLaK7AbM7Y,1476
258
+ redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-400_conns.yml,sha256=LED1nH73pvqnSmL7QVshETb2Z02y214OXN-hXjyP5Hc,1474
259
+ redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-40_conns.yml,sha256=oGpMmXGMV2lKBNmzaj15DpXUQgEFRLRxUyhYKhMwmXY,1471
260
+ redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-400_conns.yml,sha256=Z-r6pBwtoJKbMidJsEgVjIXnHK7uQnsVO-9NYM4pWxk,1454
261
+ redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-2000_conns.yml,sha256=6_uUq9RcE6h9nkpVmDRFgNBVF0tdedJC15n2DNscWu4,1486
262
+ redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-400_conns.yml,sha256=gWIHj_LrujaGfJaNBwdkQ4CN_sSPGw7vxNJSDdi4y0M,1484
263
+ redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-5200_conns.yml,sha256=gvZQzIo9uIizcLNAl6WB55rB54l3iE3JmedN8zWDspc,1486
264
+ redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-50-50-with-512B-values-with-expiration-pipeline-10-400_conns.yml,sha256=nI_JjoSNHJo1VScdWteabLDSWfaf1iNkW-64gF_8XS0,1357
265
+ redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello-pipeline-10.yml,sha256=d3LgcbC4bp_5op8upzuxuBtG0BBq9-Hm_zJQ7vIRUVI,777
266
+ redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello.yml,sha256=88RhSfpSQQleL9Gl0J737p8ukTpxq8SRaYSgZwA9hkE,751
267
+ redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-connection-ping-pipeline-10.yml,sha256=jQJ2SltJ2ESa27fCYk4sYU2bW1cDWOFcI7qlpZpLNHY,723
268
+ redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-100-subscribers.yml,sha256=Gt9YYiloFUSLU4XmrTgUqssWdOE75-ZQ73rUXRziNlQ,1173
269
+ redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-1000-subscribers.yml,sha256=SJun98h7tSD_PWEeS5QvizmYna0DezKggtoQkosUlHs,1175
270
+ redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-5000-subscribers.yml,sha256=HZbEHO2kwx2Az-8hoJVoN7pFAXb3O6A-l_z59OiIjkg,1175
271
+ redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-50K-subscribers-5k-conns.yml,sha256=LUqv3LROe2CHtvoC11FmLo6UmlnVP45Yx0eayyK1pmU,1184
272
+ redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-publish-1K-channels-10B-no-subscribers.yml,sha256=kK-nq7zHoKK4cjgkTfC7Wvlh_oxqH3_47fcTfT3nTYw,819
273
+ redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-server-time-pipeline-10.yml,sha256=Ur5OqQAvu664Bn-qgSX-SHRQu0CVIc0yso593w-sYzM,715
274
+ redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-caching-hash-100k-sessions.yml,sha256=IHWYV0XSWDDUZgqWaZO8NemAm0VE3IGoRMjg4y__OZk,3640
275
+ redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-storage-100k-sessions.yml,sha256=Sa-m6ghx_xPpyPPsRC2oJRWNoQq01r6o4dAS1gbIQj4,7006
276
+ redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-storage-1k-sessions.yml,sha256=t9h6shR_mgeOQmi0Ybz2E3ZRwA6J7ua0q_652XsvlLk,7000
277
+ redis_benchmarks_specification/test-suites/template.txt,sha256=MTYEGb6BjHCGKVoO-VIVjl5fSmYmlFJq11YvzibouMI,475
278
278
  redis_benchmarks_specification/vector-search-test-suites/vector_db_benchmark_test.yml,sha256=PD7ow-k4Ll2BkhEC3aIqiaCZt8Hc4aJIp96Lw3J3mcI,791
279
- redis_benchmarks_specification-0.1.309.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
280
- redis_benchmarks_specification-0.1.309.dist-info/METADATA,sha256=jG0aNx6k533WMnqIbJiG_j4ngC6ihfy_yvI7ChDeXnw,22726
281
- redis_benchmarks_specification-0.1.309.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
282
- redis_benchmarks_specification-0.1.309.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
283
- redis_benchmarks_specification-0.1.309.dist-info/RECORD,,
279
+ redis_benchmarks_specification-0.1.311.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
280
+ redis_benchmarks_specification-0.1.311.dist-info/METADATA,sha256=4_vaE-97DxA8aZOzXXydr-kA-sfjtcF-OpeUUhBoZdM,22726
281
+ redis_benchmarks_specification-0.1.311.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
282
+ redis_benchmarks_specification-0.1.311.dist-info/entry_points.txt,sha256=x5WBXCZsnDRTZxV7SBGmC65L2k-ygdDOxV8vuKN00Nk,715
283
+ redis_benchmarks_specification-0.1.311.dist-info/RECORD,,