Performance tests and benchmarks
Go to file
Kubernetes Prow Robot 690e2e8bcf
Merge pull request #3424 from kubernetes/dependabot/go_modules/slo-monitor/k8s.io/kubernetes-1.33.2
build(deps): bump k8s.io/kubernetes from 1.33.1 to 1.33.2 in /slo-monitor
2025-06-23 06:45:20 -07:00
.github Label dependabot PRs as ok-to-test by default 2024-09-03 12:42:33 -06:00
_hook Disable Go Modules in scripts used by travis (and pre-push hook) 2020-03-03 17:42:29 +01:00
adhoc Fix adhoc test job stub 2021-03-15 11:04:15 +01:00
application-benchmarks Initial creation of subdirectory for application-benchmarks subproject. 2020-02-06 17:54:51 -08:00
benchmark build(deps): bump k8s.io/kubernetes from 1.33.1 to 1.33.2 in /benchmark 2025-06-23 00:13:57 +00:00
clusterloader2 Merge pull request #3419 from kubernetes/dependabot/go_modules/clusterloader2/github.com/prometheus/common-0.65.0 2025-06-23 06:45:07 -07:00
dns Merge pull request #3422 from kubernetes/dependabot/go_modules/dns/jsonify/k8s.io/kubernetes-1.33.2 2025-06-23 06:45:13 -07:00
golang Create a temp commit for the .go-version edit 2025-06-10 14:37:45 -04:00
network Merge pull request #3407 from kubernetes/dependabot/go_modules/network/benchmarks/netperf/k8s.io/client-go-0.33.2 2025-06-23 00:36:59 -07:00
perfdash Merge pull request #3402 from kubernetes/dependabot/go_modules/perfdash/github.com/aws/aws-sdk-go-v2/config-1.29.17 2025-06-23 06:44:54 -07:00
slo-monitor build(deps): bump k8s.io/kubernetes in /slo-monitor 2025-06-23 07:38:40 +00:00
util-images Merge pull request #3427 from kubernetes/dependabot/go_modules/util-images/request-benchmark/k8s.io/client-go-0.33.2 2025-06-22 23:43:20 -07:00
verify Remove test exclusions 2025-01-14 15:44:49 +01:00
.gitignore Add perfdash option to load metrics from local artifact directory 2024-09-20 12:34:45 -04:00
.golangci.yml Add workaround for errcheck linter warning 2024-08-07 09:24:08 -06:00
CONTRIBUTING.md First version of boilerplate files 2016-09-26 12:14:39 +02:00
LICENSE First version of boilerplate files 2016-09-26 12:14:39 +02:00
Makefile Mark 'verify-all' as deprecated, but leave it to make pass existing PRs 2020-09-30 13:19:55 +02:00
OWNERS Update OWNERS 2023-01-26 16:10:56 +00:00
OWNERS_ALIASES add mengqiy to OWNERS 2025-06-17 05:47:59 +00:00
README.md chore: remove travis ci badge 2020-09-01 10:25:53 +05:30
RELEASE.md First version of boilerplate files 2016-09-26 12:14:39 +02:00
SECURITY.md Add SECURITY.md 2020-07-27 16:04:19 -06:00
SECURITY_CONTACTS Update embargo doc link in SECURITY_OWNERS and changes PST to PSC 2019-03-08 10:23:48 -07:00
code-of-conduct.md Update code-of-conduct.md 2017-12-20 13:39:42 -05:00
run-e2e-with-prometheus-fw-rule.sh Decrease verbosity of Prometheus firewall rule checking 2019-11-27 20:52:25 +01:00
run-e2e.sh Fix printing git log in run-e2e.sh 2021-03-12 12:26:39 +01:00

README.md

Kubernetes perf-tests

Go Report Card

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