Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hackathon Pyrobench: Test previous optimization https://github.com/prometheus/prometheus/pull/13843 #36

Draft
wants to merge 2 commits into
base: 20240807_retest-perf-b-before
Choose a base branch
from

Commits on Jul 3, 2024

  1. [ENHANCEMENT] Optimize regexps with multiple prefixes (prometheus#13843)

    For example `foo.*|bar.*|baz.*`. Instead of checking each one in turn,
    we build a map of prefixes, then check the smaller set that could match
    the string supplied.
    
    Signed-off-by: Bryan Boreham <[email protected]>
    
    * Improve testing and readability
    
    Address review comments on prometheus#13843
    
    Signed-off-by: Marco Pracucci <[email protected]>
    bboreham authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    82a8c6a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Add pyrobench

    simonswine committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d0747f3 View commit details
    Browse the repository at this point in the history