Created
May 21, 2021 13:30
-
-
Save jupblb/1a519c3dbf8ba0688333e3c4f80f5e6d to your computer and use it in GitHub Desktop.
kubernetes/perf-tests PR#1787 #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
144c144 | |
< name: Starting measurement for waiting for pods | |
--- | |
> name: Starting measurement for 'create objects' | |
307c307 | |
< name: Creating objects | |
--- | |
> name: create objects | |
326c326 | |
< name: Waiting for pods to be running | |
--- | |
> name: Waiting for 'create objects' to be completed | |
526a527,556 | |
> - phases: [] | |
> measurements: | |
> - method: WaitForControlledPodsRunning | |
> params: | |
> action: start | |
> checkIfPodsAreUpdated: true | |
> labelSelector: group = load | |
> operationTimeout: 15m | |
> identifier: "" | |
> instances: | |
> - identifier: WaitForRunningDeployments | |
> params: | |
> apiVersion: apps/v1 | |
> kind: Deployment | |
> - identifier: WaitForRunningStatefulSets | |
> params: | |
> apiVersion: apps/v1 | |
> kind: StatefulSet | |
> - identifier: WaitForRunningDaemonSets | |
> params: | |
> apiVersion: apps/v1 | |
> kind: DaemonSet | |
> - identifier: WaitForRunningJobs | |
> params: | |
> apiVersion: batch/v1 | |
> kind: Job | |
> module: | |
> path: "" | |
> params: {} | |
> name: Starting measurement for 'scale and update objects' | |
531a562,573 | |
> replicaspernamespace: 1 | |
> tuningset: RandomizedScalingTimeLimited | |
> objectbundle: | |
> - basename: daemonset | |
> objecttemplatepath: daemonset.yaml | |
> templatefillmap: | |
> Image: k8s.gcr.io/pause:3.1 | |
> listunknownobjectoptions: null | |
> - namespacerange: | |
> min: 1 | |
> max: 1 | |
> basename: null | |
535a578,585 | |
> objecttemplatepath: configmap.yaml | |
> templatefillmap: {} | |
> listunknownobjectoptions: null | |
> - basename: big-deployment | |
> objecttemplatepath: secret.yaml | |
> templatefillmap: {} | |
> listunknownobjectoptions: null | |
> - basename: big-deployment | |
551a602,609 | |
> objecttemplatepath: configmap.yaml | |
> templatefillmap: {} | |
> listunknownobjectoptions: null | |
> - basename: medium-deployment | |
> objecttemplatepath: secret.yaml | |
> templatefillmap: {} | |
> listunknownobjectoptions: null | |
> - basename: medium-deployment | |
567a626,633 | |
> objecttemplatepath: configmap.yaml | |
> templatefillmap: {} | |
> listunknownobjectoptions: null | |
> - basename: small-deployment | |
> objecttemplatepath: secret.yaml | |
> templatefillmap: {} | |
> listunknownobjectoptions: null | |
> - basename: small-deployment | |
583a650,653 | |
> objecttemplatepath: statefulset_service.yaml | |
> templatefillmap: {} | |
> listunknownobjectoptions: null | |
> - basename: small-statefulset | |
596a667,670 | |
> objecttemplatepath: statefulset_service.yaml | |
> templatefillmap: {} | |
> listunknownobjectoptions: null | |
> - basename: medium-statefulset | |
609,620d682 | |
< - basename: daemonset | |
< objecttemplatepath: daemonset.yaml | |
< templatefillmap: | |
< Image: k8s.gcr.io/pause:3.1 | |
< listunknownobjectoptions: null | |
< - namespacerange: | |
< min: 1 | |
< max: 1 | |
< basename: null | |
< replicaspernamespace: 1 | |
< tuningset: RandomizedScalingTimeLimited | |
< objectbundle: | |
657c719 | |
< name: Scaling and updating objects | |
--- | |
> name: scale and update objects | |
676c738,768 | |
< name: Waiting for objects to become scaled | |
--- | |
> name: Waiting for 'scale and update objects' to be completed | |
> - phases: [] | |
> measurements: | |
> - method: WaitForControlledPodsRunning | |
> params: | |
> action: start | |
> checkIfPodsAreUpdated: true | |
> labelSelector: group = load | |
> operationTimeout: 15m | |
> identifier: "" | |
> instances: | |
> - identifier: WaitForRunningDeployments | |
> params: | |
> apiVersion: apps/v1 | |
> kind: Deployment | |
> - identifier: WaitForRunningStatefulSets | |
> params: | |
> apiVersion: apps/v1 | |
> kind: StatefulSet | |
> - identifier: WaitForRunningDaemonSets | |
> params: | |
> apiVersion: apps/v1 | |
> kind: DaemonSet | |
> - identifier: WaitForRunningJobs | |
> params: | |
> apiVersion: batch/v1 | |
> kind: Job | |
> module: | |
> path: "" | |
> params: {} | |
> name: Starting measurement for 'delete objects' | |
685,687c777,780 | |
< - basename: big-deployment | |
< objecttemplatepath: deployment.yaml | |
< templatefillmap: {} | |
--- | |
> - basename: daemonset | |
> objecttemplatepath: daemonset.yaml | |
> templatefillmap: | |
> Image: k8s.gcr.io/pause:3.1 | |
688a782,788 | |
> - namespacerange: | |
> min: 1 | |
> max: 1 | |
> basename: null | |
> replicaspernamespace: 0 | |
> tuningset: RandomizedDeletionTimeLimited | |
> objectbundle: | |
696a797,805 | |
> - basename: big-deployment | |
> objecttemplatepath: deployment.yaml | |
> templatefillmap: | |
> CpuRequest: 5m | |
> EnableDNSTests: false | |
> ReplicasMax: 250 | |
> ReplicasMin: 250 | |
> SvcName: big-service | |
> listunknownobjectoptions: null | |
705,708d813 | |
< objecttemplatepath: deployment.yaml | |
< templatefillmap: {} | |
< listunknownobjectoptions: null | |
< - basename: medium-deployment | |
715a821,829 | |
> - basename: medium-deployment | |
> objecttemplatepath: deployment.yaml | |
> templatefillmap: | |
> CpuRequest: 5m | |
> EnableDNSTests: false | |
> ReplicasMax: 30 | |
> ReplicasMin: 30 | |
> SvcName: medium-service | |
> listunknownobjectoptions: null | |
724,727d837 | |
< objecttemplatepath: deployment.yaml | |
< templatefillmap: {} | |
< listunknownobjectoptions: null | |
< - basename: small-deployment | |
734a845,853 | |
> - basename: small-deployment | |
> objecttemplatepath: deployment.yaml | |
> templatefillmap: | |
> CpuRequest: 5m | |
> EnableDNSTests: false | |
> ReplicasMax: 5 | |
> ReplicasMin: 5 | |
> SvcName: small-service | |
> listunknownobjectoptions: null | |
743c862 | |
< objecttemplatepath: statefulset.yaml | |
--- | |
> objecttemplatepath: statefulset_service.yaml | |
747,748c866,869 | |
< objecttemplatepath: statefulset_service.yaml | |
< templatefillmap: {} | |
--- | |
> objecttemplatepath: statefulset.yaml | |
> templatefillmap: | |
> ReplicasMax: 5 | |
> ReplicasMin: 5 | |
758,761d878 | |
< objecttemplatepath: statefulset.yaml | |
< templatefillmap: {} | |
< listunknownobjectoptions: null | |
< - basename: medium-statefulset | |
765,774c882,886 | |
< - namespacerange: | |
< min: 1 | |
< max: 1 | |
< basename: null | |
< replicaspernamespace: 0 | |
< tuningset: RandomizedDeletionTimeLimited | |
< objectbundle: | |
< - basename: daemonset | |
< objecttemplatepath: daemonset.yaml | |
< templatefillmap: {} | |
--- | |
> - basename: medium-statefulset | |
> objecttemplatepath: statefulset.yaml | |
> templatefillmap: | |
> ReplicasMax: 30 | |
> ReplicasMin: 30 | |
785c897,899 | |
< templatefillmap: {} | |
--- | |
> templatefillmap: | |
> ReplicasMax: 5 | |
> ReplicasMin: 5 | |
796c910,912 | |
< templatefillmap: {} | |
--- | |
> templatefillmap: | |
> ReplicasMax: 30 | |
> ReplicasMin: 30 | |
807c923,925 | |
< templatefillmap: {} | |
--- | |
> templatefillmap: | |
> ReplicasMax: 250 | |
> ReplicasMin: 250 | |
843c961 | |
< name: Deleting objects | |
--- | |
> name: delete objects | |
869c987 | |
< name: Waiting for pods to be deleted | |
--- | |
> name: Waiting for 'delete objects' to be completed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment