Skip to content

Instantly share code, notes, and snippets.

@appkr
Last active July 25, 2017 09:20
Show Gist options
  • Save appkr/519684200e59f2f6e55f63980dafbdb3 to your computer and use it in GitHub Desktop.
Save appkr/519684200e59f2f6e55f63980dafbdb3 to your computer and use it in GitHub Desktop.
Apache Bench Post
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