prometheus / test-infra

Prometheus E2E benchmarking tool
Apache License 2.0
157 stars 69 forks source link

Repository Overview

This repository contains tools and configuration files for testing and benchmarking used in the Prometheus project.

Tools and Projects

/prombench

Prombench is a project for automated end-to-end (E2E) testing and benchmarking for Prometheus.

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:

    go install github.com/prometheus/promu@latest
  2. Build the project:

    promu build