https://github.com/eksperimental/benchmark
https://github.com/eksperimental/benchmark
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eksperimental/benchmark
- Owner: eksperimental
- Created: 2022-05-10T00:32:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T04:30:58.000Z (about 4 years ago)
- Last Synced: 2025-07-08T06:06:25.430Z (11 months ago)
- Language: Elixir
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Benchmark
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `benchmark` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:benchmark, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/benchmark](https://hexdocs.pm/benchmark).