Skip to content

Commit 42f5b18

Browse files
author
Martin Dimitrov
committed
reverting commit due to conflict with main
2 parents ed07f7b + edfd92f commit 42f5b18

9 files changed

+77
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redis-benchmarks-specification"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
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."
55
authors = ["filipecosta90 <[email protected]>","Redis Performance Group <[email protected]>"]
66
readme = "Readme.md"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
version: 0.4
2+
name: "memtier_benchmark-10Mkeys-load-hash-5-fields-with-1000B-values-pipeline-10"
3+
description: "Runs memtier_benchmark, for a keyspace length of 10M keys
4+
loading HASHES with 5 fields each.
5+
Each field value has a data size of 1000 Bytes."
6+
dbconfig:
7+
configuration-parameters:
8+
save: '""'
9+
tested-commands:
10+
- HSET
11+
redis-topologies:
12+
- oss-standalone
13+
14+
build-variants:
15+
- gcc:8.5.0-amd64-debian-buster-default
16+
17+
clientconfig:
18+
run_image: redislabs/memtier_benchmark:edge
19+
tool: memtier_benchmark
20+
arguments: '--test-time 180 "--pipeline" "10" "--data-size" "1000" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" "--command-key-pattern" "P" --key-minimum=1 --key-maximum 10000000 -c 50 -t 4 --hide-histogram'
21+
resources:
22+
requests:
23+
cpus: "4"
24+
memory: "2g"
25+
exporter:
26+
redistimeseries:
27+
break_by:
28+
- version
29+
- commit
30+
timemetric: '$."ALL STATS".Runtime."Start time"'
31+
metrics:
32+
- '$."ALL STATS".Totals."Ops/sec"'
33+
- '$."ALL STATS".Totals."Latency"'
34+
- '$."ALL STATS".Totals."Misses/sec"'
35+
- '$."ALL STATS".Totals."Percentile Latencies"."p50.00"'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
version: 0.4
2+
name: "memtier_benchmark-10Mkeys-load-hash-5-fields-with-1000B-values"
3+
description: "Runs memtier_benchmark, for a keyspace length of 10M keys
4+
loading HASHES with 5 fields each.
5+
Each field value has a data size of 1000 Bytes."
6+
dbconfig:
7+
configuration-parameters:
8+
save: '""'
9+
tested-commands:
10+
- HSET
11+
redis-topologies:
12+
- oss-standalone
13+
14+
build-variants:
15+
- gcc:8.5.0-amd64-debian-buster-default
16+
17+
clientconfig:
18+
run_image: redislabs/memtier_benchmark:edge
19+
tool: memtier_benchmark
20+
arguments: '--test-time 180 "--data-size" "1000" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 10000000 -c 50 -t 4 --hide-histogram'
21+
resources:
22+
requests:
23+
cpus: "4"
24+
memory: "2g"
25+
exporter:
26+
redistimeseries:
27+
break_by:
28+
- version
29+
- commit
30+
timemetric: '$."ALL STATS".Runtime."Start time"'
31+
metrics:
32+
- '$."ALL STATS".Totals."Ops/sec"'
33+
- '$."ALL STATS".Totals."Latency"'
34+
- '$."ALL STATS".Totals."Misses/sec"'
35+
- '$."ALL STATS".Totals."Percentile Latencies"."p50.00"'

redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values-pipeline-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build-variants:
1717
clientconfig:
1818
run_image: redislabs/memtier_benchmark:edge
1919
tool: memtier_benchmark
20-
arguments: '"--pipeline" "10" "--data-size" "100" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" "--command-key-pattern" "P" --key-minimum=1 --key-maximum 10000000 -c 50 -t 4 --hide-histogram --test-time 180'
20+
arguments: '"--pipeline" "10" "--data-size" "100" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" "--command-key-pattern" "P" --key-minimum=1 --key-maximum 10000000 -c 50 -t 4 --hide-histogram'
2121
resources:
2222
requests:
2323
cpus: "4"

redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-100B-values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build-variants:
1717
clientconfig:
1818
run_image: redislabs/memtier_benchmark:edge
1919
tool: memtier_benchmark
20-
arguments: '"--data-size" "100" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 10000000 -n 50000 -c 50 -t 4 --hide-histogram'
20+
arguments: '--test-time 180 "--data-size" "100" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 10000000 -c 50 -t 4 --hide-histogram'
2121
resources:
2222
requests:
2323
cpus: "4"

redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values-pipeline-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build-variants:
1717
clientconfig:
1818
run_image: redislabs/memtier_benchmark:edge
1919
tool: memtier_benchmark
20-
arguments: '"--pipeline" "10" "--data-size" "10" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 10000000 -n 50000 -c 50 -t 4 --hide-histogram --test-time 180'
20+
arguments: '--test-time 180 "--pipeline" "10" "--data-size" "10" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 10000000 -c 50 -t 4 --hide-histogram'
2121
resources:
2222
requests:
2323
cpus: "4"

redis_benchmarks_specification/test-suites/memtier_benchmark-10Mkeys-load-hash-5-fields-with-10B-values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build-variants:
1717
clientconfig:
1818
run_image: redislabs/memtier_benchmark:edge
1919
tool: memtier_benchmark
20-
arguments: '"--data-size" "10" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 10000000 -n 50000 -c 50 -t 4 --hide-histogram'
20+
arguments: '--test-time 180 "--data-size" "10" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 10000000 -c 50 -t 4 --hide-histogram'
2121
resources:
2222
requests:
2323
cpus: "4"

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values-pipeline-10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build-variants:
1717
clientconfig:
1818
run_image: redislabs/memtier_benchmark:edge
1919
tool: memtier_benchmark
20-
arguments: '"--pipeline" "10" "--data-size" "1000" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 -n 5000 -c 50 -t 4 --hide-histogram --test-time 180'
20+
arguments: '--test-time 180 "--pipeline" "10" "--data-size" "1000" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 -c 50 -t 4 --hide-histogram'
2121
resources:
2222
requests:
2323
cpus: "4"

redis_benchmarks_specification/test-suites/memtier_benchmark-1Mkeys-load-hash-5-fields-with-1000B-values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build-variants:
1717
clientconfig:
1818
run_image: redislabs/memtier_benchmark:edge
1919
tool: memtier_benchmark
20-
arguments: '"--data-size" "1000" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 -n 5000 -c 50 -t 4 --hide-histogram --test-time 180'
20+
arguments: '--test-time 180 "--data-size" "1000" --command "HSET __key__ field1 __data__ field2 __data__ field3 __data__ field4 __data__ field5 __data__" --command-key-pattern="P" --key-minimum=1 --key-maximum 1000000 -c 50 -t 4 --hide-histogram'
2121
resources:
2222
requests:
2323
cpus: "4"

0 commit comments

Comments
 (0)