diff --git a/big5/README.md b/big5/README.md index 7c54eab0..04a5b9fa 100755 --- a/big5/README.md +++ b/big5/README.md @@ -65,7 +65,7 @@ This workload allows the following parameters to be specified using `--workload- * `requests_cache_enabled` (default: false): Whether the requests cache should be enabled. * `search_clients`: (default: 1): Number of clients that issue search requests. * `test_iterations` (default: 200): Number of test iterations per query that will have their latency and throughput measured. -* `target_throughput` (default: 2): Target throughput for each query operation in requests per second, use "" for no limit. +* `target_throughput` (default: 2): Target throughput for each query operation in requests per second, use 0 or "" for no throughput throttling. * `warmup_iterations` (default: 100): Number of warmup query iterations prior to actual measurements commencing. diff --git a/big5/workload.json b/big5/workload.json index c83b9f4e..0751b8d1 100644 --- a/big5/workload.json +++ b/big5/workload.json @@ -35,7 +35,7 @@ "compressed-bytes": 53220934846, "uncompressed-bytes": 943679382267 } - {% elif corpus_size == 1000-full %} + {% elif corpus_size == "1000-full" %} { "source-file": "documents-1000-full.json.bz2", "document-count": 1160800000,