-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Update third_party/benchmark to v1.5.2 #25184
Conversation
|
@markdroth @veblush it's a trivial bump :) |
@nicolasnoble, can you please take a look at this? Thanks! |
Are these failing tests criticals ? |
@clementperon Thanks for the PR. This needs additional change to pass the sanity check. (doc would be helpful to understand what's needed) You need to changes in |
This fix the following error when compiling: error: #error C++11 or greater detected by the library. BENCHMARK_HAS_CXX11 is defined. 12 | #error C++11 or greater detected by the library. BENCHMARK_HAS_CXX11 is defined. | ^~~~~ Signed-off-by: Clément Péron <peron.clem@gmail.com>
@veblush Done ! I have compute the sha256sum by myself on my computer. not sure where i can find it... |
@jtattermusch thanks all pass :) |
It looks good! Thank you! |
@jtattermusch One more approval please. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
This fix the following error when compiling:
error: #error C++11 or greater detected by the library. BENCHMARK_HAS_CXX11 is defined.
12 | #error C++11 or greater detected by the library. BENCHMARK_HAS_CXX11 is defined.
| ^~~~~
@markdroth