diff options
| author | Erick Fejta <fejta@google.com> | 2017-02-09 22:10:56 -0800 |
|---|---|---|
| committer | Erick Fejta <fejta@google.com> | 2017-02-09 22:10:56 -0800 |
| commit | ea155e2286290f54d976f13e7f29e8497a9f7ba6 (patch) | |
| tree | 467b57b2258cf9db65a7361cf6b90875a460d02f /contributors/devel/node-performance-testing.md | |
| parent | 6dd6275336a16b7f51811e640c586519639bc0cf (diff) | |
Add -- flag in hack/e2e.go documentation
Diffstat (limited to 'contributors/devel/node-performance-testing.md')
| -rw-r--r-- | contributors/devel/node-performance-testing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/devel/node-performance-testing.md b/contributors/devel/node-performance-testing.md index d6bb657f..60368e20 100644 --- a/contributors/devel/node-performance-testing.md +++ b/contributors/devel/node-performance-testing.md @@ -59,9 +59,9 @@ sampling. There is an end-to-end test for collecting overall resource usage of node components: [kubelet_perf.go](../../test/e2e/kubelet_perf.go). To run the test, simply make sure you have an e2e cluster running (`go run -hack/e2e.go -up`) and [set up](#cluster-set-up) correctly. +hack/e2e.go -- -up`) and [set up](#cluster-set-up) correctly. -Run the test with `go run hack/e2e.go -v -test +Run the test with `go run hack/e2e.go -- -v -test --test_args="--ginkgo.focus=resource\susage\stracking"`. You may also wish to customise the number of pods or other parameters of the test (remember to rerun `make WHAT=test/e2e/e2e.test` after you do). |
