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

View file

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