Skip to content

Commit

Permalink
Included the connection setup benchmark using HELLO
Browse files Browse the repository at this point in the history
  • Loading branch information
fcostaoliveira committed Aug 27, 2024
1 parent c3293a3 commit 8f333d0
Showing 1 changed file with 22 additions and 0 deletions.
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

0 comments on commit 8f333d0

Please sign in to comment.