We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20045c2 commit eeb3037Copy full SHA for eeb3037
testing/perftest.sh
@@ -51,7 +51,10 @@ speedtest |& tee "${DIR}/speedtest.txt"
51
# 7z b -mmt1 |& tee "${DIR}/7z_single_thread.txt"
52
# 7z b |& tee "${DIR}/7z.txt"
53
54
-if which cryptsetup > /dev/null; then
+if which clpeak &> /dev/null; then
55
+ clpeak --xml-file "${DIR}/clpeak.xml"
56
+fi
57
+if which cryptsetup &> /dev/null; then
58
cryptsetup benchmark > "${DIR}/cryptsetup.txt"
59
fi
60
0 commit comments