We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4efd1f commit 75a6cbfCopy full SHA for 75a6cbf
tree/tree/test/BulkApi.cxx
@@ -28,6 +28,8 @@ class BulkApiTest : public ::testing::Test {
28
// Otherwise, we keep with the current ROOT defaults.
29
auto tree = new TTree("T", "A ROOT tree of floats.");
30
float f = 2;
31
+ // Create many clusters
32
+ tree->SetAutoFlush(80000);
33
tree->Branch("myFloat", &f, 320000, 1);
34
for (Long64_t ev = 0; ev < fEventCount; ev++) {
35
tree->Fill();
0 commit comments