aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-10-09 09:40:39 -0400
committerfanquake <fanquake@gmail.com>2019-10-09 09:51:36 -0400
commitceecefe0b0e1595e3397e7523a5749e114304d28 (patch)
tree3dbdc78f5cb495beea3136babf1d970abaa627b4 /doc
parentb1de33d29a2b8ca52fdc61c9969d14ae76154e63 (diff)
parenta54ab2104c82c41d17ca603999a9a03161eefc9e (diff)
downloadbitcoin-ceecefe0b0e1595e3397e7523a5749e114304d28.tar.xz
Merge #17081: doc: fix Makefile target in benchmarking.md
a54ab2104c82c41d17ca603999a9a03161eefc9e [doc] fix Makefile target in benchmarking.md (Sebastian Falbesoner) Pull request description: While the resulting binary is called `bench_bitcoin`, the Makefile target is named `bitcoin_bench` (see `src/Makefile.bench.include`) ACKs for top commit: fanquake: ACK a54ab2104c82c41d17ca603999a9a03161eefc9e - Tested on macOS and Debian 9.9, as this only [seemed to work there](https://github.com/bitcoin/bitcoin/pull/16536#discussion_r310366868) when these docs were added. Tree-SHA512: bcf8d48ccba488f0533111a3be57ddc6c948b3a38beed129635e1c7e0b4608bc9ddf625e8469606bb31d4cedf3341c443564a197d6b1ab5268a9ed44ed5018a3
Diffstat (limited to 'doc')
-rw-r--r--doc/benchmarking.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/benchmarking.md b/doc/benchmarking.md
index 8e3d88ab7a..b1a06009b5 100644
--- a/doc/benchmarking.md
+++ b/doc/benchmarking.md
@@ -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: