From f9fa60b7bfdc737b943276149ec49a57460a38f1 Mon Sep 17 00:00:00 2001 From: fcosta_oliveira Date: Fri, 20 Sep 2024 11:32:14 +0100 Subject: [PATCH] SPEC fields validation fix --- .../memtier_benchmark-1key-hash-hscan-50-fields-10B-values.yml | 2 +- .../memtier_benchmark-1key-zset-100-elements-zscan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-50-fields-10B-values.yml b/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-50-fields-10B-values.yml index 2fd0447..61f6045 100644 --- a/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-50-fields-10B-values.yml +++ b/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-hash-hscan-50-fields-10B-values.yml @@ -16,7 +16,7 @@ dbconfig: tested-groups: - hash tested-commands: -- hgetall +- hscan redis-topologies: - oss-standalone build-variants: diff --git a/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zscan.yml b/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zscan.yml index d7916ad..1e6033b 100644 --- a/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zscan.yml +++ b/redis_benchmarks_specification/test-suites/memtier_benchmark-1key-zset-100-elements-zscan.yml @@ -14,7 +14,7 @@ dbconfig: tested-groups: - sorted-set tested-commands: -- zrange +- zscan redis-topologies: - oss-standalone build-variants: