redis-benchmarks-specification 0.1.291__py3-none-any.whl → 0.1.292__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of redis-benchmarks-specification might be problematic. Click here for more details.
- redis_benchmarks_specification/__runner__/args.py +6 -0
- redis_benchmarks_specification/__runner__/remote_profiling.py +17 -2
- redis_benchmarks_specification/__runner__/runner.py +619 -57
- redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-hash-hgetall-50-fields-100B-values.yml +21 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-20-fields-with-1B-values-pipeline-30.yml +15 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-1000B-values.yml +16 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-100B-values.yml +16 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-10B-values.yml +15 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-10Kkeys-load-hash-50-fields-with-10000B-values.yml +16 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-10Kkeys-load-list-with-10B-values-pipeline-50.yml +5 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values-pipeline-10.yml +5 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values.yml +5 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values-pipeline-10.yml +6 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values.yml +5 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-string-get-10B-pipeline-100-nokeyprefix.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-100B-expire-use-case.yml +14 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-expire-use-case.yml +14 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-psetex-expire-use-case.yml +12 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-setex-expire-use-case.yml +12 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-1KiB-expire-use-case.yml +13 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-4KiB-expire-use-case.yml +14 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-bitmap-getbit-pipeline-10.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-exists-pipeline-10.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expire-pipeline-10.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expireat-pipeline-10.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-pexpire-pipeline-10.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-count-500-pipeline-10.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-count-500-pipeline-10.yml +11 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-count-5000-pipeline-10.yml +11 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-pipeline-10.yml +11 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-pipeline-10.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-type-pipeline-10.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-touch-pipeline-10.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-ttl-pipeline-10.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hexists.yml +15 -5
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hget-hgetall-hkeys-hvals-with-100B-values.yml +14 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hgetall-50-fields-10B-values.yml +22 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hincrby.yml +11 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hincrbyfloat.yml +11 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hmget-5-fields-with-100B-values-pipeline-10.yml +13 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-transactions-multi-exec-pipeline-20.yml +9 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-100B-values.yml +12 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-10B-values.yml +12 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-1KiB-values.yml +12 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-rpoplpush-with-10B-values.yml +11 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values-pipeline-10.yml +6 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values.yml +5 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-hmset-5-fields-with-1000B-values.yml +5 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-rpush-with-10B-values.yml +4 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-100B-values.yml +4 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-10B-values-pipeline-10.yml +5 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-10B-values.yml +4 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-1KiB-values.yml +4 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits-pipeline-10.yml +30 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits.yml +30 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-pipeline-10.yml +13 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements.yml +12 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values-pipeline-10.yml +5 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values.yml +5 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values-pipeline-10.yml +6 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values.yml +5 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values-pipeline-10.yml +4 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values.yml +4 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-10.yml +5 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-100-nokeyprefix.yml +5 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-100.yml +5 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-50.yml +5 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-500.yml +5 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values.yml +4 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-1KiB-values.yml +4 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-20KiB-values.yml +4 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-listpack-with-100-elements-double-score.yml +63 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-double-score.yml +7 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-int-score.yml +6 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-append-1-100B-pipeline-10.yml +12 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-append-1-100B.yml +11 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-decr.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B-pipeline-10.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-10.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-100-nokeyprefix.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-100.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-50.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-500.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB-pipeline-10.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB.yml +11 -5
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-32B-pipeline-10.yml +9 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-32B.yml +9 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incr-pipeline-10.yml +4 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrby-pipeline-10.yml +4 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrby.yml +4 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrbyfloat-pipeline-10.yml +4 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrbyfloat.yml +4 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-int-encoding-strlen-pipeline-10.yml +9 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mget-1KiB.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-expire-pipeline-10.yml +12 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-expire.yml +12 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-pipeline-10.yml +11 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-1KB-pipeline-10.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-1KB.yml +9 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-32B-pipeline-10.yml +11 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-32B.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-512B-pipeline-10.yml +11 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-512B.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-with-expiration-240B-400_conns.yml +12 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-set-with-ex-100B-pipeline-10.yml +10 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setex-100B-pipeline-10.yml +10 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setrange-100B-pipeline-10.yml +11 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setrange-100B.yml +11 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-100M-bits-bitmap-bitcount.yml +12 -5
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-1Billion-bits-bitmap-bitcount.yml +12 -5
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-2-elements-geopos.yml +9 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-2-elements-geosearch-fromlonlat-withcoord.yml +10 -5
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist-pipeline-10.yml +7 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist.yml +7 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash-pipeline-10.yml +6 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash.yml +4 -2
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos-pipeline-10.yml +6 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos.yml +4 -2
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-bybox.yml +7 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-pipeline-10.yml +7 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat.yml +7 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-1K-fields-hgetall-pipeline-10.yml +256 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-1K-fields-hgetall.yml +254 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-100B-values-cursor-count-1000.yml +260 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values-cursor-count-100.yml +260 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values.yml +259 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-50-fields-10B-values.yml +23 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements-pipeline-10.yml +8 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements.yml +6 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-int-7bit-uint-lrange-all-elements-pipeline-10.yml +15 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-int-lrange-all-elements-pipeline-10.yml +23 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-llen-pipeline-10.yml +23 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-lrange-all-elements-pipeline-10.yml +23 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-lrange-all-elements.yml +21 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-integer.yml +8 -2
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-string-pipeline-10.yml +10 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-string.yml +8 -2
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-linsert-lrem-integer.yml +12 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-linsert-lrem-string.yml +12 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lpos-integer.yml +8 -2
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lpos-string.yml +8 -2
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elements-lrange-all-elements-pipeline-10.yml +173 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elements-lrange-all-elements.yml +171 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-2K-elements-quicklist-lrange-all-elements-longs.yml +228 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-hash-1K-fields-with-5B-values.yml +254 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-zset-with-5-elements-parsing-float-score.yml +8 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-zset-with-5-elements-parsing-hexa-score.yml +8 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-pfadd-4KB-values-pipeline-10.yml +4 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers-pipeline-10.yml +8 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers.yml +6 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smismember.yml +9 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sismember-is-a-member.yml +24 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sismember-not-a-member.yml +24 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smembers.yml +21 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smismember.yml +24 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sscan.yml +21 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10M-elements-sismember-50pct-chance.yml +9 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10M-elements-srem-50pct-chance.yml +9 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-smembers.yml +171 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan-cursor-count-100.yml +173 -5
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan.yml +171 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1M-elements-sismember-50pct-chance.yml +8 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-200K-elements-sadd-constant.yml +10 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-2M-elements-sadd-increasing.yml +4 -2
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zincrby-1M-elements-pipeline-1.yml +9 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-100K-elements-pipeline-1.yml +9 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-10M-elements-pipeline-1.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-1M-elements-pipeline-1.yml +9 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrem-5M-elements-pipeline-1.yml +16 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrangebyscore-256K-elements-pipeline-1.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrangebyscore-256K-elements-pipeline-10.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrank-1M-elements-pipeline-1.yml +9 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-10-elements-zrange-all-elements-long-scores.yml +12 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-10-elements-zrange-all-elements.yml +11 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrange-all-elements.yml +37 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements-long-scores.yml +37 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements.yml +37 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zscan.yml +35 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zrange-all-elements.yml +293 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zscan.yml +291 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zcard-pipeline-10.yml +7 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zremrangebyscore-pipeline-10.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zrevrange-5-elements.yml +8 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zrevrange-withscores-5-elements-pipeline-10.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zscore-pipeline-10.yml +9 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-600K-elements-zrangestore-1K-elements.yml +10 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-600K-elements-zrangestore-300K-elements.yml +12 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-listpack-zrank-100-elements-pipeline-1.yml +21 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-eval-hset-expire.yml +6 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-evalsha-hset-expire.yml +9 -7
- redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sdiff.yml +26 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sinter.yml +26 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sunion.yml +26 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries-pipeline-10.yml +17 -13
- redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries.yml +17 -13
- redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elements-skiplist-encoded-zunion.yml +405 -5
- redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elements-skiplist-encoded-zunionstore.yml +405 -5
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values-pipeline-10.yml +5 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values.yml +5 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-400_conns.yml +20 -14
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-40_conns.yml +20 -14
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-2000_conns.yml +11 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-400_conns.yml +11 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-40_conns.yml +11 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-400_conns.yml +20 -14
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-2000_conns.yml +11 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-400_conns.yml +11 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-5200_conns.yml +11 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-50-50-with-512B-values-with-expiration-pipeline-10-400_conns.yml +9 -4
- redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello-pipeline-10.yml +4 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello.yml +4 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-connection-ping-pipeline-10.yml +2 -2
- redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-100-subscribers.yml +19 -15
- redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-1000-subscribers.yml +19 -15
- redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-5000-subscribers.yml +19 -15
- redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-50K-subscribers-5k-conns.yml +19 -15
- redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-publish-1K-channels-10B-no-subscribers.yml +4 -3
- redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-server-time-pipeline-10.yml +2 -2
- redis_benchmarks_specification/vector-search-test-suites/vector_db_benchmark_test.yml +0 -3
- {redis_benchmarks_specification-0.1.291.dist-info → redis_benchmarks_specification-0.1.292.dist-info}/METADATA +1 -1
- {redis_benchmarks_specification-0.1.291.dist-info → redis_benchmarks_specification-0.1.292.dist-info}/RECORD +227 -227
- {redis_benchmarks_specification-0.1.291.dist-info → redis_benchmarks_specification-0.1.292.dist-info}/LICENSE +0 -0
- {redis_benchmarks_specification-0.1.291.dist-info → redis_benchmarks_specification-0.1.292.dist-info}/WHEEL +0 -0
- {redis_benchmarks_specification-0.1.291.dist-info → redis_benchmarks_specification-0.1.292.dist-info}/entry_points.txt +0 -0
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zincrby-1M-elements-pipeline-1.yml
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-zincrby-1M-elements-pipeline-1
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
4
|
+
SORTED SET contains 1M elements and we increment the score of memebers using ZINCRBY.
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -9,10 +10,14 @@ dbconfig:
|
|
|
9
10
|
preload_tool:
|
|
10
11
|
run_image: redislabs/memtier_benchmark:edge
|
|
11
12
|
tool: memtier_benchmark
|
|
12
|
-
arguments: --command="ZADD
|
|
13
|
+
arguments: --command="ZADD lb __key__ __key__" --command-key-pattern=P --key-maximum
|
|
14
|
+
1000000 --key-prefix "" -n 1000000 --hide-histogram -t 1 -c 1 --pipeline 50
|
|
13
15
|
resources:
|
|
14
16
|
requests:
|
|
15
17
|
memory: 1g
|
|
18
|
+
dataset_name: 1key-zset-1M-elements-integer
|
|
19
|
+
dataset_description: This dataset contains 1 sorted set key with 1 million elements,
|
|
20
|
+
each with an integer score.
|
|
16
21
|
tested-groups:
|
|
17
22
|
- sorted-set
|
|
18
23
|
tested-commands:
|
|
@@ -25,10 +30,10 @@ build-variants:
|
|
|
25
30
|
clientconfig:
|
|
26
31
|
run_image: redislabs/memtier_benchmark:edge
|
|
27
32
|
tool: memtier_benchmark
|
|
28
|
-
arguments: --command="ZINCRBY
|
|
33
|
+
arguments: --command="ZINCRBY lb 1 __key__" --key-maximum 1000000 --command-key-pattern=R
|
|
34
|
+
--key-prefix "" --hide-histogram --test-time 180 --pipeline 1 -c 1 -t 1
|
|
29
35
|
resources:
|
|
30
36
|
requests:
|
|
31
37
|
cpus: '4'
|
|
32
38
|
memory: 2g
|
|
33
|
-
|
|
34
39
|
priority: 67
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-100K-elements-pipeline-1.yml
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-zrank-100K-elements-pipeline-1
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
4
|
+
SORTED SET contains 100K elements and we query it using ZRANK.
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -9,10 +10,14 @@ dbconfig:
|
|
|
9
10
|
preload_tool:
|
|
10
11
|
run_image: redislabs/memtier_benchmark:edge
|
|
11
12
|
tool: memtier_benchmark
|
|
12
|
-
arguments: --pipeline 50 --command="ZADD key1 __key__ __key__" --command-key-pattern=P
|
|
13
|
+
arguments: --pipeline 50 --command="ZADD key1 __key__ __key__" --command-key-pattern=P
|
|
14
|
+
--key-maximum 100000 --key-prefix "" -n allkeys --hide-histogram -t 1 -c 1
|
|
13
15
|
resources:
|
|
14
16
|
requests:
|
|
15
17
|
memory: 1g
|
|
18
|
+
dataset_name: 1key-zset-100K-elements-integer
|
|
19
|
+
dataset_description: This dataset contains 1 sorted set key with 100,000 elements,
|
|
20
|
+
each with an integer score.
|
|
16
21
|
tested-groups:
|
|
17
22
|
- sorted-set
|
|
18
23
|
tested-commands:
|
|
@@ -25,10 +30,10 @@ build-variants:
|
|
|
25
30
|
clientconfig:
|
|
26
31
|
run_image: redislabs/memtier_benchmark:edge
|
|
27
32
|
tool: memtier_benchmark
|
|
28
|
-
arguments: --command="ZRANK key1 __key__" --key-maximum 100000 --command-key-pattern=R
|
|
33
|
+
arguments: --command="ZRANK key1 __key__" --key-maximum 100000 --command-key-pattern=R
|
|
34
|
+
--key-prefix "" --hide-histogram --test-time 180 --pipeline 1 -c 1 -t 1
|
|
29
35
|
resources:
|
|
30
36
|
requests:
|
|
31
37
|
cpus: '4'
|
|
32
38
|
memory: 2g
|
|
33
|
-
|
|
34
39
|
priority: 72
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-10M-elements-pipeline-1.yml
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-zrank-10M-elements-pipeline-1
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
4
|
+
SORTED SET contains 10M elements and we query it using ZRANK.
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -9,10 +10,15 @@ dbconfig:
|
|
|
9
10
|
preload_tool:
|
|
10
11
|
run_image: redislabs/memtier_benchmark:edge
|
|
11
12
|
tool: memtier_benchmark
|
|
12
|
-
arguments: --pipeline 50 --command="ZADD key1 __key__ __key__" --command-key-pattern=P
|
|
13
|
+
arguments: --pipeline 50 --command="ZADD key1 __key__ __key__" --command-key-pattern=P
|
|
14
|
+
--key-maximum 10000000 --key-prefix "" -n 1000000 --hide-histogram -t 10 -c
|
|
15
|
+
1
|
|
13
16
|
resources:
|
|
14
17
|
requests:
|
|
15
18
|
memory: 1g
|
|
19
|
+
dataset_name: 1key-zset-10M-elements-integer
|
|
20
|
+
dataset_description: This dataset contains 1 sorted set key with 10 million elements,
|
|
21
|
+
each with an integer score.
|
|
16
22
|
tested-groups:
|
|
17
23
|
- sorted-set
|
|
18
24
|
tested-commands:
|
|
@@ -25,10 +31,10 @@ build-variants:
|
|
|
25
31
|
clientconfig:
|
|
26
32
|
run_image: redislabs/memtier_benchmark:edge
|
|
27
33
|
tool: memtier_benchmark
|
|
28
|
-
arguments: --command="ZRANK key1 __key__" --key-maximum 10000000 --command-key-pattern=R
|
|
34
|
+
arguments: --command="ZRANK key1 __key__" --key-maximum 10000000 --command-key-pattern=R
|
|
35
|
+
--key-prefix "" --hide-histogram --test-time 180 --pipeline 1 -c 1 -t 1
|
|
29
36
|
resources:
|
|
30
37
|
requests:
|
|
31
38
|
cpus: '4'
|
|
32
39
|
memory: 2g
|
|
33
|
-
|
|
34
40
|
priority: 72
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-1M-elements-pipeline-1.yml
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-zrank-1M-elements-pipeline-1
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
4
|
+
SORTED SET contains 1M elements and we query it using ZRANK.
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -9,10 +10,14 @@ dbconfig:
|
|
|
9
10
|
preload_tool:
|
|
10
11
|
run_image: redislabs/memtier_benchmark:edge
|
|
11
12
|
tool: memtier_benchmark
|
|
12
|
-
arguments: --pipeline 50 --command="ZADD
|
|
13
|
+
arguments: --pipeline 50 --command="ZADD lb __key__ __key__" --command-key-pattern=P
|
|
14
|
+
--key-maximum 1000000 --key-prefix "" -n 100000 --hide-histogram -t 10 -c 1
|
|
13
15
|
resources:
|
|
14
16
|
requests:
|
|
15
17
|
memory: 1g
|
|
18
|
+
dataset_name: 1key-zset-1M-elements-integer
|
|
19
|
+
dataset_description: This dataset contains 1 sorted set key with 1 million elements,
|
|
20
|
+
each with an integer score.
|
|
16
21
|
tested-groups:
|
|
17
22
|
- sorted-set
|
|
18
23
|
tested-commands:
|
|
@@ -25,10 +30,10 @@ build-variants:
|
|
|
25
30
|
clientconfig:
|
|
26
31
|
run_image: redislabs/memtier_benchmark:edge
|
|
27
32
|
tool: memtier_benchmark
|
|
28
|
-
arguments: --command="ZRANK
|
|
33
|
+
arguments: --command="ZRANK lb __key__" --key-maximum 1000000 --command-key-pattern=R
|
|
34
|
+
--key-prefix "" --hide-histogram --test-time 180 --pipeline 1 -c 1 -t 1
|
|
29
35
|
resources:
|
|
30
36
|
requests:
|
|
31
37
|
cpus: '4'
|
|
32
38
|
memory: 2g
|
|
33
|
-
|
|
34
39
|
priority: 72
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrem-5M-elements-pipeline-1.yml
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-zrem-5M-elements-pipeline-1
|
|
3
|
-
description: 'Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
3
|
+
description: 'Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
4
|
+
SORTED SET contains 5M elements and we remove members using ZREM. Throughout the
|
|
5
|
+
course of the benchmark,the sorted set contains fewer members as we continuously
|
|
6
|
+
remove them. The chance that we ask for a member to be removed, which was already
|
|
7
|
+
removed, also increases. Starting with a large number of members helps us to have
|
|
8
|
+
suffienct number of members for the duration of the benchmark, however the preload
|
|
9
|
+
stage takes longer to complete. NOTE: using the --randomize flag ensures that we
|
|
10
|
+
continue to remove elements the longer we run the test. Without the flag, we stop
|
|
11
|
+
removing elements after some time, possibly we keep generating the same random numbers. '
|
|
4
12
|
dbconfig:
|
|
5
13
|
configuration-parameters:
|
|
6
14
|
save: '""'
|
|
@@ -9,10 +17,14 @@ dbconfig:
|
|
|
9
17
|
preload_tool:
|
|
10
18
|
run_image: redislabs/memtier_benchmark:edge
|
|
11
19
|
tool: memtier_benchmark
|
|
12
|
-
arguments: --command="ZADD key1 __key__ __key__" --command-key-pattern=P --key-maximum
|
|
20
|
+
arguments: --command="ZADD key1 __key__ __key__" --command-key-pattern=P --key-maximum
|
|
21
|
+
5000000 --key-prefix "" -n 5000000 --hide-histogram -t 1 -c 1 --pipeline 50
|
|
13
22
|
resources:
|
|
14
23
|
requests:
|
|
15
24
|
memory: 1g
|
|
25
|
+
dataset_name: 1key-zset-5M-elements-integer
|
|
26
|
+
dataset_description: This dataset contains 1 sorted set key with 5 million elements,
|
|
27
|
+
each with an integer score.
|
|
16
28
|
tested-groups:
|
|
17
29
|
- sorted-set
|
|
18
30
|
tested-commands:
|
|
@@ -25,10 +37,10 @@ build-variants:
|
|
|
25
37
|
clientconfig:
|
|
26
38
|
run_image: redislabs/memtier_benchmark:edge
|
|
27
39
|
tool: memtier_benchmark
|
|
28
|
-
arguments: --command="ZREM key1 __key__" --key-maximum 5000000 --command-key-pattern=R
|
|
40
|
+
arguments: --command="ZREM key1 __key__" --key-maximum 5000000 --command-key-pattern=R
|
|
41
|
+
--key-prefix "" --hide-histogram --test-time 180 --pipeline 1 -c 1 -t 1 --randomize
|
|
29
42
|
resources:
|
|
30
43
|
requests:
|
|
31
44
|
cpus: '4'
|
|
32
45
|
memory: 2g
|
|
33
|
-
|
|
34
46
|
priority: 36
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-zrevrangebyscore-256K-elements-pipeline-1
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
4
|
+
SORTED SET contains 256K elements of 1KB each and we query it using ZREVRANGEBYSCORE.
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -9,10 +10,15 @@ dbconfig:
|
|
|
9
10
|
preload_tool:
|
|
10
11
|
run_image: redislabs/memtier_benchmark:edge
|
|
11
12
|
tool: memtier_benchmark
|
|
12
|
-
arguments: --command="ZADD key1 __key__ __data__" --command-key-pattern=P --key-maximum
|
|
13
|
+
arguments: --command="ZADD key1 __key__ __data__" --command-key-pattern=P --key-maximum
|
|
14
|
+
262144 --key-prefix "" -R --data-size=1024 -n 262144 --hide-histogram -t 1 -c
|
|
15
|
+
1 --pipeline 50
|
|
13
16
|
resources:
|
|
14
17
|
requests:
|
|
15
18
|
memory: 1g
|
|
19
|
+
dataset_name: 1key-zset-256K-elements-1KiB-size
|
|
20
|
+
dataset_description: This dataset contains 1 sorted set key with 256K elements,
|
|
21
|
+
each with a data size of 1KiB.
|
|
16
22
|
tested-groups:
|
|
17
23
|
- sorted-set
|
|
18
24
|
tested-commands:
|
|
@@ -25,10 +31,10 @@ build-variants:
|
|
|
25
31
|
clientconfig:
|
|
26
32
|
run_image: redislabs/memtier_benchmark:edge
|
|
27
33
|
tool: memtier_benchmark
|
|
28
|
-
arguments: --command="ZREVRANGEBYSCORE key1 262144 1 WITHSCORES LIMIT 1 10" --hide-histogram
|
|
34
|
+
arguments: --command="ZREVRANGEBYSCORE key1 262144 1 WITHSCORES LIMIT 1 10" --hide-histogram
|
|
35
|
+
--test-time 180 --pipeline 1
|
|
29
36
|
resources:
|
|
30
37
|
requests:
|
|
31
38
|
cpus: '4'
|
|
32
39
|
memory: 2g
|
|
33
|
-
|
|
34
40
|
priority: 16
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-zrevrangebyscore-256K-elements-pipeline-10
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
4
|
+
SORTED SET contains 256K elements of 1KB each and we query it using ZREVRANGEBYSCORE.
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -9,10 +10,15 @@ dbconfig:
|
|
|
9
10
|
preload_tool:
|
|
10
11
|
run_image: redislabs/memtier_benchmark:edge
|
|
11
12
|
tool: memtier_benchmark
|
|
12
|
-
arguments: --command="ZADD key1 __key__ __data__" --command-key-pattern=P --key-maximum
|
|
13
|
+
arguments: --command="ZADD key1 __key__ __data__" --command-key-pattern=P --key-maximum
|
|
14
|
+
262144 --key-prefix "" -R --data-size=1024 -n 262144 --hide-histogram -t 1 -c
|
|
15
|
+
1 --pipeline 50
|
|
13
16
|
resources:
|
|
14
17
|
requests:
|
|
15
18
|
memory: 1g
|
|
19
|
+
dataset_name: 1key-zset-256K-elements-integer-1KiB-size
|
|
20
|
+
dataset_description: This dataset contains 1 sorted set key with 256 thousand elements,
|
|
21
|
+
each with an integer score and a data size of 1 KiB.
|
|
16
22
|
tested-groups:
|
|
17
23
|
- sorted-set
|
|
18
24
|
tested-commands:
|
|
@@ -25,10 +31,10 @@ build-variants:
|
|
|
25
31
|
clientconfig:
|
|
26
32
|
run_image: redislabs/memtier_benchmark:edge
|
|
27
33
|
tool: memtier_benchmark
|
|
28
|
-
arguments: --command="ZREVRANGEBYSCORE key1 262144 1 WITHSCORES LIMIT 1 10" --hide-histogram
|
|
34
|
+
arguments: --command="ZREVRANGEBYSCORE key1 262144 1 WITHSCORES LIMIT 1 10" --hide-histogram
|
|
35
|
+
--test-time 180 --pipeline 10
|
|
29
36
|
resources:
|
|
30
37
|
requests:
|
|
31
38
|
cpus: '4'
|
|
32
39
|
memory: 2g
|
|
33
|
-
|
|
34
40
|
priority: 16
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-zrevrank-1M-elements-pipeline-1
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
4
|
+
SORTED SET contains 1M elements and we query it using ZREVRANK.
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -9,10 +10,14 @@ dbconfig:
|
|
|
9
10
|
preload_tool:
|
|
10
11
|
run_image: redislabs/memtier_benchmark:edge
|
|
11
12
|
tool: memtier_benchmark
|
|
12
|
-
arguments: --command="ZADD
|
|
13
|
+
arguments: --command="ZADD lb __key__ __key__" --command-key-pattern=P --key-maximum
|
|
14
|
+
1000000 --key-prefix "" -n 1000000 --hide-histogram -t 1 -c 1 --pipeline 50
|
|
13
15
|
resources:
|
|
14
16
|
requests:
|
|
15
17
|
memory: 1g
|
|
18
|
+
dataset_name: 1key-zset-1M-elements-integer
|
|
19
|
+
dataset_description: This dataset contains 1 sorted set key with 1 million elements,
|
|
20
|
+
each with an integer score.
|
|
16
21
|
tested-groups:
|
|
17
22
|
- sorted-set
|
|
18
23
|
tested-commands:
|
|
@@ -25,10 +30,10 @@ build-variants:
|
|
|
25
30
|
clientconfig:
|
|
26
31
|
run_image: redislabs/memtier_benchmark:edge
|
|
27
32
|
tool: memtier_benchmark
|
|
28
|
-
arguments: --command="ZREVRANK
|
|
33
|
+
arguments: --command="ZREVRANK lb __key__" --key-maximum 1000000 --command-key-pattern=R
|
|
34
|
+
--key-prefix "" --hide-histogram --test-time 180 --pipeline 1 -c 1 -t 1
|
|
29
35
|
resources:
|
|
30
36
|
requests:
|
|
31
37
|
cpus: '4'
|
|
32
38
|
memory: 2g
|
|
33
|
-
|
|
34
39
|
priority: 58
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-zset-10-elements-zrange-all-elements-long-scores
|
|
3
|
-
description:
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
4
|
+
SORTED SET contains 10 elements in it and we query it using ZRANGE BYSCORE with
|
|
5
|
+
a range of all elements. The scores are long numbers.
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
@@ -10,7 +12,13 @@ dbconfig:
|
|
|
10
12
|
requests:
|
|
11
13
|
memory: 1g
|
|
12
14
|
init_commands:
|
|
13
|
-
- '"ZADD" "zset:10:long_score" "10000000" "lysbgqqfqw" "10000001" "mtccjerdon" "10000002"
|
|
15
|
+
- '"ZADD" "zset:10:long_score" "10000000" "lysbgqqfqw" "10000001" "mtccjerdon" "10000002"
|
|
16
|
+
"jekkafodvk" "10000003" "nmgxcctxpn" "10000004" "vyqqkuszzh" "10000005" "pytrnqdhvs"
|
|
17
|
+
"10000006" "oguwnmniig" "10000007" "gekntrykfh" "10000008" "nhfnbxqgol" "10000009"
|
|
18
|
+
"cgoeihlnei"'
|
|
19
|
+
dataset_name: 1key-zset-10-elements-long
|
|
20
|
+
dataset_description: This dataset contains 1 sorted set key with 10 elements, each
|
|
21
|
+
with a long score.
|
|
14
22
|
tested-groups:
|
|
15
23
|
- sorted-set
|
|
16
24
|
tested-commands:
|
|
@@ -23,10 +31,10 @@ build-variants:
|
|
|
23
31
|
clientconfig:
|
|
24
32
|
run_image: redislabs/memtier_benchmark:edge
|
|
25
33
|
tool: memtier_benchmark
|
|
26
|
-
arguments: --command="ZRANGE zset:10:long_score 0 1000000000 BYSCORE WITHSCORES" --hide-histogram
|
|
34
|
+
arguments: --command="ZRANGE zset:10:long_score 0 1000000000 BYSCORE WITHSCORES" --hide-histogram
|
|
35
|
+
--test-time 180
|
|
27
36
|
resources:
|
|
28
37
|
requests:
|
|
29
38
|
cpus: '4'
|
|
30
39
|
memory: 2g
|
|
31
|
-
|
|
32
40
|
priority: 53
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-zset-10-elements-zrange-all-elements
|
|
3
|
-
description: 'Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
3
|
+
description: 'Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
4
|
+
SORTED SET contains 10 elements in it and we query it using ZRANGE BYSCORE with
|
|
5
|
+
a range of all elements. '
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
@@ -10,7 +12,12 @@ dbconfig:
|
|
|
10
12
|
requests:
|
|
11
13
|
memory: 1g
|
|
12
14
|
init_commands:
|
|
13
|
-
- '"ZADD" "zset:10" "0.306275" "lysbgqqfqw" "0.486004" "mtccjerdon" "0.941626" "jekkafodvk"
|
|
15
|
+
- '"ZADD" "zset:10" "0.306275" "lysbgqqfqw" "0.486004" "mtccjerdon" "0.941626" "jekkafodvk"
|
|
16
|
+
"0.602656" "nmgxcctxpn" "0.630771" "vyqqkuszzh" "0.406379" "pytrnqdhvs" "0.521814"
|
|
17
|
+
"oguwnmniig" "0.182854" "gekntrykfh" "0.657658" "nhfnbxqgol" "0.218066" "cgoeihlnei"'
|
|
18
|
+
dataset_name: 1key-zset-10-elements-float
|
|
19
|
+
dataset_description: This dataset contains 1 sorted set key with 10 elements, each
|
|
20
|
+
with a floating point score.
|
|
14
21
|
tested-groups:
|
|
15
22
|
- sorted-set
|
|
16
23
|
tested-commands:
|
|
@@ -23,10 +30,10 @@ build-variants:
|
|
|
23
30
|
clientconfig:
|
|
24
31
|
run_image: redislabs/memtier_benchmark:edge
|
|
25
32
|
tool: memtier_benchmark
|
|
26
|
-
arguments: --command="ZRANGE zset:10 0 1 BYSCORE WITHSCORES" --hide-histogram --test-time
|
|
33
|
+
arguments: --command="ZRANGE zset:10 0 1 BYSCORE WITHSCORES" --hide-histogram --test-time
|
|
34
|
+
180
|
|
27
35
|
resources:
|
|
28
36
|
requests:
|
|
29
37
|
cpus: '4'
|
|
30
38
|
memory: 2g
|
|
31
|
-
|
|
32
39
|
priority: 53
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-zset-100-elements-zrange-all-elements
|
|
3
|
-
description: 'Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
3
|
+
description: 'Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
4
|
+
SORTED SET contains 100 elements in it and we query it using ZRANGE BYSCORE with
|
|
5
|
+
a range of all elements. '
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
@@ -10,7 +12,38 @@ dbconfig:
|
|
|
10
12
|
requests:
|
|
11
13
|
memory: 1g
|
|
12
14
|
init_commands:
|
|
13
|
-
- '"ZADD" "zset:100" "0.306275" "lysbgqqfqw" "0.486004" "mtccjerdon" "0.941626"
|
|
15
|
+
- '"ZADD" "zset:100" "0.306275" "lysbgqqfqw" "0.486004" "mtccjerdon" "0.941626"
|
|
16
|
+
"jekkafodvk" "0.602656" "nmgxcctxpn" "0.630771" "vyqqkuszzh" "0.406379" "pytrnqdhvs"
|
|
17
|
+
"0.521814" "oguwnmniig" "0.182854" "gekntrykfh" "0.657658" "nhfnbxqgol" "0.218066"
|
|
18
|
+
"cgoeihlnei" "0.366328" "kgqrovsxce" "0.520723" "imyizmhzjk" "0.426630" "urvgxwbiiz"
|
|
19
|
+
"0.878001" "onzjrteqmu" "0.126097" "alqlzsvuuz" "0.562698" "lgrkndhekf" "0.357487"
|
|
20
|
+
"tcjvjofxtd" "0.395563" "ouuybhtvyb" "0.745796" "owbbdezgxn" "0.165356" "ksqpdywgdd"
|
|
21
|
+
"0.757214" "qrosceblyo" "0.346153" "agsdggdghc" "0.297342" "gfdqdrondm" "0.668749"
|
|
22
|
+
"oapbvnisyq" "0.281552" "htvbwmfyic" "0.013874" "vyoomgwuzv" "0.052023" "pcxdhdjwnf"
|
|
23
|
+
"0.648518" "ibhohmfxzt" "0.967245" "erxulvebrj" "0.971791" "qwxrsgafzy" "0.154577"
|
|
24
|
+
"whmotknaff" "0.404082" "ueyrvldzwl" "0.324634" "nsxaigrnje" "0.342459" "xsepfhdizi"
|
|
25
|
+
"0.988925" "exvhmqxvvp" "0.345154" "owtkxlzaci" "0.728413" "ypfeltycpy" "0.406783"
|
|
26
|
+
"qbiwbqiubb" "0.714527" "wqiwdbncmt" "0.760975" "dapacykoah" "0.212614" "hhjclfbbka"
|
|
27
|
+
"0.445330" "ujrxcmpvsq" "0.576866" "lbtpbknelm" "0.764225" "wvcnqbvlnf" "0.281427"
|
|
28
|
+
"mibvtmqxcy" "0.596978" "aovfsvbwjg" "0.650632" "qbyhorvill" "0.948063" "ypekeuutef"
|
|
29
|
+
"0.028779" "xamjodnbpf" "0.678338" "hhniikmtsx" "0.757806" "sahqeskveq" "0.671949"
|
|
30
|
+
"bqntlsaqjb" "0.190314" "luemuetmia" "0.219219" "zwnitejtpg" "0.212301" "ncjfckgkcl"
|
|
31
|
+
"0.730613" "qjyeqcfhjj" "0.657992" "wkbasfyzqz" "0.556851" "ccagtnjilc" "0.543822"
|
|
32
|
+
"pqyurbvifk" "0.101854" "djetcyfxuc" "0.878471" "vpmpffdoqz" "0.696931" "hlpdstpvzw"
|
|
33
|
+
"0.662898" "imdqxmkzdj" "0.887214" "eouliovvra" "0.193298" "gxephxbdru" "0.978115"
|
|
34
|
+
"dlsjwmqzhx" "0.743150" "uapsgmizgh" "0.181609" "gorgpnnqwr" "0.638726" "rojeolnopp"
|
|
35
|
+
"0.561627" "mbxohpancs" "0.223001" "upodnpqenn" "0.957952" "dlbqcynhrn" "0.586659"
|
|
36
|
+
"ichqzmiyot" "0.813623" "ulbrotlhze" "0.111318" "licotqplim" "0.525834" "mxwgdcutnb"
|
|
37
|
+
"0.405858" "vpbkvwgxsf" "0.129768" "ijsmoyesvd" "0.591274" "mbgehjiauu" "0.718370"
|
|
38
|
+
"vymjzlzqcn" "0.189343" "rjkknoigmu" "0.566307" "jxoxtnzujs" "0.563082" "eqlgkwosie"
|
|
39
|
+
"0.040883" "ljcgdooafo" "0.326765" "cwaveajmcz" "0.423381" "ssjqrsluod" "0.865798"
|
|
40
|
+
"fhuvzpxjbc" "0.784445" "perfwnpvkl" "0.659790" "mjjuylgssm" "0.918901" "vxcbagyymm"
|
|
41
|
+
"0.282908" "nxcdcaqgit" "0.030110" "ewomnmugfa" "0.164237" "rkaznetutk" "0.281729"
|
|
42
|
+
"rqvryfvlie" "0.877790" "holjcdpijr" "0.878293" "pquewclxuy" "0.674968" "ocrcszcznp"
|
|
43
|
+
"0.520069" "xczfmrxrja" "0.314841" "nxzsnkmxvi" "0.719988" "hhjchwjlmc"'
|
|
44
|
+
dataset_name: 1key-zset-100-elements-float
|
|
45
|
+
dataset_description: This dataset contains 1 sorted set key with 100 elements, each
|
|
46
|
+
with a floating point score.
|
|
14
47
|
tested-groups:
|
|
15
48
|
- sorted-set
|
|
16
49
|
tested-commands:
|
|
@@ -23,10 +56,10 @@ build-variants:
|
|
|
23
56
|
clientconfig:
|
|
24
57
|
run_image: redislabs/memtier_benchmark:edge
|
|
25
58
|
tool: memtier_benchmark
|
|
26
|
-
arguments: --command="ZRANGE zset:100 0 1 BYSCORE WITHSCORES" --hide-histogram
|
|
59
|
+
arguments: --command="ZRANGE zset:100 0 1 BYSCORE WITHSCORES" --hide-histogram
|
|
60
|
+
--test-time 180
|
|
27
61
|
resources:
|
|
28
62
|
requests:
|
|
29
63
|
cpus: '4'
|
|
30
64
|
memory: 2g
|
|
31
|
-
|
|
32
65
|
priority: 53
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements-long-scores
|
|
3
|
-
description: 'Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
3
|
+
description: 'Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
4
|
+
SORTED SET contains 100 elements in it and we query it using ZRANGEBYSCORE with
|
|
5
|
+
a range of all elements. '
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
@@ -10,7 +12,38 @@ dbconfig:
|
|
|
10
12
|
requests:
|
|
11
13
|
memory: 1g
|
|
12
14
|
init_commands:
|
|
13
|
-
- '"ZADD" "zset:100:long_score" "10000000" "vyoomgwuzv" "10000001" "xamjodnbpf"
|
|
15
|
+
- '"ZADD" "zset:100:long_score" "10000000" "vyoomgwuzv" "10000001" "xamjodnbpf"
|
|
16
|
+
"10000002" "ewomnmugfa" "10000003" "ljcgdooafo" "10000004" "pcxdhdjwnf" "10000005"
|
|
17
|
+
"djetcyfxuc" "10000006" "licotqplim" "10000007" "alqlzsvuuz" "10000008" "ijsmoyesvd"
|
|
18
|
+
"10000009" "whmotknaff" "10000010" "rkaznetutk" "10000011" "ksqpdywgdd" "10000012"
|
|
19
|
+
"gorgpnnqwr" "10000013" "gekntrykfh" "10000014" "rjkknoigmu" "10000015" "luemuetmia"
|
|
20
|
+
"10000016" "gxephxbdru" "10000017" "ncjfckgkcl" "10000018" "hhjclfbbka" "10000019"
|
|
21
|
+
"cgoeihlnei" "10000020" "zwnitejtpg" "10000021" "upodnpqenn" "10000022" "mibvtmqxcy"
|
|
22
|
+
"10000023" "htvbwmfyic" "10000024" "rqvryfvlie" "10000025" "nxcdcaqgit" "10000026"
|
|
23
|
+
"gfdqdrondm" "10000027" "lysbgqqfqw" "10000028" "nxzsnkmxvi" "10000029" "nsxaigrnje"
|
|
24
|
+
"10000030" "cwaveajmcz" "10000031" "xsepfhdizi" "10000032" "owtkxlzaci" "10000033"
|
|
25
|
+
"agsdggdghc" "10000034" "tcjvjofxtd" "10000035" "kgqrovsxce" "10000036" "ouuybhtvyb"
|
|
26
|
+
"10000037" "ueyrvldzwl" "10000038" "vpbkvwgxsf" "10000039" "pytrnqdhvs" "10000040"
|
|
27
|
+
"qbiwbqiubb" "10000041" "ssjqrsluod" "10000042" "urvgxwbiiz" "10000043" "ujrxcmpvsq"
|
|
28
|
+
"10000044" "mtccjerdon" "10000045" "xczfmrxrja" "10000046" "imyizmhzjk" "10000047"
|
|
29
|
+
"oguwnmniig" "10000048" "mxwgdcutnb" "10000049" "pqyurbvifk" "10000050" "ccagtnjilc"
|
|
30
|
+
"10000051" "mbxohpancs" "10000052" "lgrkndhekf" "10000053" "eqlgkwosie" "10000054"
|
|
31
|
+
"jxoxtnzujs" "10000055" "lbtpbknelm" "10000056" "ichqzmiyot" "10000057" "mbgehjiauu"
|
|
32
|
+
"10000058" "aovfsvbwjg" "10000059" "nmgxcctxpn" "10000060" "vyqqkuszzh" "10000061"
|
|
33
|
+
"rojeolnopp" "10000062" "ibhohmfxzt" "10000063" "qbyhorvill" "10000064" "nhfnbxqgol"
|
|
34
|
+
"10000065" "wkbasfyzqz" "10000066" "mjjuylgssm" "10000067" "imdqxmkzdj" "10000068"
|
|
35
|
+
"oapbvnisyq" "10000069" "bqntlsaqjb" "10000070" "ocrcszcznp" "10000071" "hhniikmtsx"
|
|
36
|
+
"10000072" "hlpdstpvzw" "10000073" "wqiwdbncmt" "10000074" "vymjzlzqcn" "10000075"
|
|
37
|
+
"hhjchwjlmc" "10000076" "ypfeltycpy" "10000077" "qjyeqcfhjj" "10000078" "uapsgmizgh"
|
|
38
|
+
"10000079" "owbbdezgxn" "10000080" "qrosceblyo" "10000081" "sahqeskveq" "10000082"
|
|
39
|
+
"dapacykoah" "10000083" "wvcnqbvlnf" "10000084" "perfwnpvkl" "10000085" "ulbrotlhze"
|
|
40
|
+
"10000086" "fhuvzpxjbc" "10000087" "holjcdpijr" "10000088" "onzjrteqmu" "10000089"
|
|
41
|
+
"pquewclxuy" "10000090" "vpmpffdoqz" "10000091" "eouliovvra" "10000092" "vxcbagyymm"
|
|
42
|
+
"10000093" "jekkafodvk" "10000094" "ypekeuutef" "10000095" "dlbqcynhrn" "10000096"
|
|
43
|
+
"erxulvebrj" "10000097" "qwxrsgafzy" "10000098" "dlsjwmqzhx" "10000099" "exvhmqxvvp"'
|
|
44
|
+
dataset_name: 1key-zset-100-elements-long
|
|
45
|
+
dataset_description: This dataset contains 1 sorted set key with 100 elements, each
|
|
46
|
+
with a long score.
|
|
14
47
|
tested-groups:
|
|
15
48
|
- sorted-set
|
|
16
49
|
tested-commands:
|
|
@@ -23,10 +56,10 @@ build-variants:
|
|
|
23
56
|
clientconfig:
|
|
24
57
|
run_image: redislabs/memtier_benchmark:edge
|
|
25
58
|
tool: memtier_benchmark
|
|
26
|
-
arguments: --command="ZRANGEBYSCORE zset:100:long_score 0 1000000000 WITHSCORES" --hide-histogram
|
|
59
|
+
arguments: --command="ZRANGEBYSCORE zset:100:long_score 0 1000000000 WITHSCORES" --hide-histogram
|
|
60
|
+
--test-time 180
|
|
27
61
|
resources:
|
|
28
62
|
requests:
|
|
29
63
|
cpus: '4'
|
|
30
64
|
memory: 2g
|
|
31
|
-
|
|
32
65
|
priority: 7
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements
|
|
3
|
-
description: 'Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
3
|
+
description: 'Runs memtier_benchmark, for a keyspace length of 1 SORTED SET key. The
|
|
4
|
+
SORTED SET contains 100 elements in it and we query it using ZRANGEBYSCORE with
|
|
5
|
+
a range of all elements. '
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
@@ -10,7 +12,38 @@ dbconfig:
|
|
|
10
12
|
requests:
|
|
11
13
|
memory: 1g
|
|
12
14
|
init_commands:
|
|
13
|
-
- '"ZADD" "zset:100" "0.306275" "lysbgqqfqw" "0.486004" "mtccjerdon" "0.941626"
|
|
15
|
+
- '"ZADD" "zset:100" "0.306275" "lysbgqqfqw" "0.486004" "mtccjerdon" "0.941626"
|
|
16
|
+
"jekkafodvk" "0.602656" "nmgxcctxpn" "0.630771" "vyqqkuszzh" "0.406379" "pytrnqdhvs"
|
|
17
|
+
"0.521814" "oguwnmniig" "0.182854" "gekntrykfh" "0.657658" "nhfnbxqgol" "0.218066"
|
|
18
|
+
"cgoeihlnei" "0.366328" "kgqrovsxce" "0.520723" "imyizmhzjk" "0.426630" "urvgxwbiiz"
|
|
19
|
+
"0.878001" "onzjrteqmu" "0.126097" "alqlzsvuuz" "0.562698" "lgrkndhekf" "0.357487"
|
|
20
|
+
"tcjvjofxtd" "0.395563" "ouuybhtvyb" "0.745796" "owbbdezgxn" "0.165356" "ksqpdywgdd"
|
|
21
|
+
"0.757214" "qrosceblyo" "0.346153" "agsdggdghc" "0.297342" "gfdqdrondm" "0.668749"
|
|
22
|
+
"oapbvnisyq" "0.281552" "htvbwmfyic" "0.013874" "vyoomgwuzv" "0.052023" "pcxdhdjwnf"
|
|
23
|
+
"0.648518" "ibhohmfxzt" "0.967245" "erxulvebrj" "0.971791" "qwxrsgafzy" "0.154577"
|
|
24
|
+
"whmotknaff" "0.404082" "ueyrvldzwl" "0.324634" "nsxaigrnje" "0.342459" "xsepfhdizi"
|
|
25
|
+
"0.988925" "exvhmqxvvp" "0.345154" "owtkxlzaci" "0.728413" "ypfeltycpy" "0.406783"
|
|
26
|
+
"qbiwbqiubb" "0.714527" "wqiwdbncmt" "0.760975" "dapacykoah" "0.212614" "hhjclfbbka"
|
|
27
|
+
"0.445330" "ujrxcmpvsq" "0.576866" "lbtpbknelm" "0.764225" "wvcnqbvlnf" "0.281427"
|
|
28
|
+
"mibvtmqxcy" "0.596978" "aovfsvbwjg" "0.650632" "qbyhorvill" "0.948063" "ypekeuutef"
|
|
29
|
+
"0.028779" "xamjodnbpf" "0.678338" "hhniikmtsx" "0.757806" "sahqeskveq" "0.671949"
|
|
30
|
+
"bqntlsaqjb" "0.190314" "luemuetmia" "0.219219" "zwnitejtpg" "0.212301" "ncjfckgkcl"
|
|
31
|
+
"0.730613" "qjyeqcfhjj" "0.657992" "wkbasfyzqz" "0.556851" "ccagtnjilc" "0.543822"
|
|
32
|
+
"pqyurbvifk" "0.101854" "djetcyfxuc" "0.878471" "vpmpffdoqz" "0.696931" "hlpdstpvzw"
|
|
33
|
+
"0.662898" "imdqxmkzdj" "0.887214" "eouliovvra" "0.193298" "gxephxbdru" "0.978115"
|
|
34
|
+
"dlsjwmqzhx" "0.743150" "uapsgmizgh" "0.181609" "gorgpnnqwr" "0.638726" "rojeolnopp"
|
|
35
|
+
"0.561627" "mbxohpancs" "0.223001" "upodnpqenn" "0.957952" "dlbqcynhrn" "0.586659"
|
|
36
|
+
"ichqzmiyot" "0.813623" "ulbrotlhze" "0.111318" "licotqplim" "0.525834" "mxwgdcutnb"
|
|
37
|
+
"0.405858" "vpbkvwgxsf" "0.129768" "ijsmoyesvd" "0.591274" "mbgehjiauu" "0.718370"
|
|
38
|
+
"vymjzlzqcn" "0.189343" "rjkknoigmu" "0.566307" "jxoxtnzujs" "0.563082" "eqlgkwosie"
|
|
39
|
+
"0.040883" "ljcgdooafo" "0.326765" "cwaveajmcz" "0.423381" "ssjqrsluod" "0.865798"
|
|
40
|
+
"fhuvzpxjbc" "0.784445" "perfwnpvkl" "0.659790" "mjjuylgssm" "0.918901" "vxcbagyymm"
|
|
41
|
+
"0.282908" "nxcdcaqgit" "0.030110" "ewomnmugfa" "0.164237" "rkaznetutk" "0.281729"
|
|
42
|
+
"rqvryfvlie" "0.877790" "holjcdpijr" "0.878293" "pquewclxuy" "0.674968" "ocrcszcznp"
|
|
43
|
+
"0.520069" "xczfmrxrja" "0.314841" "nxzsnkmxvi" "0.719988" "hhjchwjlmc"'
|
|
44
|
+
dataset_name: 1key-zset-100-elements-float
|
|
45
|
+
dataset_description: This dataset contains 1 sorted set key with 100 elements, each
|
|
46
|
+
with a floating point score.
|
|
14
47
|
tested-groups:
|
|
15
48
|
- sorted-set
|
|
16
49
|
tested-commands:
|
|
@@ -23,10 +56,10 @@ build-variants:
|
|
|
23
56
|
clientconfig:
|
|
24
57
|
run_image: redislabs/memtier_benchmark:edge
|
|
25
58
|
tool: memtier_benchmark
|
|
26
|
-
arguments: --command="ZRANGEBYSCORE zset:100 0 1 WITHSCORES" --hide-histogram --test-time
|
|
59
|
+
arguments: --command="ZRANGEBYSCORE zset:100 0 1 WITHSCORES" --hide-histogram --test-time
|
|
60
|
+
180
|
|
27
61
|
resources:
|
|
28
62
|
requests:
|
|
29
63
|
cpus: '4'
|
|
30
64
|
memory: 2g
|
|
31
|
-
|
|
32
65
|
priority: 7
|