Skip to content

Commit

Permalink
Cleaned Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhigyan Acherjee authored and Abhigyan Acherjee committed Jun 10, 2024
1 parent a183b5c commit 580307f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions root/roofit/roofit/RooFitBinnedBenchmarks.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,11 @@ static void ChanArguments(benchmark::internal::Benchmark *b)
}

// bin scan
//for (int nBins : nBinsVector) {
//for (int nCPU : nCPUVector) {
//b->Args({nChannelsForBinScan, nBins, nCPU});
//}
//}
for (int nBins : nBinsVector) {
for (int nCPU : nCPUVector) {
b->Args({nChannelsForBinScan, nBins, nCPU});
}
}
}

BENCHMARK(BM_RooFit_BinnedTestMigrad)->Apply(ChanArguments)->UseRealTime()->Unit(timeUnit)->Iterations(1);
Expand All @@ -299,7 +299,7 @@ int main(int argc, char **argv)
evalBackend = argv[i + 1];
}
if (i + 2 < argc) {
// Set the evalBackend value from the next command-line argument
// Set the sevalBackend value from the next command-line argument
evalBackend = argv[i + 1];
seeding_only = argv[i + 2];
}
Expand Down

0 comments on commit 580307f

Please sign in to comment.