Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prometheus/test-infra
Prometheus E2E benchmarking tool
https://github.com/prometheus/test-infra
Last synced: 3 months ago
JSON representation
Prometheus E2E benchmarking tool
- Host: GitHub
- URL: https://github.com/prometheus/test-infra
- Owner: prometheus
- License: apache-2.0
- Created: 2017-01-30T13:57:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T21:55:23.000Z (4 months ago)
- Last Synced: 2024-07-11T17:08:32.758Z (4 months ago)
- Language: Go
- Size: 7.8 MB
- Stars: 151
- Watchers: 16
- Forks: 57
- Open Issues: 54
-
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
README
## This repository contains tools and configuration files for the testing and benchmarking used in the Prometheus project.
### [`/prombench`](/prombench)
Prombench is a project for automated E2E testing and benchmarking for Prometheus.
See [prombench/README.md](prombench/README.md) for full description.
### [`/funcbench`](/funcbench)
Funcbench is a project for running `go test -bench` on 2 different branches and showing the difference, and more!
See [funcbench/README.md](funcbench/README.md) for full description.
## Building tools from source
With a working go modules enabled Go environment:
- Install [promu](https://github.com/prometheus/promu): `go install https://github.com/prometheus/promu`
- `promu build`