Commit c61468f2 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #51091 from resouer/fix-perf

Automatic merge from submit-queue Should generate files before scheduler perf **What this PR does / why we need it**: For a newly cloned project, generated files are not included. Then scheduler_perf will fail: ``` undefined: openapi.GetOpenAPIDefinitions ``` **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes: #51090 **Special notes for your reviewer**:
parents a4b719dc 388e0b39
......@@ -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
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment