google / benchmark

A microbenchmark support library
Apache License 2.0
8.94k stars 1.62k forks source link

Fix CMakeLists.txt for perf_counters_test #1701

Closed illbegood closed 10 months ago

illbegood commented 10 months ago

perf_counters_test fails because benchmark/test/perf_counters_test.cc has an INSTRUCTIONS counter. And doesn't have the BRANCHES one (since e441a8cb112a3c13629749ec8c3d65b2d170b10e).

google-cla[bot] commented 10 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

dmah42 commented 10 months ago

thanks for spotting that