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.

Revisions

  1. gagliardetto created this gist Oct 20, 2017.
    23 changes: 23 additions & 0 deletions guestbook-01
    Original 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