Skip to content

feat(kperf): add optional flowcontrol parameter to RunKperfRunnerGroup - #1288

Merged
JinghanFu merged 3 commits into
Azure:v2from
JinghanFu:jinghanfu/add-flowcontrol-to-rg-run
Aug 16, 2026
Merged

feat(kperf): add optional flowcontrol parameter to RunKperfRunnerGroup#1288
JinghanFu merged 3 commits into
Azure:v2from
JinghanFu:jinghanfu/add-flowcontrol-to-rg-run

Conversation

@JinghanFu

Copy link
Copy Markdown

Summary

Add an optional flowcontrol parameter to RunKperfRunnerGroup so callers can pass --runner-flowcontrol to kperf rg run.

This is needed for scenarios like audit log missing repro where APF throttling must be bypassed via --runner-flowcontrol exempt:2 to push maximum mutation throughput.

Before: No way to set flow control — callers had to write custom bash steps.

After:

kperf.RunKperfRunnerGroup(KPERF_IMAGE, "file:///config.yaml", flowcontrol="exempt:2")

@github-actions

Copy link
Copy Markdown

For reviewers only: reply /run-tf-integration to trigger the terraform integration pipeline before approving the PR.

@xinWeiWei24 xinWeiWei24 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@JinghanFu
JinghanFu force-pushed the jinghanfu/add-flowcontrol-to-rg-run branch from a866d22 to a3be3e6 Compare August 16, 2026 23:36
@JinghanFu
JinghanFu merged commit 248aa68 into Azure:v2 Aug 16, 2026
2 checks passed
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.

2 participants