Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubernetes/perf-tests
Performance tests and benchmarks
https://github.com/kubernetes/perf-tests
Last synced: about 1 month ago
JSON representation
Performance tests and benchmarks
- Host: GitHub
- URL: https://github.com/kubernetes/perf-tests
- Owner: kubernetes
- License: apache-2.0
- Created: 2016-09-21T01:59:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T13:46:02.000Z (about 1 month ago)
- Last Synced: 2024-09-28T21:01:25.141Z (about 1 month ago)
- Language: Go
- Size: 101 MB
- Stars: 887
- Watchers: 38
- Forks: 524
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-repositories - kubernetes/perf-tests - Performance tests and benchmarks (Go)
- awesome-starred - kubernetes/perf-tests - Performance tests and benchmarks (others)
README
# Kubernetes perf-tests
[![Go Report Card](https://goreportcard.com/badge/github.com/kubernetes/perf-tests)](https://goreportcard.com/report/github.com/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
```