An open API service indexing awesome lists of open source software.

https://github.com/pb82/perftest_helper

performance test helper
https://github.com/pb82/perftest_helper

Last synced: about 1 year ago
JSON representation

performance test helper

Awesome Lists containing this project

README

          

# Perftest

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add `perftest` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:perftest, "~> 0.1.0"}]
end
```

2. Ensure `perftest` is started before your application:

```elixir
def application do
[applications: [:perftest]]
end
```