Skip to content

Commit 68b9799

Browse files
authored
Corrections to DB analyser tutorial in ouroboros-consensus-cardano/README.md (#1329)
While going thorough the per-flight guide, I've noticed that some things in the README.md became outdated. This PR corrects that. In DB analyser tutorial: - ouroboros-network -> ouroboros-consensus - fix path to gnuplot script
2 parents f196bfc + cd525d3 commit 68b9799

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)