README.md: Building: With benchmarks: rm superflous commands

This commit is contained in:
Anton-Latukha 2020-09-30 16:23:38 +03:00
parent 7cf3cb9ded
commit 828d4ffc0c
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 1 additions and 2 deletions

View File

@ -106,10 +106,9 @@ To autoload prebuild project dependencies - please, enable the official HNix Cac
### With benchmarks
To build `hnix` with benchmarks enabled:
To run benchmarks:
```
cabal v2-configure --enable-tests --enable-benchmarks
cabal v2-bench
```