Created
March 4, 2018 10:00
-
-
Save mrserverless/1d98048952f2f8699b4bdc2469eb006e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# api.txt is a list of API urls | |
for api in `cat apis.txt` | |
do | |
echo “testing $api” | |
artillery quick — duration 3600 — rate 10 — num 1 $api & | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Useless cat.