generate files before scheduler perf

This commit is contained in:
Harry Zhang 2017-08-22 16:40:16 +08:00
parent 7209cb76bb
commit 388e0b39bf

View File

@ -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
```