We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f4d6d commit 2164293Copy full SHA for 2164293
root/roofit/roofit/RooFitBinnedBenchmarks.cxx
@@ -229,7 +229,8 @@ static void BM_RooFit_BinnedTestMigrad_NChannel(benchmark::State &state)
229
delete nll;
230
}
231
232
-BENCHMARK(BM_RooFit_BinnedTestMigrad_NChannel)->Apply(CustomArguments)->UseRealTime();
+//FIXME: suppress output from generating workspaces
233
+//BENCHMARK(BM_RooFit_BinnedTestMigrad_NChannel)->Apply(CustomArguments)->UseRealTime();
234
235
static void BM_RooFit_BinnedTestHesse(benchmark::State &state)
236
{
0 commit comments