Created
October 20, 2017 10:08
-
-
Save gagliardetto/e8129efcb074251c5bdd96e06c8e98fe to your computer and use it in GitHub Desktop.
Revisions
-
gagliardetto created this gist
Oct 20, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ 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