Skip to content

Commit cf4ae61

Browse files
committed
Modify checkperf to print out perfdiff command
to make it easier to run it yourself without having to recompile the world
1 parent da0f1ca commit cf4ae61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/checkperf.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ make parse
2727
make perfdiff
2828

2929
echo "Running perfdiff:"
30+
echo ./perfdiff \"$current/parse -t $perftests\" \"$reference/parse -t $perftests\"
3031
./perfdiff "$current/parse -t $perftests" "$reference/parse -t $perftests"

0 commit comments

Comments
 (0)