Last active
July 25, 2017 09:20
-
-
Save appkr/519684200e59f2f6e55f63980dafbdb3 to your computer and use it in GitHub Desktop.
Apache Bench Post
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
ab -p "$(PWD)/delivery.json" \ | |
-T "application/json" \ | |
-H "Accept: application/json" \ | |
-H "Authorization: bearer header.payload.signature" \ | |
-c 10 -n 100 -v -r -l \ | |
http://127.0.0.1/mpos/v1/stores/10/deliveries |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment