Modify checkperf to print out perfdiff command
to make it easier to run it yourself without having to recompile the world
This commit is contained in:
parent
da0f1cacea
commit
cf4ae61ac6
|
@ -27,4 +27,5 @@ make parse
|
|||
make perfdiff
|
||||
|
||||
echo "Running perfdiff:"
|
||||
echo ./perfdiff \"$current/parse -t $perftests\" \"$reference/parse -t $perftests\"
|
||||
./perfdiff "$current/parse -t $perftests" "$reference/parse -t $perftests"
|
||||
|
|
Loading…
Reference in New Issue