Skip to content

Commit

Permalink
Update sh_benchmark_agg.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
smilesun authored Oct 18, 2024
1 parent abf4137 commit 8b73a81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/sh_benchmark_agg.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cat $1/rule_results/*.csv > temp_results.csv
sh reorganize_csv_with_repeated_headers.sh merged_data.csv
mkdir -p temp_agg
python main_out.py --gen_plots temp_results.csv --outp_dir ./temp_agg
python main_out.py --gen_plots merged_data.csv --outp_dir ./temp_agg

0 comments on commit 8b73a81

Please sign in to comment.