build(deps): bump k8s.io/kubernetes from 1.33.1 to 1.33.2 in /slo-monitor |
||
---|---|---|
.github | ||
_hook | ||
adhoc | ||
application-benchmarks | ||
benchmark | ||
clusterloader2 | ||
dns | ||
golang | ||
network | ||
perfdash | ||
slo-monitor | ||
util-images | ||
verify | ||
.gitignore | ||
.golangci.yml | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
OWNERS | ||
OWNERS_ALIASES | ||
README.md | ||
RELEASE.md | ||
SECURITY.md | ||
SECURITY_CONTACTS | ||
code-of-conduct.md | ||
run-e2e-with-prometheus-fw-rule.sh | ||
run-e2e.sh |
README.md
Kubernetes perf-tests
This repo is dedicated for storing various Kubernetes-related performance test related tools. If you want to add your own load-test, benchmark, framework or other tool please contact with one of the Owners.
Because in general tools are independent and have their own ways of being configured or run, each subdirectory needs a separate README.md file with the description of its contents.
Repository setup
To run all verify* scripts before pushing to remote branch (useful for catching problems quickly) execute:
cp _hook/pre-push .git/hooks/pre-push