Skip to content

Commit

Permalink
Move json to benchmark_outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
zsweger authored May 15, 2024
1 parent 8f30825 commit 9be9a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/u_rho/macros/plot_rho_physics_benchmark.C
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ int setbenchstatus(double eff){
}

// write out our test data
common_bench::write_test(rho_reco_eff_test, "u_rho_eff.json");
common_bench::write_test(rho_reco_eff_test, "./benchmark_output/u_rho_eff.json");
return 0;
}

Expand Down

0 comments on commit 9be9a1b

Please sign in to comment.