Skip to content

Commit

Permalink
Include instructions to save the benchmarking summary and detail info…
Browse files Browse the repository at this point in the history
…rmation to files
  • Loading branch information
bikegeek committed Feb 4, 2025
1 parent 3185940 commit a72fc8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tools/core/ensemble_stat/ensemble_stat.cc
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ int met_main(int argc, char *argv[]) {
// Perform verification
process_vx();

// Write out the CTRACK metrics
ctrack::result_print();

// Close the text files and deallocate memory
clean_up();

Expand Down

0 comments on commit a72fc8e

Please sign in to comment.