From 580307fa8b71be393340fa653d8eb125cc194a78 Mon Sep 17 00:00:00 2001
From: Abhigyan Acherjee <abhiacherjee@Abhigyans-MacBook-Air.local>
Date: Mon, 10 Jun 2024 11:50:05 +0530
Subject: [PATCH] Cleaned Branch

---
 root/roofit/roofit/RooFitBinnedBenchmarks.cxx | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/root/roofit/roofit/RooFitBinnedBenchmarks.cxx b/root/roofit/roofit/RooFitBinnedBenchmarks.cxx
index a429960a5..55e1ad920 100644
--- a/root/roofit/roofit/RooFitBinnedBenchmarks.cxx
+++ b/root/roofit/roofit/RooFitBinnedBenchmarks.cxx
@@ -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);
@@ -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];
          }