Created
July 20, 2016 16:39
-
-
Save rpappalax/08677c9647e148508e70e883fd3757b5 to your computer and use it in GitHub Desktop.
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 characters
# ~/.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