From b1257258cd34343d0056318ebcd53b59774aafee Mon Sep 17 00:00:00 2001 From: Dmitry Alimov Date: Wed, 1 Aug 2018 19:25:31 +0300 Subject: [PATCH] Fix rand-zipfian-exp default value --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f51784..4a909fc 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ sysbench provides a number of algorithms to generate random numbers that are dis `--rand-spec-pct` | percentage of the entire range where 'special' values will fall in the special distribution | 1 `--rand-spec-res` | percentage of 'special' values to use for the special distribution | 75 `--rand-pareto-h` | shape parameter for the Pareto distribution | 0.2 -`--rand-zipfian-exp` | shape parameter (theta) for the Zipfian distribution | 0.8` +`--rand-zipfian-exp` | shape parameter (theta) for the Zipfian distribution | 0.8 # Versioning