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

pipelines/perf-eval: bump kperf image version to v0.1.5 #337

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stages:
extra_benchmark_subcmd_args: ""
disable_warmup: "true"
engine_input:
runner_image: telescope.azurecr.io/oss/kperf:v0.1.3
runner_image: telescope.azurecr.io/oss/kperf:v0.1.5
benchmark_subcmd: node10_job1_pod100
benchmark_subcmd_args: "--total 1000"
max_parallel: 2
Expand All @@ -58,7 +58,7 @@ stages:
flowcontrol: "exempt:5"
extra_benchmark_subcmd_args: ""
engine_input:
runner_image: telescope.azurecr.io/oss/kperf:v0.1.3
runner_image: telescope.azurecr.io/oss/kperf:v0.1.5
benchmark_subcmd: node10_job1_pod100
benchmark_subcmd_args: "--total 1000"
max_parallel: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ stages:
flowcontrol: "exempt:5"
extra_benchmark_subcmd_args: "--padding-bytes=16384"
engine_input:
runner_image: telescope.azurecr.io/oss/kperf:v0.1.2
runner_image: telescope.azurecr.io/oss/kperf:v0.1.5
benchmark_subcmd: node100_pod10k
benchmark_subcmd_args: "--total 72000 --deployments=10 --interval 24h --cpu 64 --memory 192"
max_parallel: 2
Expand Down Expand Up @@ -68,7 +68,7 @@ stages:
flowcontrol: "exempt:5"
extra_benchmark_subcmd_args: "--padding-bytes=16384"
engine_input:
runner_image: telescope.azurecr.io/oss/kperf:v0.1.2
runner_image: telescope.azurecr.io/oss/kperf:v0.1.5
benchmark_subcmd: node100_pod10k
benchmark_subcmd_args: "--total 72000 --deployments=10 --interval 24h --cpu 64 --memory 192"
max_parallel: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stages:
flowcontrol: "exempt:5"
extra_benchmark_subcmd_args: ""
engine_input:
runner_image: telescope.azurecr.io/oss/kperf:v0.0.8
runner_image: telescope.azurecr.io/oss/kperf:v0.1.5
benchmark_subcmd: node100_job1_pod3k
benchmark_subcmd_args: "--total 36000"
max_parallel: 2
Expand All @@ -56,7 +56,7 @@ stages:
flowcontrol: "exempt:5"
extra_benchmark_subcmd_args: ""
engine_input:
runner_image: telescope.azurecr.io/oss/kperf:v0.0.8
runner_image: telescope.azurecr.io/oss/kperf:v0.1.5
benchmark_subcmd: node100_job1_pod3k
benchmark_subcmd_args: "--total 36000"
max_parallel: 2
Expand Down