Skip to content

amilkr/shang_tsung

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shang-tsung

ShangTsung

A DSL and web wrapper for Tsung

Introduction

TODO

Try it yourself

Shang Tsung is a phoenix application (I'm considering removing Phoenix and keeping only Plug). To get it running in your dev machine, you have to follow the regular steps to run phoenix apps.

The only special consideration is that Shang Tsung needs an specific node name in order to keep running after Tsung finishes the load test: tsung_controller@....

$ git clone [email protected]:amilkr/shang-tsung.git
$ cd shang-tsung
$ mix deps.get
$ cd assets && npm install && cd -
$ iex --name "[email protected]" -S mix phx.server

Now you can visit localhost:4000 from your browser.

About

A DSL and web wrapper for Tsung

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published