-
Notifications
You must be signed in to change notification settings - Fork 42
Fixes for existing benchmarks #16
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
oshadura
commented
Nov 7, 2017
- GenVectorBenchmark is disabled: on-going fixes on GenVector side
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.
In general we should not have standalone clang-format commits...
auto f = merger.GetFile(); | ||
auto t = new TTree("random", "random"); | ||
t->ResetBit(kMustCleanup); | ||
t->SetAutoFlush(-(flush) * 1024 * 1024); // Flush at exceeding 32MB |
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.
This change seems redundant.
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.
strange, I didn't recheck after clang-format, it is because of "pointer-like" behavior?
990c7df
to
f0ec762
Compare
IO benchmark is randomly failing, I think I need to take a look maybe.. |
f0ec762
to
6ec7112
Compare
3afff80
to
762c519
Compare
4cae9a8
to
a919780
Compare