Skip to content

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratus3D committed Dec 14, 2023
1 parent 7e8e5ed commit c2559dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ A basic benchee benchmarking script is available for testing performance
improvements:

```bash
MIX_ENV=bench mix run bench/format.exs
mix run bench/format.exs
```

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ defmodule ExJsonLogger.Mixfile do
{:dialyxir, "~> 0.5.1", only: [:dev], runtime: false},
{:plug, "~> 1.14"},
{:jason, "~> 1.0"},
{:benchee, "~> 1.2", only: :bench}
{:benchee, "~> 1.2", only: :dev}
]
end

Expand Down

0 comments on commit c2559dd

Please sign in to comment.