Skip to content

prometheus/test-infra

Folders and files

NameName
Last commit message
Last commit date
Feb 20, 2025
Feb 20, 2025
Oct 14, 2024
Feb 10, 2025
Feb 20, 2025
Dec 13, 2024
Feb 20, 2025
Feb 5, 2020
Dec 13, 2024
Feb 10, 2025
Feb 20, 2025
Feb 20, 2025
Aug 7, 2022
Feb 16, 2017
Jun 28, 2020
Sep 2, 2024
Dec 13, 2024
Feb 7, 2025
Oct 14, 2024
Aug 7, 2022
Jan 30, 2017
Feb 18, 2025
Feb 18, 2025

Repository Overview

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

Tools and Projects

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