Skip to content

Demo of Gatling stress testing tool including scenarios against httpize

Notifications You must be signed in to change notification settings

indyscala/gatling-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork of httpize to demonstrate Gatling for Indy Scala.

Additional details in the Indy Scala README.


HTTP-IZE

http://httpize.herokuapp.com/

Resemble HTTP as in http://www.merriam-webster.com/dictionary/-ize

Run

You can use your own sbt set-up or just run the ppsbt to start with 0 dependencies. Things should just work. In the REPL:

sbt> reStart  
[info] Application httpize not yet started
[info] Starting application httpize in the background ...
httpize Starting org.purang.net.httpize.Httpize.main()
[success] Total time: 1 s, completed Sep 21, 2014 3:04:18 PM
httpize Starting Http4s-blaze example on '0.0.0.0:8080'

Use your browser to hit http://localhost:8080/.

For rapid development use triggered reStart.

sbt> ~reStart

You can also generate IntelliJ IDEA files using:

sbt> gen-idea

To deploy the project to a vm at heroku (and given that heroku toolbelt is already installed):

shell> git push heroku master   #this isn't the sbt REPL but the shell

Happy hacking!

Collaboration

Fork the repository and create pull requests.

Inspirations

httpbin.org for the inspiration

http4s_demo for seeding the project

About

Demo of Gatling stress testing tool including scenarios against httpize

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •