#!/bin/sh
#
# Run the benchmarking

set -eu

systemctl restart valkey-server

sleep 5

valkey-benchmark -P 10
