File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
7676done
7777
You can’t perform that action at this time.
0 commit comments