From 77901e3ce6896cb0fb807718adb7ced9fef9f02d Mon Sep 17 00:00:00 2001 From: Zachary Sweger Date: Fri, 10 May 2024 14:00:40 -0700 Subject: [PATCH] Update json file name --- 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 53aecf78..b5ce71a4 100644 --- a/benchmarks/u_rho/analysis/uchannelrho.cxx +++ b/benchmarks/u_rho/analysis/uchannelrho.cxx @@ -33,7 +33,7 @@ if (gSystem->AccessPathName(rec_file.Data()) != 0) { } void setbenchstatus(double eff){ - ///////////// Set benchmark status! + ///////////// Set benchmark status! // create our test definition // test_tag common_bench::Test rho_reco_eff_test{ @@ -58,7 +58,7 @@ void setbenchstatus(double eff){ // write out our test data - common_bench::write_test(rho_reco_eff_test, fmt::format("rhorecoeff.json", output_prefix)); + common_bench::write_test(rho_reco_eff_test, "rhorecoeff.json"); } // read our configuration