Skip to content

prometheus/test-infra

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a12ef84 · Dec 4, 2024
Nov 21, 2024
Nov 24, 2024
Oct 14, 2024
Oct 14, 2024
Nov 28, 2024
Oct 14, 2024
Nov 24, 2024
Feb 5, 2020
Oct 14, 2024
Oct 14, 2024
Oct 21, 2024
Aug 7, 2022
Feb 16, 2017
Jun 28, 2020
Sep 2, 2024
Oct 14, 2024
Nov 24, 2024
Oct 14, 2024
Aug 7, 2022
Jan 30, 2017
Dec 4, 2024
Dec 4, 2024

Repository files navigation

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