Skip to content

Commit

Permalink
Add quick fix to Big5 Workload for integration tests (opensearch-proj…
Browse files Browse the repository at this point in the history
…ect#168)

Signed-off-by: Ian Hoang <hoangia@amazon.com>
Co-authored-by: Ian Hoang <hoangia@amazon.com>
Signed-off-by: Govind Kamat <govkamat@amazon.com>
  • Loading branch information
2 people authored and gkamat committed Mar 22, 2024
1 parent 823814d commit 30e30a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions big5/workload.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
{
"source-url": "{{ document_url | safe }}",
"source-file": "{{ document_file | default('documents.json') }}",
"document-count": {{ document_count }},
"uncompressed-bytes": {{ document_uncompressed_size_in_bytes }},
"document-count": {{ document_count | default(2000) }},
"uncompressed-bytes": {{ document_uncompressed_size_in_bytes | default(2000) }},
"compressed-bytes": {{ document_compressed_size_in_bytes | default(1) }}
}
]
Expand Down

0 comments on commit 30e30a0

Please sign in to comment.