Skip to content

Instantly share code, notes, and snippets.

@inchoate
Created December 5, 2018 14:49
Show Gist options
  • Save inchoate/01aecfc989ccada281925319947fb62c to your computer and use it in GitHub Desktop.
Save inchoate/01aecfc989ccada281925319947fb62c to your computer and use it in GitHub Desktop.
#
# This will build the memtier_benchmark tool from Redis labs and
# run it against a Redis server running on your Mac's localhost.
#
git clone https://github.com/RedisLabs/memtier_benchmark.git
cd memtier_benchmark
docker build -t memtier_benchmark .
docker run --rm -it memtier_benchmark -s host.docker.internal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment