# test-infra **Repository Path**: mirrors_prometheus/test-infra ## Basic Information - **Project Name**: test-infra - **Description**: Prometheus E2E benchmarking tool - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```