From cf4ae61ac62019c86a29fd7b172ff7501b04cc2a Mon Sep 17 00:00:00 2001 From: John Keiser Date: Fri, 23 Aug 2019 10:36:10 -0700 Subject: [PATCH] Modify checkperf to print out perfdiff command to make it easier to run it yourself without having to recompile the world --- scripts/checkperf.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/checkperf.sh b/scripts/checkperf.sh index ade4c781..3817a990 100644 --- a/scripts/checkperf.sh +++ b/scripts/checkperf.sh @@ -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"