Skip to content

Commit d425749

Browse files
committed
Simplify instructions for running benchmark
MIX_ENV=bench doesn't exist, and postgrex and myxql are installed for MIX_ENV=dev, so we can simplify this
1 parent 86b76bb commit d425749

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

bench/README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,8 @@ need PostgreSQL and MySQL up and running.
1818

1919
To run the benchmarks tests just type in the console:
2020

21-
```
22-
# POSIX-compatible shells
23-
$ MIX_ENV=bench mix run bench/bench_helper.exs
24-
```
25-
26-
```
27-
# other shells
28-
$ env MIX_ENV=bench mix run bench/bench_helper.exs
21+
```sh
22+
mix run bench/bench_helper.exs
2923
```
3024

3125
Benchmarks are inside the `scripts/` directory and are divided into two

0 commit comments

Comments
 (0)