Merge pull request #41181 from tanshanshan/fix-wrong-shell

Automatic merge from submit-queue (batch tested with PRs 40917, 41181, 41123, 36592, 41183)

fix scheduler performance test script 

**What this PR does / why we need it**:

 

 `test-performance.sh` is  in  dir `kubernetes/test/integration/scheduler_perf`

the  dir `kubernetes/test/component/scheduler/perf`  does not exist

Thanks.

**Special notes for your reviewer**:

**Release note**:

```release-note
```
This commit is contained in:
Kubernetes Submit Queue
2017-02-09 23:10:44 -08:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ Currently the test suite has the following:
How To Run
------
```
cd kubernetes/test/component/scheduler/perf
cd kubernetes/test/integration/scheduler_perf
./test-performance.sh
```