Skip to content

Commit cd525d3

Browse files
committed
Corrections to DB analyser tutorial
- ouroboros-network -> ouroboros-consensus - fix path to gnuplot script Fix path to script
1 parent f196bfc commit cd525d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ouroboros-consensus-cardano/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,14 +261,14 @@ cabal run exe:db-analyser -- cardano
261261

262262
##### Plotting the benchmark results
263263

264-
Assuming you are at the top level of `ouroboros-network`, and the benchmark data
264+
Assuming you are at the top level of `ouroboros-consensus`, and the benchmark data
265265
has been written to a file named `ledger-ops-cost.csv`, a plot can be generated
266266
by running:
267267

268268
```sh
269269
gnuplot -e "bench_data='ledger-ops-cost.csv'" \
270270
-e "out_file='results.png'" \
271-
ouroboros-consensus-cardano-tools/scripts/plot-ledger-ops-cost.gp
271+
ouroboros-consensus-cardano/scripts/plot-ledger-ops-cost.gp
272272
```
273273

274274
The plot will be written to a file named `results.png`. See the script file for

0 commit comments

Comments
 (0)