redis-benchmarks-specification 0.1.291__py3-none-any.whl → 0.1.293__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 +622 -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.293.dist-info}/METADATA +1 -1
- {redis_benchmarks_specification-0.1.291.dist-info → redis_benchmarks_specification-0.1.293.dist-info}/RECORD +227 -227
- {redis_benchmarks_specification-0.1.291.dist-info → redis_benchmarks_specification-0.1.293.dist-info}/LICENSE +0 -0
- {redis_benchmarks_specification-0.1.291.dist-info → redis_benchmarks_specification-0.1.293.dist-info}/WHEEL +0 -0
- {redis_benchmarks_specification-0.1.291.dist-info → redis_benchmarks_specification-0.1.293.dist-info}/entry_points.txt +0 -0
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-100Kkeys-hash-hgetall-50-fields-100B-values
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 1M keys pre-loading
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1M keys pre-loading
|
|
4
|
+
HASHes in which the value has a data size of 10 Bytes. After pre-loading the data
|
|
5
|
+
it issues HGETALL command.
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
@@ -9,10 +11,25 @@ dbconfig:
|
|
|
9
11
|
preload_tool:
|
|
10
12
|
run_image: redislabs/memtier_benchmark:edge
|
|
11
13
|
tool: memtier_benchmark
|
|
12
|
-
arguments: '"--data-size" "100" --command "HSET __key__ field:1 __data__ field:2
|
|
14
|
+
arguments: '"--data-size" "100" --command "HSET __key__ field:1 __data__ field:2
|
|
15
|
+
__data__ field:3 __data__ field:4 __data__ field:5 __data__ field:6 __data__
|
|
16
|
+
field:7 __data__ field:8 __data__ field:9 __data__ field:10 __data__ field:11
|
|
17
|
+
__data__ field:12 __data__ field:13 __data__ field:14 __data__ field:15 __data__
|
|
18
|
+
field:16 __data__ field:17 __data__ field:18 __data__ field:19 __data__ field:20
|
|
19
|
+
__data__ field:21 __data__ field:22 __data__ field:23 __data__ field:24 __data__
|
|
20
|
+
field:25 __data__ field:26 __data__ field:27 __data__ field:28 __data__ field:29
|
|
21
|
+
__data__ field:30 __data__ field:31 __data__ field:32 __data__ field:33 __data__
|
|
22
|
+
field:34 __data__ field:35 __data__ field:36 __data__ field:37 __data__ field:38
|
|
23
|
+
__data__ field:39 __data__ field:40 __data__ field:41 __data__ field:42 __data__
|
|
24
|
+
field:43 __data__ field:44 __data__ field:45 __data__ field:46 __data__ field:47
|
|
25
|
+
__data__ field:48 __data__ field:49 __data__ field:50 __data__" --command-key-pattern="P"
|
|
26
|
+
--key-minimum=1 --key-maximum 1000000 -n 500 -c 50 -t 4 --hide-histogram'
|
|
13
27
|
resources:
|
|
14
28
|
requests:
|
|
15
29
|
memory: 2g
|
|
30
|
+
dataset_name: 100Kkeys-hash-50-fields-100B-size
|
|
31
|
+
dataset_description: This dataset contains 100,000 hash keys, each with 50 fields
|
|
32
|
+
and each field has a data size of 100 bytes.
|
|
16
33
|
tested-groups:
|
|
17
34
|
- hash
|
|
18
35
|
tested-commands:
|
|
@@ -25,10 +42,10 @@ build-variants:
|
|
|
25
42
|
clientconfig:
|
|
26
43
|
run_image: redislabs/memtier_benchmark:edge
|
|
27
44
|
tool: memtier_benchmark
|
|
28
|
-
arguments: ' --command "HGETALL __key__" --command-key-pattern="R" --key-minimum=1
|
|
45
|
+
arguments: ' --command "HGETALL __key__" --command-key-pattern="R" --key-minimum=1
|
|
46
|
+
--key-maximum 100000 --test-time 120 -c 50 -t 4 --hide-histogram'
|
|
29
47
|
resources:
|
|
30
48
|
requests:
|
|
31
49
|
cpus: '4'
|
|
32
50
|
memory: 2g
|
|
33
|
-
|
|
34
51
|
priority: 96
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-100Kkeys-load-hash-20-fields-with-1B-values-pipeline-30
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 100K keys loading HASHES
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 100K keys loading HASHES
|
|
4
|
+
with 50 fields each. Each field value has a data size of 10 Bytes.
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -21,10 +22,21 @@ build-variants:
|
|
|
21
22
|
clientconfig:
|
|
22
23
|
run_image: redislabs/memtier_benchmark:edge
|
|
23
24
|
tool: memtier_benchmark
|
|
24
|
-
arguments: --test-time 120 --distinct-client-seed "--data-size" "10" --command "HSET
|
|
25
|
+
arguments: --test-time 120 --distinct-client-seed "--data-size" "10" --command "HSET
|
|
26
|
+
__key__ field:1 __data__ field:2 __data__ field:3 __data__ field:4 __data__ field:5
|
|
27
|
+
__data__ field:6 __data__ field:7 __data__ field:8 __data__ field:9 __data__ field:10
|
|
28
|
+
__data__ field:11 __data__ field:12 __data__ field:13 __data__ field:14 __data__
|
|
29
|
+
field:15 __data__ field:16 __data__ field:17 __data__ field:18 __data__ field:19
|
|
30
|
+
__data__ field:20 __data__ field:21 __data__ field:22 __data__ field:23 __data__
|
|
31
|
+
field:24 __data__ field:25 __data__ field:26 __data__ field:27 __data__ field:28
|
|
32
|
+
__data__ field:29 __data__ field:30 __data__ field:31 __data__ field:32 __data__
|
|
33
|
+
field:33 __data__ field:34 __data__ field:35 __data__ field:36 __data__ field:37
|
|
34
|
+
__data__ field:38 __data__ field:39 __data__ field:40 __data__ field:41 __data__
|
|
35
|
+
field:42 __data__ field:43 __data__ field:44 __data__ field:45 __data__ field:46
|
|
36
|
+
__data__ field:47 __data__ field:48 __data__ field:49 __data__ field:50 __data__"
|
|
37
|
+
--command-key-pattern="R" --key-minimum=1 --key-maximum 100000 -c 50 -t 4 --hide-histogram
|
|
25
38
|
resources:
|
|
26
39
|
requests:
|
|
27
40
|
cpus: '4'
|
|
28
41
|
memory: 2g
|
|
29
|
-
|
|
30
42
|
priority: 5
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-100Kkeys-load-hash-50-fields-with-1000B-values
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 100K keys loading HASHES
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 100K keys loading HASHES
|
|
4
|
+
with 50 fields each. Each field value has a data size of 1000 Bytes.
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -21,10 +22,22 @@ build-variants:
|
|
|
21
22
|
clientconfig:
|
|
22
23
|
run_image: redislabs/memtier_benchmark:edge
|
|
23
24
|
tool: memtier_benchmark
|
|
24
|
-
arguments: --test-time 120 --distinct-client-seed "--data-size" "1000" --command
|
|
25
|
+
arguments: --test-time 120 --distinct-client-seed "--data-size" "1000" --command
|
|
26
|
+
"HSET __key__ field:1 __data__ field:2 __data__ field:3 __data__ field:4 __data__
|
|
27
|
+
field:5 __data__ field:6 __data__ field:7 __data__ field:8 __data__ field:9 __data__
|
|
28
|
+
field:10 __data__ field:11 __data__ field:12 __data__ field:13 __data__ field:14
|
|
29
|
+
__data__ field:15 __data__ field:16 __data__ field:17 __data__ field:18 __data__
|
|
30
|
+
field:19 __data__ field:20 __data__ field:21 __data__ field:22 __data__ field:23
|
|
31
|
+
__data__ field:24 __data__ field:25 __data__ field:26 __data__ field:27 __data__
|
|
32
|
+
field:28 __data__ field:29 __data__ field:30 __data__ field:31 __data__ field:32
|
|
33
|
+
__data__ field:33 __data__ field:34 __data__ field:35 __data__ field:36 __data__
|
|
34
|
+
field:37 __data__ field:38 __data__ field:39 __data__ field:40 __data__ field:41
|
|
35
|
+
__data__ field:42 __data__ field:43 __data__ field:44 __data__ field:45 __data__
|
|
36
|
+
field:46 __data__ field:47 __data__ field:48 __data__ field:49 __data__ field:50
|
|
37
|
+
__data__" --command-key-pattern="R" --key-minimum=1 --key-maximum 100000 -c 50
|
|
38
|
+
-t 4 --hide-histogram
|
|
25
39
|
resources:
|
|
26
40
|
requests:
|
|
27
41
|
cpus: '4'
|
|
28
42
|
memory: 2g
|
|
29
|
-
|
|
30
43
|
priority: 5
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-100Kkeys-load-hash-50-fields-with-100B-values
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 100K keys loading HASHES
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 100K keys loading HASHES
|
|
4
|
+
with 50 fields each. Each field value has a data size of 100 Bytes.
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -21,10 +22,22 @@ build-variants:
|
|
|
21
22
|
clientconfig:
|
|
22
23
|
run_image: redislabs/memtier_benchmark:edge
|
|
23
24
|
tool: memtier_benchmark
|
|
24
|
-
arguments: --test-time 120 --distinct-client-seed "--data-size" "100" --command
|
|
25
|
+
arguments: --test-time 120 --distinct-client-seed "--data-size" "100" --command
|
|
26
|
+
"HSET __key__ field:1 __data__ field:2 __data__ field:3 __data__ field:4 __data__
|
|
27
|
+
field:5 __data__ field:6 __data__ field:7 __data__ field:8 __data__ field:9 __data__
|
|
28
|
+
field:10 __data__ field:11 __data__ field:12 __data__ field:13 __data__ field:14
|
|
29
|
+
__data__ field:15 __data__ field:16 __data__ field:17 __data__ field:18 __data__
|
|
30
|
+
field:19 __data__ field:20 __data__ field:21 __data__ field:22 __data__ field:23
|
|
31
|
+
__data__ field:24 __data__ field:25 __data__ field:26 __data__ field:27 __data__
|
|
32
|
+
field:28 __data__ field:29 __data__ field:30 __data__ field:31 __data__ field:32
|
|
33
|
+
__data__ field:33 __data__ field:34 __data__ field:35 __data__ field:36 __data__
|
|
34
|
+
field:37 __data__ field:38 __data__ field:39 __data__ field:40 __data__ field:41
|
|
35
|
+
__data__ field:42 __data__ field:43 __data__ field:44 __data__ field:45 __data__
|
|
36
|
+
field:46 __data__ field:47 __data__ field:48 __data__ field:49 __data__ field:50
|
|
37
|
+
__data__" --command-key-pattern="R" --key-minimum=1 --key-maximum 100000 -c 50
|
|
38
|
+
-t 4 --hide-histogram
|
|
25
39
|
resources:
|
|
26
40
|
requests:
|
|
27
41
|
cpus: '4'
|
|
28
42
|
memory: 2g
|
|
29
|
-
|
|
30
43
|
priority: 5
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-100Kkeys-load-hash-50-fields-with-10B-values
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 100K keys loading HASHES
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 100K keys loading HASHES
|
|
4
|
+
with 50 fields each. Each field value has a data size of 10 Bytes.
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -21,10 +22,21 @@ build-variants:
|
|
|
21
22
|
clientconfig:
|
|
22
23
|
run_image: redislabs/memtier_benchmark:edge
|
|
23
24
|
tool: memtier_benchmark
|
|
24
|
-
arguments: --test-time 120 --distinct-client-seed "--data-size" "10" --command "HSET
|
|
25
|
+
arguments: --test-time 120 --distinct-client-seed "--data-size" "10" --command "HSET
|
|
26
|
+
__key__ field:1 __data__ field:2 __data__ field:3 __data__ field:4 __data__ field:5
|
|
27
|
+
__data__ field:6 __data__ field:7 __data__ field:8 __data__ field:9 __data__ field:10
|
|
28
|
+
__data__ field:11 __data__ field:12 __data__ field:13 __data__ field:14 __data__
|
|
29
|
+
field:15 __data__ field:16 __data__ field:17 __data__ field:18 __data__ field:19
|
|
30
|
+
__data__ field:20 __data__ field:21 __data__ field:22 __data__ field:23 __data__
|
|
31
|
+
field:24 __data__ field:25 __data__ field:26 __data__ field:27 __data__ field:28
|
|
32
|
+
__data__ field:29 __data__ field:30 __data__ field:31 __data__ field:32 __data__
|
|
33
|
+
field:33 __data__ field:34 __data__ field:35 __data__ field:36 __data__ field:37
|
|
34
|
+
__data__ field:38 __data__ field:39 __data__ field:40 __data__ field:41 __data__
|
|
35
|
+
field:42 __data__ field:43 __data__ field:44 __data__ field:45 __data__ field:46
|
|
36
|
+
__data__ field:47 __data__ field:48 __data__ field:49 __data__ field:50 __data__"
|
|
37
|
+
--command-key-pattern="R" --key-minimum=1 --key-maximum 100000 -c 50 -t 4 --hide-histogram
|
|
25
38
|
resources:
|
|
26
39
|
requests:
|
|
27
40
|
cpus: '4'
|
|
28
41
|
memory: 2g
|
|
29
|
-
|
|
30
42
|
priority: 5
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-10Kkeys-load-hash-50-fields-with-10000B-values
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 100K keys loading HASHES
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 100K keys loading HASHES
|
|
4
|
+
with 50 fields each. Each field value has a data size of 1000 Bytes.
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -21,10 +22,22 @@ build-variants:
|
|
|
21
22
|
clientconfig:
|
|
22
23
|
run_image: redislabs/memtier_benchmark:edge
|
|
23
24
|
tool: memtier_benchmark
|
|
24
|
-
arguments: --test-time 120 --distinct-client-seed "--data-size" "10000" --command
|
|
25
|
+
arguments: --test-time 120 --distinct-client-seed "--data-size" "10000" --command
|
|
26
|
+
"HSET __key__ field:1 __data__ field:2 __data__ field:3 __data__ field:4 __data__
|
|
27
|
+
field:5 __data__ field:6 __data__ field:7 __data__ field:8 __data__ field:9 __data__
|
|
28
|
+
field:10 __data__ field:11 __data__ field:12 __data__ field:13 __data__ field:14
|
|
29
|
+
__data__ field:15 __data__ field:16 __data__ field:17 __data__ field:18 __data__
|
|
30
|
+
field:19 __data__ field:20 __data__ field:21 __data__ field:22 __data__ field:23
|
|
31
|
+
__data__ field:24 __data__ field:25 __data__ field:26 __data__ field:27 __data__
|
|
32
|
+
field:28 __data__ field:29 __data__ field:30 __data__ field:31 __data__ field:32
|
|
33
|
+
__data__ field:33 __data__ field:34 __data__ field:35 __data__ field:36 __data__
|
|
34
|
+
field:37 __data__ field:38 __data__ field:39 __data__ field:40 __data__ field:41
|
|
35
|
+
__data__ field:42 __data__ field:43 __data__ field:44 __data__ field:45 __data__
|
|
36
|
+
field:46 __data__ field:47 __data__ field:48 __data__ field:49 __data__ field:50
|
|
37
|
+
__data__" --command-key-pattern="R" --key-minimum=1 --key-maximum 10000 -c 50
|
|
38
|
+
-t 4 --hide-histogram
|
|
25
39
|
resources:
|
|
26
40
|
requests:
|
|
27
41
|
cpus: '4'
|
|
28
42
|
memory: 2g
|
|
29
|
-
|
|
30
43
|
priority: 5
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-10Kkeys-load-list-with-10B-values-pipeline-50
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 1M keys loading LISTs
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1M keys loading LISTs
|
|
4
|
+
in which the value has a data size of 10 Bytes.
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -21,10 +22,11 @@ build-variants:
|
|
|
21
22
|
clientconfig:
|
|
22
23
|
run_image: redislabs/memtier_benchmark:edge
|
|
23
24
|
tool: memtier_benchmark
|
|
24
|
-
arguments: '"--data-size" "10" --pipeline 50 --command "LPUSH __key__ __data__"
|
|
25
|
+
arguments: '"--data-size" "10" --pipeline 50 --command "LPUSH __key__ __data__"
|
|
26
|
+
--command-key-pattern="P" --key-minimum=1 --key-maximum 10000 --test-time 180
|
|
27
|
+
-c 50 -t 4 --hide-histogram'
|
|
25
28
|
resources:
|
|
26
29
|
requests:
|
|
27
30
|
cpus: '4'
|
|
28
31
|
memory: 2g
|
|
29
|
-
|
|
30
32
|
priority: 38
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values-pipeline-10
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 10M keys loading HASHES
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 10M keys loading HASHES
|
|
4
|
+
with 5 fields each. Each field value has a data size of 100 Bytes.
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -19,12 +20,13 @@ build-variants:
|
|
|
19
20
|
clientconfig:
|
|
20
21
|
run_image: redislabs/memtier_benchmark:edge
|
|
21
22
|
tool: memtier_benchmark
|
|
22
|
-
arguments: '"--pipeline" "10" "--data-size" "100" --command "HSET __key__ field1
|
|
23
|
+
arguments: '"--pipeline" "10" "--data-size" "100" --command "HSET __key__ field1
|
|
24
|
+
__data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" "--command-key-pattern"
|
|
25
|
+
"P" --key-minimum=1 --key-maximum 10000000 -c 50 -t 4 --hide-histogram --test-time=180'
|
|
23
26
|
resources:
|
|
24
27
|
requests:
|
|
25
28
|
cpus: '4'
|
|
26
29
|
memory: 2g
|
|
27
|
-
|
|
28
30
|
tested-groups:
|
|
29
31
|
- hash
|
|
30
32
|
priority: 5
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 10M keys loading HASHES
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 10M keys loading HASHES
|
|
4
|
+
with 5 fields each. Each field value has a data size of 100 Bytes.
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -19,12 +20,13 @@ build-variants:
|
|
|
19
20
|
clientconfig:
|
|
20
21
|
run_image: redislabs/memtier_benchmark:edge
|
|
21
22
|
tool: memtier_benchmark
|
|
22
|
-
arguments: --test-time 180 "--data-size" "100" --command "HSET __key__ field1 __data__
|
|
23
|
+
arguments: --test-time 180 "--data-size" "100" --command "HSET __key__ field1 __data__
|
|
24
|
+
field2 __data__ field3 __data__ field4 __data__ field5 __data__" --command-key-pattern="P"
|
|
25
|
+
--key-minimum=1 --key-maximum 10000000 -c 50 -t 4 --hide-histogram
|
|
23
26
|
resources:
|
|
24
27
|
requests:
|
|
25
28
|
cpus: '4'
|
|
26
29
|
memory: 2g
|
|
27
|
-
|
|
28
30
|
tested-groups:
|
|
29
31
|
- hash
|
|
30
32
|
priority: 5
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values-pipeline-10
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 10M keys loading HASHES
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 10M keys loading HASHES
|
|
4
|
+
with 5 fields each. Each field value has a data size of 10 Bytes.
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -19,12 +20,14 @@ build-variants:
|
|
|
19
20
|
clientconfig:
|
|
20
21
|
run_image: redislabs/memtier_benchmark:edge
|
|
21
22
|
tool: memtier_benchmark
|
|
22
|
-
arguments: --test-time 180 "--pipeline" "10" "--data-size" "10" --command "HSET
|
|
23
|
+
arguments: --test-time 180 "--pipeline" "10" "--data-size" "10" --command "HSET
|
|
24
|
+
__key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5
|
|
25
|
+
__data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 10000000 -c
|
|
26
|
+
50 -t 4 --hide-histogram
|
|
23
27
|
resources:
|
|
24
28
|
requests:
|
|
25
29
|
cpus: '4'
|
|
26
30
|
memory: 2g
|
|
27
|
-
|
|
28
31
|
tested-groups:
|
|
29
32
|
- hash
|
|
30
33
|
priority: 5
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 10M keys loading HASHES
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 10M keys loading HASHES
|
|
4
|
+
with 5 fields each. Each field value has a data size of 10 Bytes.
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -19,12 +20,13 @@ build-variants:
|
|
|
19
20
|
clientconfig:
|
|
20
21
|
run_image: redislabs/memtier_benchmark:edge
|
|
21
22
|
tool: memtier_benchmark
|
|
22
|
-
arguments: --test-time 180 "--data-size" "10" --command "HSET __key__ field1 __data__
|
|
23
|
+
arguments: --test-time 180 "--data-size" "10" --command "HSET __key__ field1 __data__
|
|
24
|
+
field2 __data__ field3 __data__ field4 __data__ field5 __data__" --command-key-pattern="P"
|
|
25
|
+
--key-minimum=1 --key-maximum 10000000 -c 50 -t 4 --hide-histogram
|
|
23
26
|
resources:
|
|
24
27
|
requests:
|
|
25
28
|
cpus: '4'
|
|
26
29
|
memory: 2g
|
|
27
|
-
|
|
28
30
|
tested-groups:
|
|
29
31
|
- hash
|
|
30
32
|
priority: 5
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-10Mkeys-string-get-10B-pipeline-100-nokeyprefix
|
|
3
|
-
description: memtier_benchmark, 10M keys, string GET, 10B value size, pipeline=100,
|
|
3
|
+
description: memtier_benchmark, 10M keys, string GET, 10B value size, pipeline=100,
|
|
4
|
+
no key prefix
|
|
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: '"--data-size" "10" "--ratio" "1:0" "--key-pattern" "P:P" "-c" "50"
|
|
13
|
+
arguments: '"--data-size" "10" "--ratio" "1:0" "--key-pattern" "P:P" "-c" "50"
|
|
14
|
+
"-t" "1" "--hide-histogram" "--key-minimum" "1" "--key-maximum" "10000000" "-n"
|
|
15
|
+
"allkeys" --pipeline 50'
|
|
13
16
|
resources:
|
|
14
17
|
requests:
|
|
15
18
|
memory: 10g
|
|
19
|
+
dataset_name: 10Mkeys-string-10B-size-nokeyprefix
|
|
20
|
+
dataset_description: This dataset contains 10 million string keys, each with a data
|
|
21
|
+
size of 10 bytes. There is no key prefix on the keys, meaning key names are 1,2,3,...
|
|
16
22
|
tested-groups:
|
|
17
23
|
- string
|
|
18
24
|
tested-commands:
|
|
@@ -23,10 +29,10 @@ redis-topologies:
|
|
|
23
29
|
clientconfig:
|
|
24
30
|
run_image: redislabs/memtier_benchmark:edge
|
|
25
31
|
tool: memtier_benchmark
|
|
26
|
-
arguments: '"--data-size" "10" --command "GET __key__" --command-key-pattern="R"
|
|
32
|
+
arguments: '"--data-size" "10" --command "GET __key__" --command-key-pattern="R"
|
|
33
|
+
--key-prefix="" -c 50 -t 2 --pipeline 100 --hide-histogram --test-time 180'
|
|
27
34
|
resources:
|
|
28
35
|
requests:
|
|
29
36
|
cpus: '3'
|
|
30
37
|
memory: 2g
|
|
31
|
-
|
|
32
38
|
priority: 33
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-100B-expire-use-case.yml
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1Mkeys-100B-expire-use-case
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 1M keys with a data
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1M keys with a data
|
|
4
|
+
size of 100 Bytes for each key, which 50% of the keys have expiration set during
|
|
5
|
+
the benchmark.
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
@@ -9,10 +11,15 @@ dbconfig:
|
|
|
9
11
|
preload_tool:
|
|
10
12
|
run_image: redislabs/memtier_benchmark:edge
|
|
11
13
|
tool: memtier_benchmark
|
|
12
|
-
arguments: '"--data-size" "100" "--command" "SET __key__ __data__" "--command-key-pattern"
|
|
14
|
+
arguments: '"--data-size" "100" "--command" "SET __key__ __data__" "--command-key-pattern"
|
|
15
|
+
"P" "-c" "50" "-t" "2" "--hide-histogram" "--key-minimum" "1" "--key-maximum"
|
|
16
|
+
"1000000"'
|
|
13
17
|
resources:
|
|
14
18
|
requests:
|
|
15
19
|
memory: 1g
|
|
20
|
+
dataset_name: 1Mkeys-string-100B-size
|
|
21
|
+
dataset_description: This dataset contains 1 million string keys, each with a data
|
|
22
|
+
size of 100 bytes.
|
|
16
23
|
tested-groups:
|
|
17
24
|
- string
|
|
18
25
|
- generic
|
|
@@ -30,10 +37,13 @@ build-variants:
|
|
|
30
37
|
clientconfig:
|
|
31
38
|
run_image: redislabs/memtier_benchmark:edge
|
|
32
39
|
tool: memtier_benchmark
|
|
33
|
-
arguments: '"--data-size" "100" --command "SETEX __key__ 10 __data__" --command-key-pattern="R"
|
|
40
|
+
arguments: '"--data-size" "100" --command "SETEX __key__ 10 __data__" --command-key-pattern="R"
|
|
41
|
+
--command "SET __key__ __data__" --command-key-pattern="R" --command "GET __key__"
|
|
42
|
+
--command-key-pattern="R" --command "DEL __key__" --command-key-pattern="R" -c
|
|
43
|
+
50 -t 2 --hide-histogram --test-time 120 "--key-minimum" "1" "--key-maximum"
|
|
44
|
+
"1000000"'
|
|
34
45
|
resources:
|
|
35
46
|
requests:
|
|
36
47
|
cpus: '3'
|
|
37
48
|
memory: 2g
|
|
38
|
-
|
|
39
49
|
priority: 33
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1Mkeys-10B-expire-use-case
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 1M keys with a data
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1M keys with a data
|
|
4
|
+
size of 10 Bytes for each key, which 50% of the keys have expiration set during
|
|
5
|
+
the benchmark.
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
@@ -9,10 +11,15 @@ dbconfig:
|
|
|
9
11
|
preload_tool:
|
|
10
12
|
run_image: redislabs/memtier_benchmark:edge
|
|
11
13
|
tool: memtier_benchmark
|
|
12
|
-
arguments: '"--data-size" "10" "--command" "SET __key__ __data__" "--command-key-pattern"
|
|
14
|
+
arguments: '"--data-size" "10" "--command" "SET __key__ __data__" "--command-key-pattern"
|
|
15
|
+
"P" "-c" "50" "-t" "2" "--hide-histogram" "--key-minimum" "1" "--key-maximum"
|
|
16
|
+
"1000000" "-n" "allkeys"'
|
|
13
17
|
resources:
|
|
14
18
|
requests:
|
|
15
19
|
memory: 1g
|
|
20
|
+
dataset_name: 1Mkeys-string-10B-size
|
|
21
|
+
dataset_description: This dataset contains 1 million string keys, each with a data
|
|
22
|
+
size of 10 bytes.
|
|
16
23
|
tested-groups:
|
|
17
24
|
- string
|
|
18
25
|
- generic
|
|
@@ -30,10 +37,13 @@ build-variants:
|
|
|
30
37
|
clientconfig:
|
|
31
38
|
run_image: redislabs/memtier_benchmark:edge
|
|
32
39
|
tool: memtier_benchmark
|
|
33
|
-
arguments: '"--data-size" "10" --command "SETEX __key__ 10 __data__" --command-key-pattern="R"
|
|
40
|
+
arguments: '"--data-size" "10" --command "SETEX __key__ 10 __data__" --command-key-pattern="R"
|
|
41
|
+
--command "SET __key__ __data__" --command-key-pattern="R" --command "GET __key__"
|
|
42
|
+
--command-key-pattern="R" --command "DEL __key__" --command-key-pattern="R" -c
|
|
43
|
+
50 -t 2 --hide-histogram --test-time 120 "--key-minimum" "1" "--key-maximum"
|
|
44
|
+
"1000000"'
|
|
34
45
|
resources:
|
|
35
46
|
requests:
|
|
36
47
|
cpus: '3'
|
|
37
48
|
memory: 2g
|
|
38
|
-
|
|
39
49
|
priority: 33
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-psetex-expire-use-case.yml
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1Mkeys-10B-psetex-expire-use-case
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 1M keys with a data
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1M keys with a data
|
|
4
|
+
size of 10 Bytes for each key, which 50% of the keys have expiration set during
|
|
5
|
+
the benchmark.
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
@@ -9,10 +11,15 @@ dbconfig:
|
|
|
9
11
|
preload_tool:
|
|
10
12
|
run_image: redislabs/memtier_benchmark:edge
|
|
11
13
|
tool: memtier_benchmark
|
|
12
|
-
arguments: '"--data-size" "10" "--command" "SET __key__ __data__" "--command-key-pattern"
|
|
14
|
+
arguments: '"--data-size" "10" "--command" "SET __key__ __data__" "--command-key-pattern"
|
|
15
|
+
"P" "-c" "50" "-t" "2" "--hide-histogram" "--key-minimum" "1" "--key-maximum"
|
|
16
|
+
"1000000" "-n" "allkeys"'
|
|
13
17
|
resources:
|
|
14
18
|
requests:
|
|
15
19
|
memory: 1g
|
|
20
|
+
dataset_name: 1Mkeys-string-10B-size
|
|
21
|
+
dataset_description: This dataset contains 1 million string keys, each with a data
|
|
22
|
+
size of 10 bytes.
|
|
16
23
|
tested-groups:
|
|
17
24
|
- string
|
|
18
25
|
tested-commands:
|
|
@@ -25,10 +32,11 @@ build-variants:
|
|
|
25
32
|
clientconfig:
|
|
26
33
|
run_image: redislabs/memtier_benchmark:edge
|
|
27
34
|
tool: memtier_benchmark
|
|
28
|
-
arguments: '"--data-size" "10" --command "PSETEX __key__ 10 __data__" --command-key-pattern="R"
|
|
35
|
+
arguments: '"--data-size" "10" --command "PSETEX __key__ 10 __data__" --command-key-pattern="R"
|
|
36
|
+
-c 50 -t 2 --hide-histogram --test-time 120 "--key-minimum" "1" "--key-maximum"
|
|
37
|
+
"1000000"'
|
|
29
38
|
resources:
|
|
30
39
|
requests:
|
|
31
40
|
cpus: '3'
|
|
32
41
|
memory: 2g
|
|
33
|
-
|
|
34
42
|
priority: 33
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-setex-expire-use-case.yml
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1Mkeys-10B-setex-expire-use-case
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 1M keys with a data
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1M keys with a data
|
|
4
|
+
size of 10 Bytes for each key, which 50% of the keys have expiration set during
|
|
5
|
+
the benchmark.
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
@@ -9,10 +11,15 @@ dbconfig:
|
|
|
9
11
|
preload_tool:
|
|
10
12
|
run_image: redislabs/memtier_benchmark:edge
|
|
11
13
|
tool: memtier_benchmark
|
|
12
|
-
arguments: '"--data-size" "10" "--command" "SET __key__ __data__" "--command-key-pattern"
|
|
14
|
+
arguments: '"--data-size" "10" "--command" "SET __key__ __data__" "--command-key-pattern"
|
|
15
|
+
"P" "-c" "50" "-t" "2" "--hide-histogram" "--key-minimum" "1" "--key-maximum"
|
|
16
|
+
"1000000" "-n" "allkeys"'
|
|
13
17
|
resources:
|
|
14
18
|
requests:
|
|
15
19
|
memory: 1g
|
|
20
|
+
dataset_name: 1Mkeys-string-10B-size
|
|
21
|
+
dataset_description: This dataset contains 1 million string keys, each with a data
|
|
22
|
+
size of 10 bytes.
|
|
16
23
|
tested-groups:
|
|
17
24
|
- string
|
|
18
25
|
tested-commands:
|
|
@@ -25,10 +32,11 @@ build-variants:
|
|
|
25
32
|
clientconfig:
|
|
26
33
|
run_image: redislabs/memtier_benchmark:edge
|
|
27
34
|
tool: memtier_benchmark
|
|
28
|
-
arguments: '"--data-size" "10" --command "SETEX __key__ 10 __data__" --command-key-pattern="R"
|
|
35
|
+
arguments: '"--data-size" "10" --command "SETEX __key__ 10 __data__" --command-key-pattern="R"
|
|
36
|
+
-c 50 -t 2 --hide-histogram --test-time 120 "--key-minimum" "1" "--key-maximum"
|
|
37
|
+
"1000000"'
|
|
29
38
|
resources:
|
|
30
39
|
requests:
|
|
31
40
|
cpus: '3'
|
|
32
41
|
memory: 2g
|
|
33
|
-
|
|
34
42
|
priority: 33
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-1KiB-expire-use-case.yml
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1Mkeys-1KiB-expire-use-case
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 1M keys with a data
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1M keys with a data
|
|
4
|
+
size of 1KiB Bytes for each key, which 50% of the keys have expiration set during
|
|
5
|
+
the benchmark.
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
@@ -9,10 +11,14 @@ dbconfig:
|
|
|
9
11
|
preload_tool:
|
|
10
12
|
run_image: redislabs/memtier_benchmark:edge
|
|
11
13
|
tool: memtier_benchmark
|
|
12
|
-
arguments:
|
|
14
|
+
arguments: --data-size 1000 --pipeline 50 -n allkeys --ratio 1:0 --key-pattern
|
|
15
|
+
P:P -c 1 -t 4 --hide-histogram --key-minimum 1 --key-maximum 1000000
|
|
13
16
|
resources:
|
|
14
17
|
requests:
|
|
15
18
|
memory: 2g
|
|
19
|
+
dataset_name: 1Mkeys-string-1KiB-size
|
|
20
|
+
dataset_description: This dataset contains 1 million string keys, each with a data
|
|
21
|
+
size of 1 KiB.
|
|
16
22
|
tested-groups:
|
|
17
23
|
- string
|
|
18
24
|
- generic
|
|
@@ -30,10 +36,13 @@ build-variants:
|
|
|
30
36
|
clientconfig:
|
|
31
37
|
run_image: redislabs/memtier_benchmark:edge
|
|
32
38
|
tool: memtier_benchmark
|
|
33
|
-
arguments: '"--key-minimum" "1" "--key-maximum" "1000000" "--data-size" "1000"
|
|
39
|
+
arguments: '"--key-minimum" "1" "--key-maximum" "1000000" "--data-size" "1000"
|
|
40
|
+
--command "SETEX __key__ 10 __data__" --command-key-pattern="R" --command "SET
|
|
41
|
+
__key__ __data__" --command-key-pattern="R" --command "GET __key__" --command-key-pattern="R"
|
|
42
|
+
--command "DEL __key__" --command-key-pattern="R" -c 50 -t 2 --hide-histogram
|
|
43
|
+
--test-time 180'
|
|
34
44
|
resources:
|
|
35
45
|
requests:
|
|
36
46
|
cpus: '3'
|
|
37
47
|
memory: 2g
|
|
38
|
-
|
|
39
48
|
priority: 33
|