Skip to content

Commit

Permalink
Update json file name
Browse files Browse the repository at this point in the history
  • Loading branch information
zsweger authored May 10, 2024
1 parent 1cf4d1a commit 77901e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/u_rho/analysis/uchannelrho.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand All @@ -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
Expand Down

0 comments on commit 77901e3

Please sign in to comment.