add API server benchmark with lower max inflight #523
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to the
pipelines/perf-eval/API Server Benchmark
YAML files to update stage names, removesku_tier
parameters, and modify benchmark command arguments. The most important changes are summarized below:Stage Name Updates:
azure_eastus2_free
toazure_eastus2_default
,azure_eastus2_standard
toazure_eastus2_lower_max_inflight
, andazure_eastus2_l7_json
toazure_eastus2_l4_MI50
inapiserver-benchmark-virtualnodes10-pods100.yml
andapiserver-benchmark-virtualnodes100-pods10k.yml
. [1] [2] [3]Parameter Removals:
sku_tier
parameters from theworkload-low
andexempt
sections inapiserver-benchmark-virtualnodes10-pods100.yml
. [1] [2]Benchmark Command Modifications:
--content-type
parameter inapiserver-benchmark-virtualnodes100-pods10k.yml
. [1] [2]Additional Stage Configuration:
azure_eastus2_default
with specific variables and job parameters inapiserver-benchmark-virtualnodes100-pods3k.yml
.