-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Included the connection setup benchmark using HELLO
- Loading branch information
1 parent
c3293a3
commit 8f333d0
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
redis_benchmarks_specification/test-suites/memtier_benchmark-connection-hello.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
version: 0.4 | ||
name: memtier_benchmark-connection-hello | ||
description: 'Runs memtier_benchmark, for no keyspace, benchmarking the connection setup scenario using HELLO command.' | ||
tested-groups: | ||
- connection | ||
tested-commands: | ||
- hello | ||
redis-topologies: | ||
- oss-standalone | ||
build-variants: | ||
- gcc:8.5.0-amd64-debian-buster-default | ||
- dockerhub | ||
clientconfig: | ||
run_image: redislabs/memtier_benchmark:edge | ||
tool: memtier_benchmark | ||
arguments: -c 50 -t 4 --command="HELLO 2 SETNAME __key__" --hide-histogram --test-time 120 | ||
resources: | ||
requests: | ||
cpus: '4' | ||
memory: 2g | ||
|
||
priority: 1 |