Gatling v1.0.0 Mix.Tasks.Gatling.Load

Create a git repository for your mix project. The project must match :app in your mix.exs

Summary

Functions

Create an empty git repository of the given project

Callback implementation for c:Mix.Task.run/1

Types

project :: binary

Functions

load(project)

Specs

load([project]) :: nil

Create an empty git repository of the given project

The repository contains a post-update hook that triggers the hot upgrade from future git pushes

run(list)

Specs

run([project]) :: nil

Callback implementation for c:Mix.Task.run/1.