Skip to content

Commit e5938dd

Browse files
authored
added fpadd command testcase. (#172)
* added fpadd command testcase. * removed blank space from file
1 parent 20fd146 commit e5938dd

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
version: 0.4
2+
name: memtier_benchmark-1key-pfadd-4KB-values-pipeline-10
3+
description: 'Runs memtier_benchmark, for a keyspace length of 1 HyperLogLog key. Continuously add 4KB sized random elements using the PFADD command.'
4+
dbconfig:
5+
- configuration-parameters:
6+
- save: '""'
7+
- dataset:
8+
tested-groups:
9+
- hyperloglog
10+
tested-commands:
11+
- pfadd
12+
redis-topologies:
13+
- oss-standalone
14+
build-variants:
15+
- gcc:8.5.0-amd64-debian-buster-default
16+
clientconfig:
17+
run_image: redislabs/memtier_benchmark:edge
18+
tool: memtier_benchmark
19+
arguments: --pipeline 10 -c 2 -t 2 --command="PFADD hll __data__" -R --data-size=4096 --hide-histogram --test-time 180
20+
resources:
21+
requests:
22+
cpus: '4'
23+
memory: 2g
24+
exporter:
25+
redistimeseries:
26+
break_by:
27+
- version
28+
- commit
29+
timemetric: $."ALL STATS".Runtime."Start time"
30+
metrics:
31+
- $."ALL STATS".Totals."Ops/sec"
32+
- $."ALL STATS".Totals."Latency"
33+
- $."ALL STATS".Totals."Misses/sec"
34+
- $."ALL STATS".Totals."Percentile Latencies"."p50.00"

0 commit comments

Comments
 (0)