Created
December 5, 2018 14:49
-
-
Save inchoate/01aecfc989ccada281925319947fb62c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# | |
# 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