redis-benchmarks-specification 0.1.299__tar.gz → 0.1.301__tar.gz
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-0.1.299 → redis_benchmarks_specification-0.1.301}/PKG-INFO +1 -1
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/pyproject.toml +1 -1
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__common__/runner.py +207 -3
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__runner__/runner.py +10 -4
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/LICENSE +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/Readme.md +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__api__/Readme.md +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__api__/__init__.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__api__/api.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__api__/app.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__builder__/Readme.md +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__builder__/__init__.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__builder__/builder.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__builder__/schema.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__cli__/__init__.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__cli__/args.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__cli__/cli.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__cli__/stats.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__common__/__init__.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__common__/builder_schema.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__common__/env.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__common__/github.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__common__/package.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__common__/spec.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__common__/timeseries.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__compare__/__init__.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__compare__/args.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__compare__/compare.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__init__.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__runner__/__init__.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__runner__/args.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__runner__/remote_profiling.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__self_contained_coordinator__/__init__.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__self_contained_coordinator__/args.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__self_contained_coordinator__/artifacts.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__self_contained_coordinator__/build_info.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__self_contained_coordinator__/clients.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__self_contained_coordinator__/cpuset.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__self_contained_coordinator__/docker.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__self_contained_coordinator__/post_processing.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__self_contained_coordinator__/prepopulation.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__self_contained_coordinator__/runners.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__setups__/__init__.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__setups__/topologies.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__spec__/__init__.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__spec__/args.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__spec__/cli.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__watchdog__/__init__.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__watchdog__/args.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/__watchdog__/watchdog.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/commands/__init__.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/commands/commands.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/setups/builders/gcc:8.5.0-amd64-debian-buster-default.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/setups/builders/gcc:8.5.0-arm64-debian-buster-default.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/setups/platforms/aws-ec2-1node-c5.4xlarge.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/setups/topologies/topologies.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/defaults.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/generate.py +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-hash-hgetall-50-fields-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-20-fields-with-1B-values-pipeline-30.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-1000B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Kkeys-load-hash-50-fields-with-10000B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Kkeys-load-list-with-10B-values-pipeline-50.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-string-get-10B-pipeline-100-nokeyprefix.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-100B-expire-use-case.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-expire-use-case.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-psetex-expire-use-case.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-setex-expire-use-case.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-1KiB-expire-use-case.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-4KiB-expire-use-case.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-bitmap-getbit-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-exists-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expire-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expireat-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-pexpire-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-count-500-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-count-500-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-count-5000-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-type-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-touch-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-ttl-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hexists.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hget-hgetall-hkeys-hvals-with-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hgetall-50-fields-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hincrby.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hincrbyfloat.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hmget-5-fields-with-100B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-transactions-multi-exec-pipeline-20.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-1KiB-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-rpoplpush-with-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-hmset-5-fields-with-1000B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-rpush-with-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-10B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-1KiB-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-100-nokeyprefix.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-100.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-50.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-500.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-1KiB-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-20KiB-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-listpack-with-100-elements-double-score.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-double-score.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-int-score.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-append-1-100B-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-append-1-100B.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-decr.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-100-nokeyprefix.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-100.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-50.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-500.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-32B-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-32B.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incr-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrby-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrby.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrbyfloat-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrbyfloat.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-int-encoding-strlen-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mget-1KiB.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-expire-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-expire.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-1KB-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-1KB.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-32B-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-32B.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-512B-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-512B.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-with-expiration-240B-400_conns.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-set-with-ex-100B-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setex-100B-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setrange-100B-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setrange-100B.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-100M-bits-bitmap-bitcount.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-1Billion-bits-bitmap-bitcount.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-2-elements-geopos.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-2-elements-geosearch-fromlonlat-withcoord.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-bybox.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-1K-fields-hgetall-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-1K-fields-hgetall.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-100B-values-cursor-count-1000.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values-cursor-count-100.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-50-fields-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-int-7bit-uint-lrange-all-elements-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-int-lrange-all-elements-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-llen-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-lrange-all-elements-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-lrange-all-elements.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-integer.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-string-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-string.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-linsert-lrem-integer.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-linsert-lrem-string.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lpos-integer.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lpos-string.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elements-lrange-all-elements-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elements-lrange-all-elements.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-2K-elements-quicklist-lrange-all-elements-longs.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-hash-1K-fields-with-5B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-zset-with-5-elements-parsing-float-score.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-zset-with-5-elements-parsing-hexa-score.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-pfadd-4KB-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smismember.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sismember-is-a-member.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sismember-not-a-member.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smembers.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smismember.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sscan.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10M-elements-sismember-50pct-chance.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10M-elements-srem-50pct-chance.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-smembers.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan-cursor-count-100.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1M-elements-sismember-50pct-chance.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-200K-elements-sadd-constant.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-2M-elements-sadd-increasing.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zincrby-1M-elements-pipeline-1.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-100K-elements-pipeline-1.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-10M-elements-pipeline-1.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-1M-elements-pipeline-1.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrem-5M-elements-pipeline-1.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrangebyscore-256K-elements-pipeline-1.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrangebyscore-256K-elements-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrank-1M-elements-pipeline-1.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-10-elements-zrange-all-elements-long-scores.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-10-elements-zrange-all-elements.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrange-all-elements.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements-long-scores.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zscan.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zrange-all-elements.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zscan.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zcard-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zremrangebyscore-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zrevrange-5-elements.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zrevrange-withscores-5-elements-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zscore-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-600K-elements-zrangestore-1K-elements.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-600K-elements-zrangestore-300K-elements.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-listpack-zrank-100-elements-pipeline-1.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-eval-hset-expire.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-evalsha-hset-expire.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sdiff.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sinter.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sunion.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elements-skiplist-encoded-zunion.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elements-skiplist-encoded-zunionstore.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-400_conns.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-40_conns.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-2000_conns.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-400_conns.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-40_conns.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-400_conns.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-2000_conns.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-400_conns.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-pipeline-10-5200_conns.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-50-50-with-512B-values-with-expiration-pipeline-10-400_conns.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-connection-ping-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-100-subscribers.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-1000-subscribers.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-5000-subscribers.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-50K-subscribers-5k-conns.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-publish-1K-channels-10B-no-subscribers.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-server-time-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/test-suites/template.txt +0 -0
- {redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/redis_benchmarks_specification/vector-search-test-suites/vector_db_benchmark_test.yml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: redis-benchmarks-specification
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.301
|
|
4
4
|
Summary: The Redis benchmarks specification describes the cross-language/tools requirements and expectations to foster performance and observability standards around redis related technologies. Members from both industry and academia, including organizations and individuals are encouraged to contribute.
|
|
5
5
|
Author: filipecosta90
|
|
6
6
|
Author-email: filipecosta.90@gmail.com
|
{redis_benchmarks_specification-0.1.299 → redis_benchmarks_specification-0.1.301}/pyproject.toml
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "redis-benchmarks-specification"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.301"
|
|
4
4
|
description = "The Redis benchmarks specification describes the cross-language/tools requirements and expectations to foster performance and observability standards around redis related technologies. Members from both industry and academia, including organizations and individuals are encouraged to contribute."
|
|
5
5
|
authors = ["filipecosta90 <filipecosta.90@gmail.com>","Redis Performance Group <performance@redis.com>"]
|
|
6
6
|
readme = "Readme.md"
|
|
@@ -3,13 +3,13 @@ import logging
|
|
|
3
3
|
import os
|
|
4
4
|
import pathlib
|
|
5
5
|
import re
|
|
6
|
-
|
|
6
|
+
import datetime as dt
|
|
7
7
|
import redis
|
|
8
|
-
from redisbench_admin.run.metrics import collect_redis_metrics
|
|
9
|
-
from redisbench_admin.run_remote.run_remote import export_redis_metrics
|
|
10
8
|
|
|
11
9
|
from redis_benchmarks_specification.__common__.timeseries import (
|
|
12
10
|
timeseries_test_sucess_flow,
|
|
11
|
+
push_data_to_redistimeseries,
|
|
12
|
+
get_project_ts_tags,
|
|
13
13
|
)
|
|
14
14
|
|
|
15
15
|
|
|
@@ -119,6 +119,210 @@ def extract_testsuites(args):
|
|
|
119
119
|
return testsuite_spec_files
|
|
120
120
|
|
|
121
121
|
|
|
122
|
+
|
|
123
|
+
def commandstats_latencystats_process_name(
|
|
124
|
+
metric_name, prefix, setup_name, variant_labels_dict
|
|
125
|
+
):
|
|
126
|
+
if prefix in metric_name:
|
|
127
|
+
command_and_metric_and_shard = metric_name[len(prefix) :]
|
|
128
|
+
command = (
|
|
129
|
+
command_and_metric_and_shard[0]
|
|
130
|
+
+ command_and_metric_and_shard[1:].split("_", 1)[0]
|
|
131
|
+
)
|
|
132
|
+
metric_and_shard = command_and_metric_and_shard[1:].split("_", 1)[1]
|
|
133
|
+
metric = metric_and_shard
|
|
134
|
+
shard = "1"
|
|
135
|
+
if "_shard_" in metric_and_shard:
|
|
136
|
+
metric = metric_and_shard.split("_shard_")[0]
|
|
137
|
+
shard = metric_and_shard.split("_shard_")[1]
|
|
138
|
+
variant_labels_dict["metric"] = metric
|
|
139
|
+
variant_labels_dict["command"] = command
|
|
140
|
+
variant_labels_dict["command_and_metric"] = "{} - {}".format(command, metric)
|
|
141
|
+
variant_labels_dict["command_and_metric_and_setup"] = "{} - {} - {}".format(
|
|
142
|
+
command, metric, setup_name
|
|
143
|
+
)
|
|
144
|
+
variant_labels_dict["command_and_setup"] = "{} - {}".format(command, setup_name)
|
|
145
|
+
variant_labels_dict["shard"] = shard
|
|
146
|
+
variant_labels_dict["metric_and_shard"] = metric_and_shard
|
|
147
|
+
|
|
148
|
+
version = None
|
|
149
|
+
branch = None
|
|
150
|
+
if "version" in variant_labels_dict:
|
|
151
|
+
version = variant_labels_dict["version"]
|
|
152
|
+
if "branch" in variant_labels_dict:
|
|
153
|
+
branch = variant_labels_dict["branch"]
|
|
154
|
+
|
|
155
|
+
if version is not None:
|
|
156
|
+
variant_labels_dict["command_and_metric_and_version"] = (
|
|
157
|
+
"{} - {} - {}".format(command, metric, version)
|
|
158
|
+
)
|
|
159
|
+
variant_labels_dict["command_and_metric_and_setup_and_version"] = (
|
|
160
|
+
"{} - {} - {} - {}".format(command, metric, setup_name, version)
|
|
161
|
+
)
|
|
162
|
+
|
|
163
|
+
if branch is not None:
|
|
164
|
+
variant_labels_dict["command_and_metric_and_branch"] = (
|
|
165
|
+
"{} - {} - {}".format(command, metric, branch)
|
|
166
|
+
)
|
|
167
|
+
variant_labels_dict["command_and_metric_and_setup_and_branch"] = (
|
|
168
|
+
"{} - {} - {} - {}".format(command, metric, setup_name, branch)
|
|
169
|
+
)
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
def collect_redis_metrics(
|
|
173
|
+
redis_conns,
|
|
174
|
+
sections=["memory", "cpu", "commandstats", "latencystats"],
|
|
175
|
+
section_filter=None,
|
|
176
|
+
):
|
|
177
|
+
start_time = dt.datetime.utcnow()
|
|
178
|
+
start_time_ms = int((start_time - dt.datetime(1970, 1, 1)).total_seconds() * 1000)
|
|
179
|
+
res = []
|
|
180
|
+
overall = {}
|
|
181
|
+
multi_shard = False
|
|
182
|
+
if len(redis_conns) > 1:
|
|
183
|
+
multi_shard = True
|
|
184
|
+
for conn_n, conn in enumerate(redis_conns):
|
|
185
|
+
conn_res = {}
|
|
186
|
+
for section in sections:
|
|
187
|
+
info = conn.info(section)
|
|
188
|
+
conn_res[section] = info
|
|
189
|
+
if section not in overall:
|
|
190
|
+
overall[section] = {}
|
|
191
|
+
for k, v in info.items():
|
|
192
|
+
collect = True
|
|
193
|
+
if section_filter is not None:
|
|
194
|
+
if section in section_filter:
|
|
195
|
+
if k not in section_filter[section]:
|
|
196
|
+
collect = False
|
|
197
|
+
if collect and type(v) is float or type(v) is int:
|
|
198
|
+
if k not in overall[section]:
|
|
199
|
+
overall[section][k] = 0
|
|
200
|
+
overall[section][k] += v
|
|
201
|
+
if collect and type(v) is dict:
|
|
202
|
+
for inner_k, inner_v in v.items():
|
|
203
|
+
if type(inner_v) is float or type(inner_v) is int:
|
|
204
|
+
final_str_k = "{}_{}".format(k, inner_k)
|
|
205
|
+
if multi_shard:
|
|
206
|
+
final_str_k += "_shard_{}".format(conn_n + 1)
|
|
207
|
+
if final_str_k not in overall[section]:
|
|
208
|
+
overall[section][final_str_k] = inner_v
|
|
209
|
+
|
|
210
|
+
res.append(conn_res)
|
|
211
|
+
|
|
212
|
+
kv_overall = {}
|
|
213
|
+
for sec, kv_detail in overall.items():
|
|
214
|
+
for k, metric_value in kv_detail.items():
|
|
215
|
+
metric_name = "{}_{}".format(sec, k)
|
|
216
|
+
kv_overall[metric_name] = metric_value
|
|
217
|
+
|
|
218
|
+
return start_time_ms, res, kv_overall
|
|
219
|
+
|
|
220
|
+
def export_redis_metrics(
|
|
221
|
+
artifact_version,
|
|
222
|
+
end_time_ms,
|
|
223
|
+
overall_end_time_metrics,
|
|
224
|
+
rts,
|
|
225
|
+
setup_name,
|
|
226
|
+
setup_type,
|
|
227
|
+
test_name,
|
|
228
|
+
tf_github_branch,
|
|
229
|
+
tf_github_org,
|
|
230
|
+
tf_github_repo,
|
|
231
|
+
tf_triggering_env,
|
|
232
|
+
metadata_dict=None,
|
|
233
|
+
expire_ms=0,
|
|
234
|
+
git_hash=None,
|
|
235
|
+
running_platform=None,
|
|
236
|
+
):
|
|
237
|
+
datapoint_errors = 0
|
|
238
|
+
datapoint_inserts = 0
|
|
239
|
+
sprefix = (
|
|
240
|
+
"ci.benchmarks.redis/"
|
|
241
|
+
+ "{triggering_env}/{github_org}/{github_repo}".format(
|
|
242
|
+
triggering_env=tf_triggering_env,
|
|
243
|
+
github_org=tf_github_org,
|
|
244
|
+
github_repo=tf_github_repo,
|
|
245
|
+
)
|
|
246
|
+
)
|
|
247
|
+
logging.info(
|
|
248
|
+
"Adding a total of {} server side metrics collected at the end of benchmark".format(
|
|
249
|
+
len(list(overall_end_time_metrics.items()))
|
|
250
|
+
)
|
|
251
|
+
)
|
|
252
|
+
timeseries_dict = {}
|
|
253
|
+
by_variants = {}
|
|
254
|
+
if tf_github_branch is not None and tf_github_branch != "":
|
|
255
|
+
by_variants["by.branch/{}".format(tf_github_branch)] = {
|
|
256
|
+
"branch": tf_github_branch
|
|
257
|
+
}
|
|
258
|
+
if git_hash is not None and git_hash != "":
|
|
259
|
+
by_variants["by.hash/{}".format(git_hash)] = {
|
|
260
|
+
"hash": git_hash
|
|
261
|
+
}
|
|
262
|
+
if artifact_version is not None and artifact_version != "":
|
|
263
|
+
by_variants["by.version/{}".format(artifact_version)] = {
|
|
264
|
+
"version": artifact_version
|
|
265
|
+
}
|
|
266
|
+
for (
|
|
267
|
+
by_variant,
|
|
268
|
+
variant_labels_dict,
|
|
269
|
+
) in by_variants.items():
|
|
270
|
+
for (
|
|
271
|
+
metric_name,
|
|
272
|
+
metric_value,
|
|
273
|
+
) in overall_end_time_metrics.items():
|
|
274
|
+
tsname_metric = "{}/{}/{}/benchmark_end/{}/{}".format(
|
|
275
|
+
sprefix,
|
|
276
|
+
test_name,
|
|
277
|
+
by_variant,
|
|
278
|
+
setup_name,
|
|
279
|
+
metric_name,
|
|
280
|
+
)
|
|
281
|
+
|
|
282
|
+
logging.debug(
|
|
283
|
+
"Adding a redis server side metric collected at the end of benchmark."
|
|
284
|
+
+ " metric_name={} metric_value={} time-series name: {}".format(
|
|
285
|
+
metric_name,
|
|
286
|
+
metric_value,
|
|
287
|
+
tsname_metric,
|
|
288
|
+
)
|
|
289
|
+
)
|
|
290
|
+
variant_labels_dict["metric"] = metric_name
|
|
291
|
+
commandstats_latencystats_process_name(
|
|
292
|
+
metric_name, "commandstats_cmdstat_", setup_name, variant_labels_dict
|
|
293
|
+
)
|
|
294
|
+
commandstats_latencystats_process_name(
|
|
295
|
+
metric_name,
|
|
296
|
+
"latencystats_latency_percentiles_usec_",
|
|
297
|
+
setup_name,
|
|
298
|
+
variant_labels_dict,
|
|
299
|
+
)
|
|
300
|
+
|
|
301
|
+
variant_labels_dict["test_name"] = test_name
|
|
302
|
+
if metadata_dict is not None:
|
|
303
|
+
variant_labels_dict.update(metadata_dict)
|
|
304
|
+
|
|
305
|
+
timeseries_dict[tsname_metric] = {
|
|
306
|
+
"labels": get_project_ts_tags(
|
|
307
|
+
tf_github_org,
|
|
308
|
+
tf_github_repo,
|
|
309
|
+
setup_name,
|
|
310
|
+
setup_type,
|
|
311
|
+
tf_triggering_env,
|
|
312
|
+
variant_labels_dict,
|
|
313
|
+
None,
|
|
314
|
+
running_platform,
|
|
315
|
+
),
|
|
316
|
+
"data": {end_time_ms: metric_value},
|
|
317
|
+
}
|
|
318
|
+
i_errors, i_inserts = push_data_to_redistimeseries(rts, timeseries_dict, expire_ms)
|
|
319
|
+
datapoint_errors = datapoint_errors + i_errors
|
|
320
|
+
datapoint_inserts = datapoint_inserts + i_inserts
|
|
321
|
+
return datapoint_errors, datapoint_inserts
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
122
326
|
def reset_commandstats(redis_conns):
|
|
123
327
|
for pos, redis_conn in enumerate(redis_conns):
|
|
124
328
|
logging.info("Resetting commmandstats for shard {}".format(pos))
|
|
@@ -28,7 +28,10 @@ from redisbench_admin.run.common import (
|
|
|
28
28
|
prepare_benchmark_parameters,
|
|
29
29
|
dbconfig_keyspacelen_check,
|
|
30
30
|
)
|
|
31
|
-
|
|
31
|
+
|
|
32
|
+
from redis_benchmarks_specification.__common__.runner import (
|
|
33
|
+
export_redis_metrics,
|
|
34
|
+
)
|
|
32
35
|
|
|
33
36
|
from redisbench_admin.run.metrics import extract_results_table
|
|
34
37
|
from redisbench_admin.run.run import calculate_client_tool_duration_and_check
|
|
@@ -56,6 +59,7 @@ from redis_benchmarks_specification.__common__.runner import (
|
|
|
56
59
|
exporter_datasink_common,
|
|
57
60
|
reset_commandstats,
|
|
58
61
|
execute_init_commands,
|
|
62
|
+
export_redis_metrics,
|
|
59
63
|
)
|
|
60
64
|
from redis_benchmarks_specification.__common__.spec import (
|
|
61
65
|
extract_client_container_image,
|
|
@@ -1935,8 +1939,10 @@ def process_self_contained_coordinator_stream(
|
|
|
1935
1939
|
tf_github_org,
|
|
1936
1940
|
tf_github_repo,
|
|
1937
1941
|
tf_triggering_env,
|
|
1938
|
-
|
|
1942
|
+
metadata,
|
|
1939
1943
|
expire_redis_metrics_ms,
|
|
1944
|
+
git_hash,
|
|
1945
|
+
running_platform,
|
|
1940
1946
|
)
|
|
1941
1947
|
|
|
1942
1948
|
exporter_datasink_common(
|
|
@@ -1962,8 +1968,8 @@ def process_self_contained_coordinator_stream(
|
|
|
1962
1968
|
topology_spec_name,
|
|
1963
1969
|
default_metrics,
|
|
1964
1970
|
git_hash,
|
|
1965
|
-
|
|
1966
|
-
|
|
1971
|
+
False,
|
|
1972
|
+
True,
|
|
1967
1973
|
)
|
|
1968
1974
|
|
|
1969
1975
|
# Send MEMORY PURGE after memory comparison (if FLUSHALL at test end is not enabled)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|