package
0.0.0-20250311105347-d51da38a445d
Repository: https://github.com/kubernetes/perf-tests.git
Documentation: pkg.go.dev
# README
Sleep
Simple program that sleeps for a provided duration.
Building and Releasing
- Increment the
TAG
in the Makefile. make build
- Test changes with
docker run gcr.io/k8s-staging-perf-tests/sleep:latest -- ...
- Release with
make push