Skip to content

Instantly share code, notes, and snippets.

@rpappalax
Created July 20, 2016 16:39
Show Gist options
  • Save rpappalax/08677c9647e148508e70e883fd3757b5 to your computer and use it in GitHub Desktop.
Save rpappalax/08677c9647e148508e70e883fd3757b5 to your computer and use it in GitHub Desktop.
# ~/.tmuxinator/daily.yml
project_name: push-happy
project_root: ~/git/ap-loadtester
windows:
- push_happy:
layout: 376c,210x53,0,0[210x26,0,0{105x26,0,0,12,104x26,106,0,15},210x26,0,27{105x26,0,27,14,104x26,106,27,16}]
panes:
- source apenv/bin/activate; aplt_testplan wss://autopush.stage.mozaws.net/ "aplt.scenarios:reconnect_forever,20,1,0"
- source apenv/bin/activate; aplt_testplan wss://autopush.stage.mozaws.net/ "aplt.scenarios:register_forever,20,1,0"
- source apenv/bin/activate; aplt_testplan wss://autopush.stage.mozaws.net/ "aplt.scenarios:notification_forever,20,1,0"
- source apenv/bin/activate; aplt_testplan wss://autopush.stage.mozaws.net/ "aplt.scenarios:notification_forever_stored,20,1,0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment