aboutsummaryrefslogtreecommitdiff
path: root/doc/benchmarking.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/benchmarking.md')
-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: