scale-test.py is currently a work in progress and needs some additional implementation for the data processing and analysis part. Signed-off-by: Joshua Moody <joshua.moody@rancher.com>
12 lines
136 B
Plaintext
12 lines
136 B
Plaintext
# ignores all goland project folders and files
|
|
.idea
|
|
*.iml
|
|
*.ipr
|
|
|
|
# ignore output folder
|
|
out
|
|
tmp
|
|
results
|
|
|
|
# ignore kubeconfig
|
|
kubeconfig |