Skip to content

Commit 2685ed9

Browse files
committed
comment out the experiments where the result is not printed
1 parent 300d9a2 commit 2685ed9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

parametric_model_experiments.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ for i in {0..35..5}; do
6464
echo >> "$OUTPUT_FILE"
6565
echo "Runtime with $i rules in the working set:" >> "$OUTPUT_FILE"
6666
{ time "$KASA_BINARY" "$TEMP_FILE"; } >> "$STDOUT_OUTPUT_FILE" 2>> "$OUTPUT_FILE"
67-
# without printing
68-
echo >> "$OUTPUT_FILE"
69-
echo "Runtime with $i rules and without printing:" >> "$OUTPUT_FILE"
70-
{ time "$KASA_BINARY" "$TEMP_FILE" --verbosity-level-for-reachability-analysis Mute ; } >> "$STDOUT_OUTPUT_FILE" 2>> "$OUTPUT_FILE"
71-
# without the site-across-bonds analysis
72-
echo >> "$OUTPUT_FILE"
73-
echo "Runtime with $i rules, without the site-across-bonds analysis:" >> "$OUTPUT_FILE"
74-
{ time "$KASA_BINARY" "$TEMP_FILE" --no-sites-across-bonds-domain ; } >> "$STDOUT_OUTPUT_FILE" 2>> "$OUTPUT_FILE"
67+
# # without printing
68+
# echo >> "$OUTPUT_FILE"
69+
# echo "Runtime with $i rules and without printing:" >> "$OUTPUT_FILE"
70+
# { time "$KASA_BINARY" "$TEMP_FILE" --verbosity-level-for-reachability-analysis Mute ; } >> "$STDOUT_OUTPUT_FILE" 2>> "$OUTPUT_FILE"
71+
# # without the views_domain
72+
# echo >> "$OUTPUT_FILE"
73+
# echo "Runtime with $i rules, without the views analysis:" >> "$OUTPUT_FILE"
74+
# { time "$KASA_BINARY" "$TEMP_FILE" --no-views-domain ; } >> "$STDOUT_OUTPUT_FILE" 2>> "$OUTPUT_FILE"
7575
fi
7676
done
7777

0 commit comments

Comments
 (0)