Merge pull request #11797 from spowelljr/updateTimeToK8sSettingss

Make minor changes to time-to-k8s benchmarking
pull/11804/head
Medya Ghazizadeh 2021-06-29 12:26:28 -04:00 committed by GitHub
commit cb750c21ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ env:
GO_VERSION: 1.16.4
jobs:
benchmark:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Checkout submodules

View File

@ -17,9 +17,9 @@
set -e
install_kind() {
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.11.0/kind-linux-amd64
curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/latest/download/kind-linux-amd64
chmod +x ./kind
sudo mv ./kind /usr/local
sudo mv ./kind /usr/local/bin/kind
}
install_k3d() {
@ -51,7 +51,7 @@ run_benchmark() {
pwd
( cd ./hack/benchmark/time-to-k8s/time-to-k8s-repo/ &&
git submodule update --init &&
go run . --config local-kubernetes.yaml --iterations 5 --output output.csv )
go run . --config local-kubernetes.yaml --iterations 10 --output output.csv )
}
generate_chart() {