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

Make --include and --exclude use prefix matching. #1279

Merged

Commits on Apr 6, 2022

  1. Make --include and --exclude use exact matching.

    In rust-lang#1138 I changed `--include`/`--exclude` to do exact matching of
    benchmark names. This was a good idea at the time, but since then we
    have renamed many benchmarks. There is now no benchmark with a name that
    is a prefix of another benchmark's name. Also, we now have version
    numbers in many benchmark names, which are a pain to remember and type.
    
    This commit lets you specify a benchmark name by prefix. E.g.
    `--include=stm` will match `stm32f4-0.14.0`.
    nnethercote committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    d58a840 View commit details
    Browse the repository at this point in the history