mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-20 14:05:23 +01:00
[doc] fix Makefile target in benchmarking.md
while the resulting binary is called `bench_bitcoin`, the Makefile target is named `bitcoin_bench` (see `src/Makefile.bench.include`)
This commit is contained in:
parent
520d140e6e
commit
a54ab2104c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Running
|
|||
For benchmarks purposes you only need to compile `bitcoin_bench`. Beware of configuring without `--enable-debug` as this would impact
|
||||
benchmarking by unlatching log printers and lock analysis.
|
||||
|
||||
make -C src bench_bitcoin
|
||||
make -C src bitcoin_bench
|
||||
|
||||
After compiling bitcoin-core, the benchmarks can be run with:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue