# perf-tests **Repository Path**: www.likexian.me/perf-tests ## Basic Information - **Project Name**: perf-tests - **Description**: k8s性能测试框架 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-04 - **Last Updated**: 2022-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: GitHub, Kubernetes ## 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 ```