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

Basic perf test for E2E blackbox latency for pod create, get, and list operations #557

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vinaykul
Copy link
Member

@vinaykul vinaykul commented Aug 11, 2020

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespaces from that line:

/kind api-change
/kind bug
/kind cleanup
/kind design
/kind documentation
/kind failing-test
/kind feature
/kind flake

What this PR does / why we need it: Add a basic perf test to e2e framework that can be used to measure blackbox E2E latency for pod create, list and get operations.

Which issue(s) this PR fixes:

Fixes #562

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

Example usage against kubemark cluster:
export KUBECONFIG=/root/go/src/k8s.io/kubernetes/test/kubemark/resources/kubeconfig.kubemark && KUBE_MASTER_IP=<IP of kubemark master> kubetest --test --provider=local --test_args="--ginkgo.focus=PodPerf"

@vinaykul vinaykul self-assigned this Aug 11, 2020
@vinaykul vinaykul requested a review from Sindica August 12, 2020 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Task: Use E2E task framework to get some perf data
1 participant