https://github.com/prometheus/test-infra
Prometheus E2E benchmarking tool
https://github.com/prometheus/test-infra
Last synced: 12 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T08:32:05.000Z (about 2 months ago)
- Last Synced: 2025-02-28T15:22:39.776Z (about 2 months ago)
- Language: Go
- Size: 7.73 MB
- Stars: 158
- Watchers: 15
- Forks: 72
- Open Issues: 45
-
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
# Repository Overview
This repository contains tools and configuration files for testing and benchmarking used in the Prometheus project.
## Tools and Projects
### [`/prombench`](prombench/)
**Prombench** is a project for automated end-to-end (E2E) testing and benchmarking for Prometheus.
- **Description**: For full details, see [prombench/README.md](prombench/README.md).
## Building Tools from Source
To build the tools from source, ensure you have a working Go environment with modules enabled. Follow these steps:
1. **Install `promu`**:
```bash
go install github.com/prometheus/promu@latest
```2. **Build the project**:
```bash
promu build
```