Skip to content

Commit

Permalink
Removing long warm-up time, causes errors for small workloads
Browse files Browse the repository at this point in the history
Signed-off-by: AkshathRaghav <[email protected]>
  • Loading branch information
AkshathRaghav committed Oct 26, 2023
1 parent de27dcf commit c4fb5ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions osbenchmark/resources/custom-test-procedures.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
},
{
"operation": "index-append",
"warmup-time-period": 120,{% raw -%}
"clients": {{bulk_indexing_clients}},
{% raw -%}"clients": {{bulk_indexing_clients}},
"ignore-response-error-level": "{{error_level}}"{% endraw -%}
},
{
Expand Down
1 change: 0 additions & 1 deletion osbenchmark/resources/default-test-procedures.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},{% endraw -%}
{
"operation": "index-append",
"warmup-time-period": 120,
{% raw -%} "clients": {{bulk_indexing_clients | default(8)}},{% endraw -%}
{% raw -%}"ignore-response-error-level": "{{error_level | default('non-fatal')}}"{% endraw -%}
},
Expand Down

0 comments on commit c4fb5ea

Please sign in to comment.