Skip to content

Benchmarks

To run the benchmarks, ensure you have followed the build and installation steps (the tests do not have to be run). Then execute the following:

Terminal window
cd go/benchmarks
# To see a list of available options and their defaults:
go run . -help
# An example command setting various options:
go run . -resultsFile gobenchmarks.json -dataSize "100 1000" -concurrentTasks "10 100" -clients all -host localhost -port 6379 -clientCount "1 5" -tls