Skip to content

vex-dev/stampede-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stampede

Tool for configuring and running Playwright based load testing

Installation

If available in Hex, the package can be installed by adding stampede to your list of dependencies in mix.exs:

def deps do
  [
    {:stampede, "~> 0.1.0"}
  ]
end

Setup

mix deps.get
mix deps.compile
mix setup # Alias for mix playwright.install_browsers

Examples

mix run examples/run_a_single_user.exs

or

mix run examples/run_multiple_users.exs

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/stampede.

About

Elixir implementation of Stampede

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages