This repository contains tools and configuration files for testing and benchmarking used in the Prometheus project.
Prombench is a project for automated end-to-end (E2E) testing and benchmarking for Prometheus.
- Description: For full details, see prombench/README.md.
To build the tools from source, ensure you have a working Go environment with modules enabled. Follow these steps:
-
Install
promu
:go install github.com/prometheus/promu@latest
-
Build the project:
promu build