Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2] add configurable warmup iterations + iterations to http_logs workload #482

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link

Backport 935a73f from #448.

…#448)

Signed-off-by: Michael Oviedo <[email protected]>
(cherry picked from commit 935a73f)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@@ -831,8 +831,8 @@
{
"name": "match-all",
"operation": "default",
"warmup-iterations": 500,
"iterations": 100,
"warmup-iterations": {{ default_warmup_iterations or warmup_iterations | default(500) | tojson }},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some of these are using default_warmup_iterations and default_iterations. Could we update them to match the operation name?

Copy link
Collaborator

@IanHoang IanHoang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Informed @OVI3D0 Will merge this to remain consistent with other branches

@IanHoang IanHoang merged commit 8bb677b into 2 Nov 11, 2024
2 checks passed
@IanHoang IanHoang deleted the backport/backport-448-to-2 branch November 11, 2024 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant