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
- Host: GitHub
- URL: https://github.com/pb82/perftest_helper
- Owner: pb82
- Created: 2016-07-18T19:33:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-22T13:35:44.000Z (about 10 years ago)
- Last Synced: 2025-03-14T20:27:29.124Z (over 1 year ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```