From 72f7c119b93e7dc5f09077679048ae7cf1432663 Mon Sep 17 00:00:00 2001 From: Zachary Sweger Date: Fri, 10 May 2024 14:20:48 -0700 Subject: [PATCH] changed benchmark status function from void to int --- benchmarks/u_rho/analysis/uchannelrho.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/u_rho/analysis/uchannelrho.cxx b/benchmarks/u_rho/analysis/uchannelrho.cxx index b5ce71a4..95327a99 100644 --- a/benchmarks/u_rho/analysis/uchannelrho.cxx +++ b/benchmarks/u_rho/analysis/uchannelrho.cxx @@ -32,7 +32,7 @@ if (gSystem->AccessPathName(rec_file.Data()) != 0) { return 0; } -void setbenchstatus(double eff){ +int setbenchstatus(double eff){ ///////////// Set benchmark status! // create our test definition // test_tag @@ -56,9 +56,9 @@ void setbenchstatus(double eff){ rho_reco_eff_test.fail(eff); } - // write out our test data common_bench::write_test(rho_reco_eff_test, "rhorecoeff.json"); + return 0; } // read our configuration