redis-benchmarks-specification 0.2.31__tar.gz → 0.2.32__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.2.31 → redis_benchmarks_specification-0.2.32}/PKG-INFO +1 -1
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/pyproject.toml +1 -1
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__cli__/cli.py +17 -1
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__compare__/compare.py +54 -65
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__runner__/runner.py +65 -9
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-set-with-ex-100B-pipeline-10.yml +1 -1
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-rate-limiting-lua-100k-sessions.yml +0 -1
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-realtime-analytics-membership-pipeline-10.yml +1 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-realtime-analytics-membership.yml +1 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/LICENSE +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/Readme.md +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__api__/Readme.md +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__api__/__init__.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__api__/api.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__api__/app.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__builder__/Readme.md +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__builder__/__init__.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__builder__/builder.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__builder__/schema.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__cli__/__init__.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__cli__/args.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__cli__/stats.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__common__/__init__.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__common__/builder_schema.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__common__/env.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__common__/github.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__common__/package.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__common__/runner.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__common__/spec.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__common__/suppress_warnings.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__common__/timeseries.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__compare__/__init__.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__compare__/args.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__init__.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__runner__/__init__.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__runner__/args.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__runner__/remote_profiling.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__self_contained_coordinator__/__init__.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__self_contained_coordinator__/args.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__self_contained_coordinator__/artifacts.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__self_contained_coordinator__/build_info.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__self_contained_coordinator__/clients.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__self_contained_coordinator__/cpuset.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__self_contained_coordinator__/docker.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__self_contained_coordinator__/post_processing.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__self_contained_coordinator__/prepopulation.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__self_contained_coordinator__/runners.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__setups__/__init__.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__setups__/topologies.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__spec__/__init__.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__spec__/args.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__spec__/cli.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__watchdog__/__init__.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__watchdog__/args.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/__watchdog__/watchdog.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/commands/__init__.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/commands/commands.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/setups/builders/gcc:15.2.0-amd64-debian-bookworm-default.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/setups/builders/gcc:15.2.0-arm64-debian-bookworm-default.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/setups/platforms/aws-ec2-1node-c5.4xlarge.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/setups/topologies/topologies.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/defaults.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/generate.py +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-hash-hgetall-50-fields-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-20-fields-with-1B-values-pipeline-30.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-1000B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-100Kkeys-load-hash-50-fields-with-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Kkeys-load-hash-50-fields-with-10000B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Kkeys-load-list-rpush-bulkload-pipeline-50.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Kkeys-load-list-with-10B-values-pipeline-50.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-string-get-10B-pipeline-100-nokeyprefix.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Kkeys-hash-listpack-500-fields-update-20-fields-with-1B-to-64B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-100B-expire-use-case.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-expire-use-case.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-psetex-expire-use-case.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-10B-setex-expire-use-case.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-1KiB-expire-use-case.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-4KiB-expire-use-case.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-bitmap-getbit-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-exists-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expire-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-expireat-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-pexpire-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-count-500-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-count-500-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-count-5000-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-cursor-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-scan-type-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-touch-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-generic-ttl-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hexists.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hget-hgetall-hkeys-hvals-with-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hgetall-50-fields-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hincrby.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hincrbyfloat.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-hmget-5-fields-with-100B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-hash-transactions-multi-exec-pipeline-20.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-lpop-rpop-with-1KiB-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-list-rpoplpush-with-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-hmset-5-fields-with-1000B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-rpush-with-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-10B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-list-with-1KiB-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/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.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-19-digits.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-set-intset-with-100-elements.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-1-fields-with-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-stream-5-fields-with-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-100-nokeyprefix.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-100.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-50.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values-pipeline-500.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-1KiB-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-1KiB-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-string-with-20KiB-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-listpack-with-100-elements-double-score.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-double-score.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-zset-with-10-elements-int-score.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-append-1-100B-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-append-1-100B.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-decr.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-100B.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-100-nokeyprefix.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-100.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-50.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B-pipeline-500.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-10B.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-1KiB.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-32B-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-get-32B.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incr-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrby-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrby.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrbyfloat-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-incrbyfloat.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-int-encoding-strlen-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mget-1KiB.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/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.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-expire.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-100B.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-1KB-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-1KB.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-32B-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-32B.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-512B-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-mixed-50-50-set-get-512B.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/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.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setex-100B-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setget200c-1KiB-pipeline-1.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setget200c-1KiB-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setrange-100B-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-string-setrange-100B.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-100M-bits-bitmap-bitcount.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-1Billion-bits-bitmap-bitcount.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-2-elements-geopos.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-2-elements-geosearch-fromlonlat-withcoord.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geodist.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geohash.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geopos.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-bybox.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-geo-60M-elements-geosearch-fromlonlat.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-1K-fields-hgetall-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-1K-fields-hgetall.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-100B-values-cursor-count-1000.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values-cursor-count-100.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-1K-fields-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-50-fields-10B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10-elements-lrange-all-elements.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/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.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-int-lrange-all-elements-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-llen-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-lrange-all-elements-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-100-elements-lrange-all-elements.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-integer.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-string-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lindex-string.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-linsert-lrem-integer.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-linsert-lrem-string.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lpos-integer.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-10K-elements-lpos-string.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elements-lrange-all-elements-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-1K-elements-lrange-all-elements.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-list-2K-elements-quicklist-lrange-all-elements-longs.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-hash-1K-fields-with-5B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-zset-with-5-elements-parsing-float-score.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-load-zset-with-5-elements-parsing-hexa-score.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-pfadd-4KB-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smembers.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10-elements-smismember.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sismember-is-a-member.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sismember-not-a-member.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smembers.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-smismember.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-100-elements-sscan.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10M-elements-sismember-50pct-chance.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-10M-elements-srem-50pct-chance.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-smembers.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan-cursor-count-100.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1K-elements-sscan.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-1M-elements-sismember-50pct-chance.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-200K-elements-sadd-constant.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-set-2M-elements-sadd-increasing.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zincrby-1M-elements-pipeline-1.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-100K-elements-pipeline-1.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-10M-elements-pipeline-1.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrank-1M-elements-pipeline-1.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrem-5M-elements-pipeline-1.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrangebyscore-256K-elements-pipeline-1.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrangebyscore-256K-elements-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zrevrank-1M-elements-pipeline-1.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-10-elements-zrange-all-elements-long-scores.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-10-elements-zrange-all-elements.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrange-all-elements.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements-long-scores.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zrangebyscore-all-elements.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zscan.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zrange-all-elements.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1K-elements-zscan.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zcard-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zremrangebyscore-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zrevrange-5-elements.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zrevrange-withscores-5-elements-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-1M-elements-zscore-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-600K-elements-zrangestore-1K-elements.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-600K-elements-zrangestore-300K-elements.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-listpack-zrank-100-elements-pipeline-1.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-eval-hset-expire.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-lua-evalsha-hset-expire.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sdiff.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sinter.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-set-10-100-elements-sunion.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-stream-5-entries-xread-all-entries.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elements-skiplist-encoded-zunion.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-2keys-zset-300-elements-skiplist-encoded-zunionstore.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-load-string-with-512B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-400_conns.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-40_conns.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-2000_conns.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-400_conns.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-get-with-1KiB-values-pipeline-10-40_conns.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-3Mkeys-string-mixed-20-80-with-512B-values-400_conns.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/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.2.31 → redis_benchmarks_specification-0.2.32}/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.2.31 → redis_benchmarks_specification-0.2.32}/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.2.31 → redis_benchmarks_specification-0.2.32}/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.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-multiple-hll-pfcount-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-multiple-hll-pfmerge-100B-values.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-connection-ping-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-100-subscribers.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-1000-subscribers.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-mixed-100-channels-128B-100-publishers-5000-subscribers.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/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.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-pubsub-publish-1K-channels-10B-no-subscribers.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-nokeys-server-time-pipeline-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-leaderboard-top-10.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-leaderboard-top-100.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-leaderboard-top-1000.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-caching-hash-100k-sessions.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-caching-json-100k-sessions.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-caching-string-100k-sessions.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-storage-100k-sessions.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-playbook-session-storage-1k-sessions.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-stream-10M-entries-xread-count-100.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-stream-10M-entries-xreadgroup-count-100-noack.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-stream-10M-entries-xreadgroup-count-100.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/memtier_benchmark-stream-concurrent-xadd-xreadgroup-70-30.yml +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/test-suites/template.txt +0 -0
- {redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/redis_benchmarks_specification/vector-search-test-suites/vector_db_benchmark_test.yml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: redis-benchmarks-specification
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.32
|
|
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
|
License-File: LICENSE
|
|
6
6
|
Author: filipecosta90
|
{redis_benchmarks_specification-0.2.31 → redis_benchmarks_specification-0.2.32}/pyproject.toml
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "redis-benchmarks-specification"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.32"
|
|
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"
|
|
@@ -80,6 +80,22 @@ def trigger_tests_dockerhub_cli_command_logic(args, project_name, project_versio
|
|
|
80
80
|
decode_responses=False,
|
|
81
81
|
)
|
|
82
82
|
conn.ping()
|
|
83
|
+
|
|
84
|
+
# Extract version from Docker image tag if possible
|
|
85
|
+
# e.g., "redis:7.4.0" -> "7.4.0"
|
|
86
|
+
# e.g., "valkey/valkey:7.2.6-bookworm" -> "7.2.6"
|
|
87
|
+
git_version = None
|
|
88
|
+
if ":" in args.run_image:
|
|
89
|
+
tag = args.run_image.split(":")[-1]
|
|
90
|
+
# Try to extract version number from tag
|
|
91
|
+
# Common patterns: "7.4.0", "7.2.6-bookworm", "latest"
|
|
92
|
+
import re
|
|
93
|
+
|
|
94
|
+
version_match = re.match(r"^(\d+\.\d+\.\d+)", tag)
|
|
95
|
+
if version_match:
|
|
96
|
+
git_version = version_match.group(1)
|
|
97
|
+
logging.info(f"Extracted git_version '{git_version}' from image tag")
|
|
98
|
+
|
|
83
99
|
testDetails = {}
|
|
84
100
|
build_stream_fields, result = generate_benchmark_stream_request(
|
|
85
101
|
args.id,
|
|
@@ -96,7 +112,7 @@ def trigger_tests_dockerhub_cli_command_logic(args, project_name, project_versio
|
|
|
96
112
|
None,
|
|
97
113
|
None,
|
|
98
114
|
None,
|
|
99
|
-
|
|
115
|
+
git_version, # Pass extracted version
|
|
100
116
|
None,
|
|
101
117
|
None,
|
|
102
118
|
None,
|
|
@@ -1253,15 +1253,11 @@ def process_single_test_comparison(
|
|
|
1253
1253
|
if baseline_str != "":
|
|
1254
1254
|
filters_baseline.append("{}={}".format(by_str_baseline, baseline_str))
|
|
1255
1255
|
if baseline_deployment_name != "":
|
|
1256
|
-
filters_baseline.append(
|
|
1257
|
-
"deployment_name={}".format(baseline_deployment_name)
|
|
1258
|
-
)
|
|
1256
|
+
filters_baseline.append("deployment_name={}".format(baseline_deployment_name))
|
|
1259
1257
|
if baseline_github_org != "":
|
|
1260
1258
|
filters_baseline.append(f"github_org={baseline_github_org}")
|
|
1261
1259
|
if running_platform_baseline is not None and running_platform_baseline != "":
|
|
1262
|
-
filters_baseline.append(
|
|
1263
|
-
"running_platform={}".format(running_platform_baseline)
|
|
1264
|
-
)
|
|
1260
|
+
filters_baseline.append("running_platform={}".format(running_platform_baseline))
|
|
1265
1261
|
filters_comparison = [
|
|
1266
1262
|
"metric={}".format(metric_name),
|
|
1267
1263
|
"{}={}".format(test_filter, test_name),
|
|
@@ -1282,10 +1278,7 @@ def process_single_test_comparison(
|
|
|
1282
1278
|
filters_baseline.append("hash==")
|
|
1283
1279
|
if "hash" not in by_str_comparison:
|
|
1284
1280
|
filters_comparison.append("hash==")
|
|
1285
|
-
if
|
|
1286
|
-
running_platform_comparison is not None
|
|
1287
|
-
and running_platform_comparison != ""
|
|
1288
|
-
):
|
|
1281
|
+
if running_platform_comparison is not None and running_platform_comparison != "":
|
|
1289
1282
|
filters_comparison.append(
|
|
1290
1283
|
"running_platform={}".format(running_platform_comparison)
|
|
1291
1284
|
)
|
|
@@ -1312,36 +1305,36 @@ def process_single_test_comparison(
|
|
|
1312
1305
|
|
|
1313
1306
|
# Initialize result dictionary
|
|
1314
1307
|
result = {
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1308
|
+
"skip_test": False,
|
|
1309
|
+
"no_datapoints_baseline": False,
|
|
1310
|
+
"no_datapoints_comparison": False,
|
|
1311
|
+
"no_datapoints_both": False,
|
|
1312
|
+
"baseline_only": False,
|
|
1313
|
+
"comparison_only": False,
|
|
1314
|
+
"detected_regression": False,
|
|
1315
|
+
"detected_improvement": False,
|
|
1316
|
+
"unstable": False,
|
|
1317
|
+
"should_add_line": False,
|
|
1318
|
+
"line": None,
|
|
1319
|
+
"percentage_change": 0.0,
|
|
1320
|
+
"tested_groups": tested_groups,
|
|
1321
|
+
"tested_commands": tested_commands,
|
|
1322
|
+
"boxplot_data": None,
|
|
1330
1323
|
}
|
|
1331
1324
|
|
|
1332
1325
|
if len(baseline_timeseries) == 0:
|
|
1333
1326
|
logging.warning(
|
|
1334
1327
|
f"No datapoints for test={test_name} for baseline timeseries {baseline_timeseries}"
|
|
1335
1328
|
)
|
|
1336
|
-
result[
|
|
1337
|
-
result[
|
|
1329
|
+
result["no_datapoints_baseline"] = True
|
|
1330
|
+
result["no_datapoints_both"] = True
|
|
1338
1331
|
|
|
1339
1332
|
if len(comparison_timeseries) == 0:
|
|
1340
1333
|
logging.warning(
|
|
1341
1334
|
f"No datapoints for test={test_name} for comparison timeseries {comparison_timeseries}"
|
|
1342
1335
|
)
|
|
1343
|
-
result[
|
|
1344
|
-
result[
|
|
1336
|
+
result["no_datapoints_comparison"] = True
|
|
1337
|
+
result["no_datapoints_both"] = True
|
|
1345
1338
|
|
|
1346
1339
|
if len(baseline_timeseries) != 1 and multi_value_baseline is False:
|
|
1347
1340
|
if verbose:
|
|
@@ -1354,7 +1347,7 @@ def process_single_test_comparison(
|
|
|
1354
1347
|
logging.warning(
|
|
1355
1348
|
"\t\tTime-series: {}".format(", ".join(baseline_timeseries))
|
|
1356
1349
|
)
|
|
1357
|
-
result[
|
|
1350
|
+
result["skip_test"] = True
|
|
1358
1351
|
return result
|
|
1359
1352
|
|
|
1360
1353
|
if len(comparison_timeseries) > 1 and multi_value_comparison is False:
|
|
@@ -1364,7 +1357,7 @@ def process_single_test_comparison(
|
|
|
1364
1357
|
logging.warning(
|
|
1365
1358
|
"Comparison timeseries {}".format(len(comparison_timeseries))
|
|
1366
1359
|
)
|
|
1367
|
-
result[
|
|
1360
|
+
result["skip_test"] = True
|
|
1368
1361
|
return result
|
|
1369
1362
|
|
|
1370
1363
|
baseline_v = "N/A"
|
|
@@ -1383,9 +1376,7 @@ def process_single_test_comparison(
|
|
|
1383
1376
|
note = ""
|
|
1384
1377
|
try:
|
|
1385
1378
|
for ts_name_baseline in baseline_timeseries:
|
|
1386
|
-
datapoints_inner = rts.ts().revrange(
|
|
1387
|
-
ts_name_baseline, from_ts_ms, to_ts_ms
|
|
1388
|
-
)
|
|
1379
|
+
datapoints_inner = rts.ts().revrange(ts_name_baseline, from_ts_ms, to_ts_ms)
|
|
1389
1380
|
baseline_datapoints.extend(datapoints_inner)
|
|
1390
1381
|
(
|
|
1391
1382
|
baseline_pct_change,
|
|
@@ -1440,12 +1431,12 @@ def process_single_test_comparison(
|
|
|
1440
1431
|
logging.warning(
|
|
1441
1432
|
f"Baseline contains datapoints but comparison not for test: {test_name}"
|
|
1442
1433
|
)
|
|
1443
|
-
result[
|
|
1434
|
+
result["baseline_only"] = True
|
|
1444
1435
|
if comparison_v != "N/A" and baseline_v == "N/A":
|
|
1445
1436
|
logging.warning(
|
|
1446
1437
|
f"Comparison contains datapoints but baseline not for test: {test_name}"
|
|
1447
1438
|
)
|
|
1448
|
-
result[
|
|
1439
|
+
result["comparison_only"] = True
|
|
1449
1440
|
if (
|
|
1450
1441
|
baseline_v != "N/A"
|
|
1451
1442
|
and comparison_pct_change != "N/A"
|
|
@@ -1455,7 +1446,7 @@ def process_single_test_comparison(
|
|
|
1455
1446
|
if comparison_pct_change > 10.0 or baseline_pct_change > 10.0:
|
|
1456
1447
|
note = "UNSTABLE (very high variance)"
|
|
1457
1448
|
unstable = True
|
|
1458
|
-
result[
|
|
1449
|
+
result["unstable"] = True
|
|
1459
1450
|
|
|
1460
1451
|
baseline_v_str = prepare_value_str(
|
|
1461
1452
|
baseline_pct_change,
|
|
@@ -1473,9 +1464,7 @@ def process_single_test_comparison(
|
|
|
1473
1464
|
)
|
|
1474
1465
|
|
|
1475
1466
|
if metric_mode == "higher-better":
|
|
1476
|
-
percentage_change = (
|
|
1477
|
-
float(comparison_v) / float(baseline_v) - 1
|
|
1478
|
-
) * 100.0
|
|
1467
|
+
percentage_change = (float(comparison_v) / float(baseline_v) - 1) * 100.0
|
|
1479
1468
|
else:
|
|
1480
1469
|
# lower-better
|
|
1481
1470
|
percentage_change = (
|
|
@@ -1483,13 +1472,13 @@ def process_single_test_comparison(
|
|
|
1483
1472
|
) * 100.0
|
|
1484
1473
|
|
|
1485
1474
|
# Collect data for box plot
|
|
1486
|
-
result[
|
|
1475
|
+
result["boxplot_data"] = (test_name, percentage_change)
|
|
1487
1476
|
else:
|
|
1488
1477
|
logging.warn(
|
|
1489
1478
|
f"Missing data for test {test_name}. baseline_v={baseline_v} (pct_change={baseline_pct_change}), comparison_v={comparison_v} (pct_change={comparison_pct_change}) "
|
|
1490
1479
|
)
|
|
1491
1480
|
|
|
1492
|
-
result[
|
|
1481
|
+
result["percentage_change"] = percentage_change
|
|
1493
1482
|
|
|
1494
1483
|
if baseline_v != "N/A" or comparison_v != "N/A":
|
|
1495
1484
|
detected_regression = False
|
|
@@ -1545,8 +1534,8 @@ def process_single_test_comparison(
|
|
|
1545
1534
|
if simplify_table is False:
|
|
1546
1535
|
note = note + " No Change"
|
|
1547
1536
|
|
|
1548
|
-
result[
|
|
1549
|
-
result[
|
|
1537
|
+
result["detected_regression"] = detected_regression
|
|
1538
|
+
result["detected_improvement"] = detected_improvement
|
|
1550
1539
|
|
|
1551
1540
|
line = get_line(
|
|
1552
1541
|
baseline_v_str,
|
|
@@ -1555,12 +1544,12 @@ def process_single_test_comparison(
|
|
|
1555
1544
|
percentage_change,
|
|
1556
1545
|
test_link,
|
|
1557
1546
|
)
|
|
1558
|
-
result[
|
|
1547
|
+
result["line"] = line
|
|
1559
1548
|
else:
|
|
1560
1549
|
logging.warning(
|
|
1561
1550
|
"There were no datapoints both for baseline and comparison for test: {test_name}"
|
|
1562
1551
|
)
|
|
1563
|
-
result[
|
|
1552
|
+
result["no_datapoints_both"] = True
|
|
1564
1553
|
|
|
1565
1554
|
return result
|
|
1566
1555
|
|
|
@@ -1676,49 +1665,49 @@ def from_rts_to_regression_table(
|
|
|
1676
1665
|
# Second loop: Process all collected results
|
|
1677
1666
|
for test_name, result in test_results:
|
|
1678
1667
|
# Handle the results from the extracted function
|
|
1679
|
-
if result[
|
|
1668
|
+
if result["skip_test"]:
|
|
1680
1669
|
continue
|
|
1681
1670
|
|
|
1682
|
-
if result[
|
|
1671
|
+
if result["no_datapoints_baseline"]:
|
|
1683
1672
|
no_datapoints_baseline_list.append(test_name)
|
|
1684
1673
|
if test_name not in no_datapoints_list:
|
|
1685
1674
|
no_datapoints_list.append(test_name)
|
|
1686
1675
|
|
|
1687
|
-
if result[
|
|
1676
|
+
if result["no_datapoints_comparison"]:
|
|
1688
1677
|
no_datapoints_comparison_list.append(test_name)
|
|
1689
1678
|
if test_name not in no_datapoints_list:
|
|
1690
1679
|
no_datapoints_list.append(test_name)
|
|
1691
1680
|
|
|
1692
|
-
if result[
|
|
1681
|
+
if result["baseline_only"]:
|
|
1693
1682
|
baseline_only_list.append(test_name)
|
|
1694
1683
|
|
|
1695
|
-
if result[
|
|
1684
|
+
if result["comparison_only"]:
|
|
1696
1685
|
comparison_only_list.append(test_name)
|
|
1697
1686
|
|
|
1698
|
-
if result[
|
|
1687
|
+
if result["unstable"]:
|
|
1699
1688
|
unstable_list.append([test_name, "n/a"])
|
|
1700
1689
|
|
|
1701
|
-
if result[
|
|
1702
|
-
boxplot_data.append(result[
|
|
1690
|
+
if result["boxplot_data"]:
|
|
1691
|
+
boxplot_data.append(result["boxplot_data"])
|
|
1703
1692
|
|
|
1704
1693
|
# Handle group and command changes
|
|
1705
|
-
for test_group in result[
|
|
1694
|
+
for test_group in result["tested_groups"]:
|
|
1706
1695
|
if test_group not in group_change:
|
|
1707
1696
|
group_change[test_group] = []
|
|
1708
|
-
group_change[test_group].append(result[
|
|
1697
|
+
group_change[test_group].append(result["percentage_change"])
|
|
1709
1698
|
|
|
1710
|
-
for test_command in result[
|
|
1699
|
+
for test_command in result["tested_commands"]:
|
|
1711
1700
|
if test_command not in command_change:
|
|
1712
1701
|
command_change[test_command] = []
|
|
1713
|
-
command_change[test_command].append(result[
|
|
1702
|
+
command_change[test_command].append(result["percentage_change"])
|
|
1714
1703
|
|
|
1715
1704
|
# Handle regression/improvement detection and table updates
|
|
1716
|
-
if result[
|
|
1717
|
-
detected_regression = result[
|
|
1718
|
-
detected_improvement = result[
|
|
1719
|
-
unstable = result[
|
|
1720
|
-
line = result[
|
|
1721
|
-
percentage_change = result[
|
|
1705
|
+
if result["line"] is not None:
|
|
1706
|
+
detected_regression = result["detected_regression"]
|
|
1707
|
+
detected_improvement = result["detected_improvement"]
|
|
1708
|
+
unstable = result["unstable"]
|
|
1709
|
+
line = result["line"]
|
|
1710
|
+
percentage_change = result["percentage_change"]
|
|
1722
1711
|
|
|
1723
1712
|
if detected_regression:
|
|
1724
1713
|
total_regressions = total_regressions + 1
|
|
@@ -1752,7 +1741,7 @@ def from_rts_to_regression_table(
|
|
|
1752
1741
|
if should_add_line:
|
|
1753
1742
|
total_comparison_points = total_comparison_points + 1
|
|
1754
1743
|
table_full.append(line)
|
|
1755
|
-
elif result[
|
|
1744
|
+
elif result["no_datapoints_both"]:
|
|
1756
1745
|
if test_name not in no_datapoints_list:
|
|
1757
1746
|
no_datapoints_list.append(test_name)
|
|
1758
1747
|
logging.warning(
|
|
@@ -175,13 +175,20 @@ def validate_benchmark_metrics(
|
|
|
175
175
|
Args:
|
|
176
176
|
results_dict: Dictionary containing benchmark results
|
|
177
177
|
test_name: Name of the test being validated
|
|
178
|
-
benchmark_config: Benchmark configuration (
|
|
178
|
+
benchmark_config: Benchmark configuration (optional, contains tested-commands)
|
|
179
179
|
default_metrics: Default metrics configuration (unused, for compatibility)
|
|
180
180
|
|
|
181
181
|
Returns:
|
|
182
182
|
tuple: (is_valid, error_message)
|
|
183
183
|
"""
|
|
184
184
|
try:
|
|
185
|
+
# Get tested commands from config if available
|
|
186
|
+
tested_commands = []
|
|
187
|
+
if benchmark_config and "tested-commands" in benchmark_config:
|
|
188
|
+
tested_commands = [
|
|
189
|
+
cmd.lower() for cmd in benchmark_config["tested-commands"]
|
|
190
|
+
]
|
|
191
|
+
|
|
185
192
|
# Define validation rules
|
|
186
193
|
throughput_patterns = [
|
|
187
194
|
"ops/sec",
|
|
@@ -219,6 +226,29 @@ def validate_benchmark_metrics(
|
|
|
219
226
|
):
|
|
220
227
|
return
|
|
221
228
|
|
|
229
|
+
# Skip operation-specific metrics for operations not being tested
|
|
230
|
+
# For example, skip Gets.Ops/sec if only SET commands are tested
|
|
231
|
+
if tested_commands:
|
|
232
|
+
skip_metric = False
|
|
233
|
+
operation_types = [
|
|
234
|
+
"gets",
|
|
235
|
+
"sets",
|
|
236
|
+
"hgets",
|
|
237
|
+
"hsets",
|
|
238
|
+
"lpush",
|
|
239
|
+
"rpush",
|
|
240
|
+
"sadd",
|
|
241
|
+
]
|
|
242
|
+
for op_type in operation_types:
|
|
243
|
+
if (
|
|
244
|
+
op_type in metric_path_lower
|
|
245
|
+
and op_type not in tested_commands
|
|
246
|
+
):
|
|
247
|
+
skip_metric = True
|
|
248
|
+
break
|
|
249
|
+
if skip_metric:
|
|
250
|
+
return
|
|
251
|
+
|
|
222
252
|
# Check throughput metrics
|
|
223
253
|
for pattern in throughput_patterns:
|
|
224
254
|
if pattern in metric_path_lower:
|
|
@@ -324,6 +354,18 @@ def calculate_process_timeout(command_str, buffer_timeout):
|
|
|
324
354
|
int: Timeout in seconds
|
|
325
355
|
"""
|
|
326
356
|
default_timeout = 300 # 5 minutes default
|
|
357
|
+
run_count = 1
|
|
358
|
+
if "run-count" in command_str:
|
|
359
|
+
# Try to extract test time and add buffer
|
|
360
|
+
# Handle both --test-time (memtier) and -test-time (pubsub-sub-bench)
|
|
361
|
+
run_count_match = re.search(r"--?run-count[=\s]+(\d+)", command_str)
|
|
362
|
+
if run_count_match:
|
|
363
|
+
run_count = int(run_count_match.group(1))
|
|
364
|
+
logging.info(f"Detected run count of: {run_count}")
|
|
365
|
+
run_count_match = re.search(r"-?x[=\s]+(\d+)", command_str)
|
|
366
|
+
if run_count_match:
|
|
367
|
+
run_count = int(run_count_match.group(1))
|
|
368
|
+
logging.info(f"Detected run count (from -x) of: {run_count}")
|
|
327
369
|
|
|
328
370
|
if "test-time" in command_str:
|
|
329
371
|
# Try to extract test time and add buffer
|
|
@@ -331,9 +373,9 @@ def calculate_process_timeout(command_str, buffer_timeout):
|
|
|
331
373
|
test_time_match = re.search(r"--?test-time[=\s]+(\d+)", command_str)
|
|
332
374
|
if test_time_match:
|
|
333
375
|
test_time = int(test_time_match.group(1))
|
|
334
|
-
timeout = test_time + buffer_timeout
|
|
376
|
+
timeout = (test_time + buffer_timeout) * run_count
|
|
335
377
|
logging.info(
|
|
336
|
-
f"Set process timeout to {timeout}s (test-time: {test_time}s + {buffer_timeout}s buffer)"
|
|
378
|
+
f"Set process timeout to {timeout}s (test-time: {test_time}s + {buffer_timeout}s buffer) x {run_count} runs)"
|
|
337
379
|
)
|
|
338
380
|
return timeout
|
|
339
381
|
|
|
@@ -1560,7 +1602,9 @@ def process_self_contained_coordinator_stream(
|
|
|
1560
1602
|
logging.info(f"Using override topology: {args.override_topology}")
|
|
1561
1603
|
else:
|
|
1562
1604
|
benchmark_topologies = benchmark_config["redis-topologies"]
|
|
1563
|
-
logging.info(
|
|
1605
|
+
logging.info(
|
|
1606
|
+
f"Running for a total of {len(benchmark_topologies)} topologies: {benchmark_topologies}"
|
|
1607
|
+
)
|
|
1564
1608
|
|
|
1565
1609
|
# Check if user requested exit via Ctrl+C
|
|
1566
1610
|
if _exit_requested:
|
|
@@ -2680,13 +2724,20 @@ def process_self_contained_coordinator_stream(
|
|
|
2680
2724
|
if not success:
|
|
2681
2725
|
logging.error(f"Memtier benchmark failed: {stderr}")
|
|
2682
2726
|
# Clean up database after failure (timeout or error)
|
|
2683
|
-
if
|
|
2684
|
-
|
|
2727
|
+
if (
|
|
2728
|
+
args.flushall_on_every_test_end
|
|
2729
|
+
or args.flushall_on_every_test_start
|
|
2730
|
+
):
|
|
2731
|
+
logging.warning(
|
|
2732
|
+
"Benchmark failed - cleaning up database with FLUSHALL"
|
|
2733
|
+
)
|
|
2685
2734
|
try:
|
|
2686
2735
|
for r in redis_conns:
|
|
2687
2736
|
r.flushall()
|
|
2688
2737
|
except Exception as e:
|
|
2689
|
-
logging.error(
|
|
2738
|
+
logging.error(
|
|
2739
|
+
f"FLUSHALL failed after benchmark failure: {e}"
|
|
2740
|
+
)
|
|
2690
2741
|
# Continue with the test but log the failure
|
|
2691
2742
|
client_container_stdout = f"ERROR: {stderr}"
|
|
2692
2743
|
|
|
@@ -3033,8 +3084,13 @@ def process_self_contained_coordinator_stream(
|
|
|
3033
3084
|
test_result = False
|
|
3034
3085
|
|
|
3035
3086
|
# Clean up database after exception to prevent contamination of next test
|
|
3036
|
-
if
|
|
3037
|
-
|
|
3087
|
+
if (
|
|
3088
|
+
args.flushall_on_every_test_end
|
|
3089
|
+
or args.flushall_on_every_test_start
|
|
3090
|
+
):
|
|
3091
|
+
logging.warning(
|
|
3092
|
+
"Exception caught - cleaning up database with FLUSHALL"
|
|
3093
|
+
)
|
|
3038
3094
|
try:
|
|
3039
3095
|
for r in redis_conns:
|
|
3040
3096
|
r.flushall()
|
|
@@ -12,7 +12,7 @@ dbconfig:
|
|
|
12
12
|
tool: memtier_benchmark
|
|
13
13
|
arguments: '"--data-size" "100" "--ratio" "1:0" "--key-pattern" "P:P" "-c" "50"
|
|
14
14
|
"-t" "2" "--hide-histogram" "--key-minimum" "1" "--key-maximum" "1000000" -n
|
|
15
|
-
allkeys" --pipeline 50'
|
|
15
|
+
"allkeys" --pipeline 50'
|
|
16
16
|
resources:
|
|
17
17
|
requests:
|
|
18
18
|
memory: 1g
|
|
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
|