Skip to content

Commit 2164293

Browse files
oshaduravgvassilev
authored andcommitted
Temporary disabling test
1 parent 57f4d6d commit 2164293

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

root/roofit/roofit/RooFitBinnedBenchmarks.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ static void BM_RooFit_BinnedTestMigrad_NChannel(benchmark::State &state)
229229
delete nll;
230230
}
231231

232-
BENCHMARK(BM_RooFit_BinnedTestMigrad_NChannel)->Apply(CustomArguments)->UseRealTime();
232+
//FIXME: suppress output from generating workspaces
233+
//BENCHMARK(BM_RooFit_BinnedTestMigrad_NChannel)->Apply(CustomArguments)->UseRealTime();
233234

234235
static void BM_RooFit_BinnedTestHesse(benchmark::State &state)
235236
{

0 commit comments

Comments
 (0)