Skip to content

Instantly share code, notes, and snippets.

@gagliardetto
Created October 20, 2017 10:08
Show Gist options
  • Save gagliardetto/e8129efcb074251c5bdd96e06c8e98fe to your computer and use it in GitHub Desktop.
Save gagliardetto/e8129efcb074251c5bdd96e06c8e98fe to your computer and use it in GitHub Desktop.
APIs:
-
method: GET
url: http://idowhcjymo.apps.wk-0.us-east-1.aws.dev.magalix.cloud:8001/rpush/guestbook/Hello%20World
body: ~
PATTERNS:
-
cron: "0 1 * * * *" # Run every hh:01 (00:01, 01:01, 02:55, ...)
concurrent_calls: 10
duration: 10
-
cron: "0 15 * * * *" # Run every hh:15 (00:55, 01:55, 02:55, ...)
concurrent_calls: 10
duration: 10
-
cron: "0 30 5 * * *" # Run at 05:30
concurrent_calls: 50
duration: 20
-
cron: "0 30 23 * * *" # Run at 05:30
concurrent_calls: 500
duration: 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment