Skip to content

Instantly share code, notes, and snippets.

@arturoherrero
Created April 30, 2016 10:33
Show Gist options
  • Save arturoherrero/62d9e10aeabe23f7eebbd0c97a7139f1 to your computer and use it in GitHub Desktop.
Save arturoherrero/62d9e10aeabe23f7eebbd0c97a7139f1 to your computer and use it in GitHub Desktop.
Load testing from the command line
for i in {1..1000}; do (curl localhost:4000 &); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment