| Index: compiler/scripts/compiler_compare.sh
|
| diff --git a/compiler/scripts/compiler_compare.sh b/compiler/scripts/compiler_compare.sh
|
| index 4c5c09d265d1bfe06c5d56afbcebb34dcf2d0bdf..911590e31cbc0e84d19b4dd0a6f61bd9c4ff9e1f 100755
|
| --- a/compiler/scripts/compiler_compare.sh
|
| +++ b/compiler/scripts/compiler_compare.sh
|
| @@ -157,8 +157,8 @@ gclient runhooks >> $LOG_FILE 2>&1
|
| failTest $? "Error compiling your location changes, check $LOG_FILE"
|
|
|
| echo "Running first test against current working copy"
|
| -echo $SCRIPT_PATH/compiler_metrics.sh --stats-prefix=yours --dartc=./out/Release_dartc/dartc $COMPARE_OPTIONS --app=$APP >> $LOG_FILE
|
| -$SCRIPT_PATH/compiler_metrics.sh --stats-prefix=yours --dartc=./out/Release_dartc/dartc $COMPARE_OPTIONS --app=$APP > $STAT1
|
| +echo $SCRIPT_PATH/compiler_metrics.sh --stats-prefix=yours --dartc=./out/Release_ia32/dartc $COMPARE_OPTIONS --app=$APP >> $LOG_FILE
|
| +$SCRIPT_PATH/compiler_metrics.sh --stats-prefix=yours --dartc=./out/Release_ia32/dartc $COMPARE_OPTIONS --app=$APP > $STAT1
|
| failTest $? "Error collecting statistics from working copy"
|
|
|
| # switch to tmp for remainder of building
|
| @@ -184,8 +184,8 @@ failTest $? "Error compiling comparison revision"
|
|
|
| # Do the second test
|
| echo "Running second test against clean copy"
|
| -echo $SCRIPT_PATH/compiler_metrics.sh --stats-prefix=clean --dartc=./out/Release_dartc/dartc $COMPARE_OPTIONS --app=$APP >> $LOG_FILE
|
| -$SCRIPT_PATH/compiler_metrics.sh --stats-prefix=clean --dartc=./out/Release_dartc/dartc $COMPARE_OPTIONS --app=$APP > $STAT2
|
| +echo $SCRIPT_PATH/compiler_metrics.sh --stats-prefix=clean --dartc=./out/Release_ia32/dartc $COMPARE_OPTIONS --app=$APP >> $LOG_FILE
|
| +$SCRIPT_PATH/compiler_metrics.sh --stats-prefix=clean --dartc=./out/Release_ia32/dartc $COMPARE_OPTIONS --app=$APP > $STAT2
|
| failTest $? "Error collecting statistics from clean copy"
|
|
|
| calcStats
|
|
|