mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-13 19:01:10 -04:00
generate files before scheduler perf
This commit is contained in:
parent
7209cb76bb
commit
388e0b39bf
1 changed files with 5 additions and 2 deletions
|
|
@ -31,8 +31,11 @@ Currently the test suite has the following:
|
|||
|
||||
How To Run
|
||||
------
|
||||
```
|
||||
cd kubernetes/test/integration/scheduler_perf
|
||||
```shell
|
||||
# In Kubernetes root path
|
||||
make generated_files
|
||||
|
||||
cd test/integration/scheduler_perf
|
||||
./test-performance.sh
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue