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
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1Mkeys-string-setex-100B-pipeline-10
|
|
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.
|
|
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" "100" "--ratio" "1:0" "--key-pattern" "P:P" "-c" "50"
|
|
13
|
+
arguments: '"--data-size" "100" "--ratio" "1:0" "--key-pattern" "P:P" "-c" "50"
|
|
14
|
+
"-t" "2" "--hide-histogram" "--key-minimum" "1" "--key-maximum" "1000000" "-n"
|
|
15
|
+
"allkeys" --pipeline 50'
|
|
13
16
|
resources:
|
|
14
17
|
requests:
|
|
15
18
|
memory: 1g
|
|
19
|
+
dataset_name: 1Mkeys-string-100B-size
|
|
20
|
+
dataset_description: This dataset contains 1 million string keys, each with a data
|
|
21
|
+
size of 100 bytes.
|
|
16
22
|
tested-commands:
|
|
17
23
|
- setex
|
|
18
24
|
redis-topologies:
|
|
@@ -23,7 +29,8 @@ build-variants:
|
|
|
23
29
|
clientconfig:
|
|
24
30
|
run_image: redislabs/memtier_benchmark:edge
|
|
25
31
|
tool: memtier_benchmark
|
|
26
|
-
arguments: --test-time 120 --pipeline 10 --command "SETEX __key__ 3600 __value__"
|
|
32
|
+
arguments: --test-time 120 --pipeline 10 --command "SETEX __key__ 3600 __value__"
|
|
33
|
+
--command-key-pattern="R" --key-minimum=1 --key-maximum 1000000 -c 50 -t 4 --hide-histogram
|
|
27
34
|
resources:
|
|
28
35
|
requests:
|
|
29
36
|
cpus: '4'
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1Mkeys-string-setrange-100B-pipeline-10
|
|
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.
|
|
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" "100" "--ratio" "1:0" "--key-pattern" "P:P" "-c" "50"
|
|
13
|
+
arguments: '"--data-size" "100" "--ratio" "1:0" "--key-pattern" "P:P" "-c" "50"
|
|
14
|
+
"-t" "2" "--hide-histogram" "--key-minimum" "1" "--key-maximum" "1000000" "-n"
|
|
15
|
+
"allkeys" --pipeline 50'
|
|
13
16
|
resources:
|
|
14
17
|
requests:
|
|
15
18
|
memory: 1g
|
|
19
|
+
dataset_name: 1Mkeys-string-100B-size
|
|
20
|
+
dataset_description: This dataset contains 1 million string keys, each with a data
|
|
21
|
+
size of 100 bytes.
|
|
16
22
|
tested-commands:
|
|
17
23
|
- setrange
|
|
18
24
|
redis-topologies:
|
|
@@ -23,12 +29,13 @@ build-variants:
|
|
|
23
29
|
clientconfig:
|
|
24
30
|
run_image: redislabs/memtier_benchmark:edge
|
|
25
31
|
tool: memtier_benchmark
|
|
26
|
-
arguments: --test-time 120 --pipeline 10 --data-size-range=1-95 --command "SETRANGE
|
|
32
|
+
arguments: --test-time 120 --pipeline 10 --data-size-range=1-95 --command "SETRANGE
|
|
33
|
+
__key__ 5 __data__" --command-key-pattern="R" --key-minimum=1 --key-maximum 1000000
|
|
34
|
+
-c 50 -t 4 --hide-histogram
|
|
27
35
|
resources:
|
|
28
36
|
requests:
|
|
29
37
|
cpus: '4'
|
|
30
38
|
memory: 2g
|
|
31
|
-
|
|
32
39
|
tested-groups:
|
|
33
40
|
- string
|
|
34
41
|
priority: 1
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setrange-100B.yml
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1Mkeys-string-setrange-100B
|
|
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.
|
|
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" "100" "--ratio" "1:0" "--key-pattern" "P:P" "-c" "50"
|
|
13
|
+
arguments: '"--data-size" "100" "--ratio" "1:0" "--key-pattern" "P:P" "-c" "50"
|
|
14
|
+
"-t" "2" "--hide-histogram" "--key-minimum" "1" "--key-maximum" "1000000" "-n"
|
|
15
|
+
"allkeys" --pipeline 50'
|
|
13
16
|
resources:
|
|
14
17
|
requests:
|
|
15
18
|
memory: 1g
|
|
19
|
+
dataset_name: 1Mkeys-string-100B-size
|
|
20
|
+
dataset_description: This dataset contains 1 million string keys, each with a data
|
|
21
|
+
size of 100 bytes.
|
|
16
22
|
tested-commands:
|
|
17
23
|
- setrange
|
|
18
24
|
redis-topologies:
|
|
@@ -23,12 +29,13 @@ build-variants:
|
|
|
23
29
|
clientconfig:
|
|
24
30
|
run_image: redislabs/memtier_benchmark:edge
|
|
25
31
|
tool: memtier_benchmark
|
|
26
|
-
arguments: --test-time 120 --data-size-range=1-95 --command "SETRANGE __key__ 5
|
|
32
|
+
arguments: --test-time 120 --data-size-range=1-95 --command "SETRANGE __key__ 5
|
|
33
|
+
__data__" --command-key-pattern="R" --key-minimum=1 --key-maximum 1000000 -c 50
|
|
34
|
+
-t 4 --hide-histogram
|
|
27
35
|
resources:
|
|
28
36
|
requests:
|
|
29
37
|
cpus: '4'
|
|
30
38
|
memory: 2g
|
|
31
|
-
|
|
32
39
|
tested-groups:
|
|
33
40
|
- string
|
|
34
41
|
priority: 1
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-100M-bits-bitmap-bitcount.yml
CHANGED
|
@@ -1,21 +1,28 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-100M-bits-bitmap-bitcount
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 1 keys focusing on BITCOUNT
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1 keys focusing on BITCOUNT
|
|
4
|
+
performance. The bitmap has a size of 100M bits and approximately 2M bits are set.
|
|
5
|
+
The size of it is ~15MB
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
7
9
|
check:
|
|
8
10
|
keyspacelen: 1
|
|
9
11
|
init_commands:
|
|
10
|
-
|
|
12
|
+
- '"SETBIT" "users" "100000000" "1"'
|
|
11
13
|
preload_tool:
|
|
12
14
|
run_image: redislabs/memtier_benchmark:edge
|
|
13
15
|
tool: memtier_benchmark
|
|
14
|
-
arguments: --hide-histogram --command "SETBIT users __key__ 1" --key-maximum 100000000
|
|
16
|
+
arguments: --hide-histogram --command "SETBIT users __key__ 1" --key-maximum 100000000
|
|
17
|
+
--key-minimum 1 -n 10000 --key-prefix "" --command-key-pattern R --distinct-client-seed
|
|
18
|
+
--pipeline 50
|
|
15
19
|
resources:
|
|
16
20
|
requests:
|
|
17
21
|
cpus: '2'
|
|
18
22
|
memory: 1g
|
|
23
|
+
dataset_name: 1key-bitmap-100Mbits-15MB-size
|
|
24
|
+
dataset_description: This dataset contains 1 bitmap key with a size of 100M bits,
|
|
25
|
+
approximately 2M bits are set, and the total size is around 15MB.
|
|
19
26
|
tested-commands:
|
|
20
27
|
- bitcount
|
|
21
28
|
tested-groups:
|
|
@@ -28,10 +35,10 @@ build-variants:
|
|
|
28
35
|
clientconfig:
|
|
29
36
|
run_image: redislabs/memtier_benchmark:edge
|
|
30
37
|
tool: memtier_benchmark
|
|
31
|
-
arguments: --command "BITCOUNT users __key__ -1" --key-maximum 100000000 --key-minimum
|
|
38
|
+
arguments: --command "BITCOUNT users __key__ -1" --key-maximum 100000000 --key-minimum
|
|
39
|
+
1 --key-prefix "" --command-key-pattern R --distinct-client-seed --test-time 120
|
|
32
40
|
resources:
|
|
33
41
|
requests:
|
|
34
42
|
cpus: '2'
|
|
35
43
|
memory: 2g
|
|
36
|
-
|
|
37
44
|
priority: 19
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-1Billion-bits-bitmap-bitcount.yml
CHANGED
|
@@ -1,21 +1,28 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-1Billion-bits-bitmap-bitcount
|
|
3
|
-
description: Runs memtier_benchmark, for a keyspace length of 1 keys focusing on BITCOUNT
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1 keys focusing on BITCOUNT
|
|
4
|
+
performance. The bitmap has a size of 1 Billion bits and approximately 20M bits
|
|
5
|
+
are set. The size of it is ~140MB
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
7
9
|
check:
|
|
8
10
|
keyspacelen: 1
|
|
9
11
|
init_commands:
|
|
10
|
-
|
|
12
|
+
- '"SETBIT" "users" "1000000000" "1"'
|
|
11
13
|
preload_tool:
|
|
12
14
|
run_image: redislabs/memtier_benchmark:edge
|
|
13
15
|
tool: memtier_benchmark
|
|
14
|
-
arguments: --hide-histogram --command "SETBIT users __key__ 1" --key-maximum 1000000000
|
|
16
|
+
arguments: --hide-histogram --command "SETBIT users __key__ 1" --key-maximum 1000000000
|
|
17
|
+
--key-minimum 1 -n 100000 --key-prefix "" --command-key-pattern R --distinct-client-seed
|
|
18
|
+
--pipeline 50
|
|
15
19
|
resources:
|
|
16
20
|
requests:
|
|
17
21
|
cpus: '2'
|
|
18
22
|
memory: 1g
|
|
23
|
+
dataset_name: 1key-bitmap-1Billion-bits-140MB-size
|
|
24
|
+
dataset_description: This dataset contains 1 bitmap key with a size of 1 Billion
|
|
25
|
+
bits, approximately 20M bits are set and the total size is around 140MB.
|
|
19
26
|
tested-commands:
|
|
20
27
|
- bitcount
|
|
21
28
|
tested-groups:
|
|
@@ -28,10 +35,10 @@ build-variants:
|
|
|
28
35
|
clientconfig:
|
|
29
36
|
run_image: redislabs/memtier_benchmark:edge
|
|
30
37
|
tool: memtier_benchmark
|
|
31
|
-
arguments: --command "BITCOUNT users __key__ -1" --key-maximum 1000000000 --key-minimum
|
|
38
|
+
arguments: --command "BITCOUNT users __key__ -1" --key-maximum 1000000000 --key-minimum
|
|
39
|
+
1 --key-prefix "" --command-key-pattern R --distinct-client-seed --test-time 120
|
|
32
40
|
resources:
|
|
33
41
|
requests:
|
|
34
42
|
cpus: '2'
|
|
35
43
|
memory: 2g
|
|
36
|
-
|
|
37
44
|
priority: 19
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-geo-2-elements-geopos
|
|
3
|
-
description:
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO key
|
|
4
|
+
contains 2 elements and comes from the example of https://redis.io/docs/latest/commands/geopos,
|
|
5
|
+
and we query it using GEOPOS command.
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
@@ -10,7 +12,10 @@ dbconfig:
|
|
|
10
12
|
requests:
|
|
11
13
|
memory: 1g
|
|
12
14
|
init_commands:
|
|
13
|
-
|
|
15
|
+
- '"GEOADD" "Sicily" "13.361389" "38.115556" "Palermo" "15.087269" "37.502669" "Catania"'
|
|
16
|
+
dataset_name: 1key-geo-2-elements
|
|
17
|
+
dataset_description: This dataset contains 1 GEO key with 2 elements, representing
|
|
18
|
+
locations in Sicily.
|
|
14
19
|
tested-groups:
|
|
15
20
|
- geo
|
|
16
21
|
tested-commands:
|
|
@@ -23,10 +28,10 @@ build-variants:
|
|
|
23
28
|
clientconfig:
|
|
24
29
|
run_image: redislabs/memtier_benchmark:edge
|
|
25
30
|
tool: memtier_benchmark
|
|
26
|
-
arguments: -c 50 -t 4 --command="GEOPOS Sicily Palermo Catania" --hide-histogram
|
|
31
|
+
arguments: -c 50 -t 4 --command="GEOPOS Sicily Palermo Catania" --hide-histogram
|
|
32
|
+
--test-time 120
|
|
27
33
|
resources:
|
|
28
34
|
requests:
|
|
29
35
|
cpus: '4'
|
|
30
36
|
memory: 2g
|
|
31
|
-
|
|
32
37
|
priority: 138
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-geo-2-elements-geosearch-fromlonlat-withcoord
|
|
3
|
-
description:
|
|
3
|
+
description: Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO key
|
|
4
|
+
contains 2 elements and comes from the example of https://redis.io/docs/latest/commands/geosearch,
|
|
5
|
+
and we query it using GEOSEARCH command.
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
@@ -10,8 +12,11 @@ dbconfig:
|
|
|
10
12
|
requests:
|
|
11
13
|
memory: 1g
|
|
12
14
|
init_commands:
|
|
13
|
-
|
|
14
|
-
|
|
15
|
+
- '"GEOADD" "Sicily" "13.361389" "38.115556" "Palermo" "15.087269" "37.502669" "Catania"'
|
|
16
|
+
- '"GEOADD" "Sicily" "12.758489" "38.788135" "edge1" "17.241510" "38.788135" "edge2"'
|
|
17
|
+
dataset_name: 1key-geo-4-elements
|
|
18
|
+
dataset_description: This dataset contains 1 GEO key with 4 elements, representing
|
|
19
|
+
locations in Sicily.
|
|
15
20
|
tested-groups:
|
|
16
21
|
- geo
|
|
17
22
|
tested-commands:
|
|
@@ -24,10 +29,10 @@ build-variants:
|
|
|
24
29
|
clientconfig:
|
|
25
30
|
run_image: redislabs/memtier_benchmark:edge
|
|
26
31
|
tool: memtier_benchmark
|
|
27
|
-
arguments: -c 50 -t 4 --command="GEOSEARCH Sicily FROMLONLAT 15 37 BYBOX 400 400
|
|
32
|
+
arguments: -c 50 -t 4 --command="GEOSEARCH Sicily FROMLONLAT 15 37 BYBOX 400 400
|
|
33
|
+
km ASC WITHCOORD WITHDIST" --hide-histogram --test-time 120
|
|
28
34
|
resources:
|
|
29
35
|
requests:
|
|
30
36
|
cpus: '4'
|
|
31
37
|
memory: 2g
|
|
32
|
-
|
|
33
38
|
priority: 138
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-geo-60M-elements-geodist-pipeline-10
|
|
3
|
-
description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO
|
|
3
|
+
description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO
|
|
4
|
+
key contains 60841557 elements in it and we query it using GEODIST command between
|
|
5
|
+
2 elements. '
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
@@ -10,6 +12,8 @@ dbconfig:
|
|
|
10
12
|
resources:
|
|
11
13
|
requests:
|
|
12
14
|
memory: 6g
|
|
15
|
+
dataset_name: 1key-geo-60M-elements
|
|
16
|
+
dataset_description: This dataset contains 1 GEO key with 60 million elements.
|
|
13
17
|
tested-groups:
|
|
14
18
|
- geo
|
|
15
19
|
tested-commands:
|
|
@@ -22,10 +26,10 @@ build-variants:
|
|
|
22
26
|
clientconfig:
|
|
23
27
|
run_image: redislabs/memtier_benchmark:edge
|
|
24
28
|
tool: memtier_benchmark
|
|
25
|
-
arguments: --pipeline 10 -c 50 -t 4 --command="GEODIST key 1 2" --hide-histogram
|
|
29
|
+
arguments: --pipeline 10 -c 50 -t 4 --command="GEODIST key 1 2" --hide-histogram
|
|
30
|
+
--test-time 180
|
|
26
31
|
resources:
|
|
27
32
|
requests:
|
|
28
33
|
cpus: '4'
|
|
29
34
|
memory: 2g
|
|
30
|
-
|
|
31
35
|
priority: 166
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist.yml
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-geo-60M-elements-geodist
|
|
3
|
-
description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO
|
|
3
|
+
description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO
|
|
4
|
+
key contains 60841557 elements in it and we query it using GEODIST command between
|
|
5
|
+
2 elements. '
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
@@ -10,6 +12,8 @@ dbconfig:
|
|
|
10
12
|
resources:
|
|
11
13
|
requests:
|
|
12
14
|
memory: 6g
|
|
15
|
+
dataset_name: 1key-geo-60M-elements
|
|
16
|
+
dataset_description: This dataset contains 1 GEO key with 60 million elements.
|
|
13
17
|
tested-groups:
|
|
14
18
|
- geo
|
|
15
19
|
tested-commands:
|
|
@@ -22,10 +26,10 @@ build-variants:
|
|
|
22
26
|
clientconfig:
|
|
23
27
|
run_image: redislabs/memtier_benchmark:edge
|
|
24
28
|
tool: memtier_benchmark
|
|
25
|
-
arguments: -c 50 -t 4 --command="GEODIST key 1 2" --hide-histogram --test-time
|
|
29
|
+
arguments: -c 50 -t 4 --command="GEODIST key 1 2" --hide-histogram --test-time
|
|
30
|
+
180
|
|
26
31
|
resources:
|
|
27
32
|
requests:
|
|
28
33
|
cpus: '4'
|
|
29
34
|
memory: 2g
|
|
30
|
-
|
|
31
35
|
priority: 166
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-geo-60M-elements-geohash-pipeline-10
|
|
3
|
-
description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO
|
|
3
|
+
description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO
|
|
4
|
+
key contains 60841557 elements in it and we query it using GEOHASH command. '
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -10,6 +11,8 @@ dbconfig:
|
|
|
10
11
|
resources:
|
|
11
12
|
requests:
|
|
12
13
|
memory: 6g
|
|
14
|
+
dataset_name: 1key-geo-60M-elements
|
|
15
|
+
dataset_description: This dataset contains 1 GEO key with 60 million elements.
|
|
13
16
|
tested-groups:
|
|
14
17
|
- geo
|
|
15
18
|
tested-commands:
|
|
@@ -22,10 +25,10 @@ build-variants:
|
|
|
22
25
|
clientconfig:
|
|
23
26
|
run_image: redislabs/memtier_benchmark:edge
|
|
24
27
|
tool: memtier_benchmark
|
|
25
|
-
arguments: --pipeline 10 -c 50 -t 4 --command="GEOHASH key 1" --hide-histogram
|
|
28
|
+
arguments: --pipeline 10 -c 50 -t 4 --command="GEOHASH key 1" --hide-histogram
|
|
29
|
+
--test-time 180
|
|
26
30
|
resources:
|
|
27
31
|
requests:
|
|
28
32
|
cpus: '4'
|
|
29
33
|
memory: 2g
|
|
30
|
-
|
|
31
34
|
priority: 170
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash.yml
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-geo-60M-elements-geohash
|
|
3
|
-
description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO
|
|
3
|
+
description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO
|
|
4
|
+
key contains 60841557 elements in it and we query it using GEOHASH command. '
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -10,6 +11,8 @@ dbconfig:
|
|
|
10
11
|
resources:
|
|
11
12
|
requests:
|
|
12
13
|
memory: 6g
|
|
14
|
+
dataset_name: 1key-geo-60M-elements
|
|
15
|
+
dataset_description: This dataset contains 1 GEO key with 60 million elements.
|
|
13
16
|
tested-groups:
|
|
14
17
|
- geo
|
|
15
18
|
tested-commands:
|
|
@@ -27,5 +30,4 @@ clientconfig:
|
|
|
27
30
|
requests:
|
|
28
31
|
cpus: '4'
|
|
29
32
|
memory: 2g
|
|
30
|
-
|
|
31
33
|
priority: 170
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-geo-60M-elements-geopos-pipeline-10
|
|
3
|
-
description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO
|
|
3
|
+
description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO
|
|
4
|
+
key contains 60841557 elements in it and we query it using GEOPOS command. '
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -10,6 +11,8 @@ dbconfig:
|
|
|
10
11
|
resources:
|
|
11
12
|
requests:
|
|
12
13
|
memory: 6g
|
|
14
|
+
dataset_name: 1key-geo-60M-elements
|
|
15
|
+
dataset_description: This dataset contains 1 GEO key with 60 million elements.
|
|
13
16
|
tested-groups:
|
|
14
17
|
- geo
|
|
15
18
|
tested-commands:
|
|
@@ -22,10 +25,10 @@ build-variants:
|
|
|
22
25
|
clientconfig:
|
|
23
26
|
run_image: redislabs/memtier_benchmark:edge
|
|
24
27
|
tool: memtier_benchmark
|
|
25
|
-
arguments: --pipeline 10 -c 50 -t 4 --command="GEOPOS key 1" --hide-histogram --test-time
|
|
28
|
+
arguments: --pipeline 10 -c 50 -t 4 --command="GEOPOS key 1" --hide-histogram --test-time
|
|
29
|
+
180
|
|
26
30
|
resources:
|
|
27
31
|
requests:
|
|
28
32
|
cpus: '4'
|
|
29
33
|
memory: 2g
|
|
30
|
-
|
|
31
34
|
priority: 138
|
redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos.yml
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-geo-60M-elements-geopos
|
|
3
|
-
description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO
|
|
3
|
+
description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO
|
|
4
|
+
key contains 60841557 elements in it and we query it using GEOPOS command. '
|
|
4
5
|
dbconfig:
|
|
5
6
|
configuration-parameters:
|
|
6
7
|
save: '""'
|
|
@@ -10,6 +11,8 @@ dbconfig:
|
|
|
10
11
|
resources:
|
|
11
12
|
requests:
|
|
12
13
|
memory: 6g
|
|
14
|
+
dataset_name: 1key-geo-60M-elements
|
|
15
|
+
dataset_description: This dataset contains 1 GEO key with 60 million elements.
|
|
13
16
|
tested-groups:
|
|
14
17
|
- geo
|
|
15
18
|
tested-commands:
|
|
@@ -27,5 +30,4 @@ clientconfig:
|
|
|
27
30
|
requests:
|
|
28
31
|
cpus: '4'
|
|
29
32
|
memory: 2g
|
|
30
|
-
|
|
31
33
|
priority: 138
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-bybox
|
|
3
|
-
description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO
|
|
3
|
+
description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO
|
|
4
|
+
key contains 60841557 elements in it and we query it using GEOSEARCH command that
|
|
5
|
+
replies with a very large (~11K ) number of elements. '
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
@@ -10,6 +12,8 @@ dbconfig:
|
|
|
10
12
|
resources:
|
|
11
13
|
requests:
|
|
12
14
|
memory: 6g
|
|
15
|
+
dataset_name: 1key-geo-60M-elements
|
|
16
|
+
dataset_description: This dataset contains 1 GEO key with 60 million elements.
|
|
13
17
|
tested-groups:
|
|
14
18
|
- geo
|
|
15
19
|
tested-commands:
|
|
@@ -22,10 +26,10 @@ build-variants:
|
|
|
22
26
|
clientconfig:
|
|
23
27
|
run_image: redislabs/memtier_benchmark:edge
|
|
24
28
|
tool: memtier_benchmark
|
|
25
|
-
arguments: -c 2 -t 4 --command="GEOSEARCH key FROMLONLAT 7.0 55.0 BYBOX 200 200
|
|
29
|
+
arguments: -c 2 -t 4 --command="GEOSEARCH key FROMLONLAT 7.0 55.0 BYBOX 200 200
|
|
30
|
+
KM" --hide-histogram --test-time 180
|
|
26
31
|
resources:
|
|
27
32
|
requests:
|
|
28
33
|
cpus: '4'
|
|
29
34
|
memory: 2g
|
|
30
|
-
|
|
31
35
|
priority: 158
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-pipeline-10
|
|
3
|
-
description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO
|
|
3
|
+
description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO
|
|
4
|
+
key contains 60841557 elements in it and we query it using GEOSEARCH command that
|
|
5
|
+
replies with a very large (~100K ) number of elements. '
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
@@ -10,6 +12,8 @@ dbconfig:
|
|
|
10
12
|
resources:
|
|
11
13
|
requests:
|
|
12
14
|
memory: 6g
|
|
15
|
+
dataset_name: 1key-geo-60M-elements
|
|
16
|
+
dataset_description: This dataset contains 1 GEO key with 60 million elements.
|
|
13
17
|
tested-groups:
|
|
14
18
|
- geo
|
|
15
19
|
tested-commands:
|
|
@@ -22,10 +26,10 @@ build-variants:
|
|
|
22
26
|
clientconfig:
|
|
23
27
|
run_image: redislabs/memtier_benchmark:edge
|
|
24
28
|
tool: memtier_benchmark
|
|
25
|
-
arguments: --pipeline 10 -c 2 -t 4 --command="GEOSEARCH key FROMLONLAT 7.0 55.0
|
|
29
|
+
arguments: --pipeline 10 -c 2 -t 4 --command="GEOSEARCH key FROMLONLAT 7.0 55.0
|
|
30
|
+
BYRADIUS 200 KM" --hide-histogram --test-time 180
|
|
26
31
|
resources:
|
|
27
32
|
requests:
|
|
28
33
|
cpus: '4'
|
|
29
34
|
memory: 2g
|
|
30
|
-
|
|
31
35
|
priority: 158
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
version: 0.4
|
|
2
2
|
name: memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat
|
|
3
|
-
description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO
|
|
3
|
+
description: 'Runs memtier_benchmark, for a keyspace length of 1 GEO key. The GEO
|
|
4
|
+
key contains 60841557 elements in it and we query it using GEOSEARCH command that
|
|
5
|
+
replies with a very large (~100K ) number of elements. '
|
|
4
6
|
dbconfig:
|
|
5
7
|
configuration-parameters:
|
|
6
8
|
save: '""'
|
|
@@ -10,6 +12,8 @@ dbconfig:
|
|
|
10
12
|
resources:
|
|
11
13
|
requests:
|
|
12
14
|
memory: 6g
|
|
15
|
+
dataset_name: 1key-geo-60M-elements
|
|
16
|
+
dataset_description: This dataset contains 1 GEO key with 60 million elements.
|
|
13
17
|
tested-groups:
|
|
14
18
|
- geo
|
|
15
19
|
tested-commands:
|
|
@@ -22,10 +26,10 @@ build-variants:
|
|
|
22
26
|
clientconfig:
|
|
23
27
|
run_image: redislabs/memtier_benchmark:edge
|
|
24
28
|
tool: memtier_benchmark
|
|
25
|
-
arguments: -c 2 -t 4 --command="GEOSEARCH key FROMLONLAT 7.0 55.0 BYRADIUS 200 KM" --hide-histogram
|
|
29
|
+
arguments: -c 2 -t 4 --command="GEOSEARCH key FROMLONLAT 7.0 55.0 BYRADIUS 200 KM" --hide-histogram
|
|
30
|
+
--test-time 180
|
|
26
31
|
resources:
|
|
27
32
|
requests:
|
|
28
33
|
cpus: '4'
|
|
29
34
|
memory: 2g
|
|
30
|
-
|
|
31
35
|
priority: 158
|