Skip to content

Commit

Permalink
Add missing quotes to big5 Jinja template. (#312) (#316)
Browse files Browse the repository at this point in the history
(cherry picked from commit 411e304)

Signed-off-by: Govind Kamat <govkamat@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 09ddebd commit 30ac545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion big5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
2 changes: 1 addition & 1 deletion big5/workload.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 30ac545

Please sign in to comment.