-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add tests for reporters #307
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
Conversation
❌ Build benchmark 491 failed (commit 30aec0605c by @mkurdej) |
✅ Build benchmark 492 completed (commit d7b1f60e74 by @mkurdej) |
include/benchmark/benchmark_api.h
Outdated
|
||
public: | ||
// FIXME: Make this private somehow. | ||
private: |
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.
wonderful! can you move it down with the other privates 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.
Did you mean removing the duplicated private:
? Cf. the last commit.
✅ Build benchmark 493 completed (commit ee73d36897 by @mkurdej) |
Thanks! |
* Test bytes_per_second and items_per_second. * Test SetLabel. * Reformat. * Make State::error_occurred_ private. * Fix tests with floats. * Merge private blocks
No description provided.