omarkj / siege-dyno

Run siege in a Heroku dyno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Siege in a dyno

A simple script that downloads and builds siege so it can be run from a dyno.

Installing

Create your app

$ heroku create --buildpack http://github.com/heroku/heroku-buildpack-c.git

Push this repo

$ git push heroku master

When it's done you can run siege

$ heroku run ./siege example.com

About

Run siege in a Heroku dyno


Languages

Language:Shell 100.0%