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

Add runtime benchmarks for Fixed*Map data structures #140

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 11, 2024

  1. [clang-tidy] Ignore identifier _ which expresses an unused variable

    This is auto-ignored for structured bindings, but not for loops.
    A frequent use of this is for perf tests with google benchmark
    alexkaratarakis committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    3a45dbd View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Add runtime benchmarks for Fixed*Map data structures

    This adds a new set of tests tagged "benchmark" in bazel, which are
    filtered out of the default `test_suite` target. This means that they
    will only be built/run manually.
    Bobobalink committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    dcff589 View commit details
    Browse the repository at this point in the history