Skip to content

Commit

Permalink
changed benchmark status function from void to int
Browse files Browse the repository at this point in the history
  • Loading branch information
zsweger authored May 10, 2024
1 parent 77901e3 commit 72f7c11
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 @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 72f7c11

Please sign in to comment.