Skip to content

Commit eeb3037

Browse files
committed
Add clpeak to the performance testing script
1 parent 20045c2 commit eeb3037

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

testing/perftest.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ speedtest |& tee "${DIR}/speedtest.txt"
5151
# 7z b -mmt1 |& tee "${DIR}/7z_single_thread.txt"
5252
# 7z b |& tee "${DIR}/7z.txt"
5353

54-
if which cryptsetup > /dev/null; then
54+
if which clpeak &> /dev/null; then
55+
clpeak --xml-file "${DIR}/clpeak.xml"
56+
fi
57+
if which cryptsetup &> /dev/null; then
5558
cryptsetup benchmark > "${DIR}/cryptsetup.txt"
5659
fi
5760

0 commit comments

Comments
 (0)