Skip to content

Instantly share code, notes, and snippets.

@christian-posta
Created January 15, 2018 21:35
Show Gist options
  • Save christian-posta/b12799926677bcc040b7bb8852a03447 to your computer and use it in GitHub Desktop.
Save christian-posta/b12799926677bcc040b7bb8852a03447 to your computer and use it in GitHub Desktop.
kubectl execution of go benchmark tool
kubectl run -i --rm --restart=Never gobench --image=piotrminkina/gobench --command -- gobench -u http://httpbin:8080/get -c 3 -r 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment