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 2163da7 commit b06eaf2Copy full SHA for b06eaf2
setup.sh
@@ -5,8 +5,8 @@ if [ ! `which composer` ]; then
5
exit 1;
6
fi
7
8
-if [ ! `which ab` ]; then
9
- echo "ab command not found."
+if [ ! `which wrk` ]; then
+ echo "wrk command not found."
10
11
12
0 commit comments