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 BENCHMARK_TEMPLATE[12]_CAPTURE, fusion of BENCHMARK_CAPTURE and BENCHMARK_TEMPLATE #1747

Merged
merged 1 commit into from
Jan 30, 2024

Commits on Jan 29, 2024

  1. Add BENCHMARK_TEMPLATE[12]_CAPTURE, fusion of BENCHMARK_CAPTURE a…

    …nd `BENCHMARK_TEMPLATE`
    
    Test coverage isn't great, but not worse than the existing one.
    
    You'd think `BENCHMARK_CAPTURE` would suffice,
    but you can't pass `func<targs>` to it (due to the `<` and `>`),
    and when passing `(func<targs>)` we get issues with brackets.
    So i'm not sure if we can fully avoid this helper.
    
    That being said, if there is only a single template argument,
    `BENCHMARK_CAPTURE()` works fine if we avoid using function name.
    LebedevRI committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    aebd644 View commit details
    Browse the repository at this point in the history