summaryrefslogtreecommitdiff
path: root/contributors/devel/node-performance-testing.md
diff options
context:
space:
mode:
authorErick Fejta <fejta@google.com>2017-02-09 22:10:56 -0800
committerErick Fejta <fejta@google.com>2017-02-09 22:10:56 -0800
commitea155e2286290f54d976f13e7f29e8497a9f7ba6 (patch)
tree467b57b2258cf9db65a7361cf6b90875a460d02f /contributors/devel/node-performance-testing.md
parent6dd6275336a16b7f51811e640c586519639bc0cf (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.md4
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).