Skip to content

Commit

Permalink
Add median performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomsch committed Dec 10, 2023
1 parent c8985b2 commit 25afe2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analysis/generate_paper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ main() {
# Untangling performance
#
python src/python/main/analysis/print_performance.py --d4j "$D4J_SCORE_FILE" --lltc4j "$LLTC4J_SCORE_FILE" --aggregator 'mean' > "${PAPER_REPOSITORY}/tables/tool-performance.tex" 2> "${PAPER_REPOSITORY}/lib/tool-performance.tex"
python src/python/main/analysis/print_performance.py --d4j "$D4J_SCORE_FILE" --lltc4j "$LLTC4J_SCORE_FILE" --aggregator 'median' > /dev/null 2>> "${PAPER_REPOSITORY}/lib/tool-performance.tex"

#
# Untangling statistics
Expand Down

0 comments on commit 25afe2f

Please sign in to comment.