Skip to content

Commit

Permalink
Temporary disabling test
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura authored and vgvassilev committed Oct 29, 2017
1 parent 57f4d6d commit 2164293
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion root/roofit/roofit/RooFitBinnedBenchmarks.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ static void BM_RooFit_BinnedTestMigrad_NChannel(benchmark::State &state)
delete nll;
}

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

static void BM_RooFit_BinnedTestHesse(benchmark::State &state)
{
Expand Down

0 comments on commit 2164293

Please sign in to comment.