Skip to content

Commit 8f333d0

Browse files
Included the connection setup benchmark using HELLO
1 parent c3293a3 commit 8f333d0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 0.4
2+
name: memtier_benchmark-connection-hello
3+
description: 'Runs memtier_benchmark, for no keyspace, benchmarking the connection setup scenario using HELLO command.'
4+
tested-groups:
5+
- connection
6+
tested-commands:
7+
- hello
8+
redis-topologies:
9+
- oss-standalone
10+
build-variants:
11+
- gcc:8.5.0-amd64-debian-buster-default
12+
- dockerhub
13+
clientconfig:
14+
run_image: redislabs/memtier_benchmark:edge
15+
tool: memtier_benchmark
16+
arguments: -c 50 -t 4 --command="HELLO 2 SETNAME __key__" --hide-histogram --test-time 120
17+
resources:
18+
requests:
19+
cpus: '4'
20+
memory: 2g
21+
22+
priority: 1

0 commit comments

Comments
 (0)