File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ouroboros-consensus-cardano Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
265265has been written to a file named ` ledger-ops-cost.csv ` , a plot can be generated
266266by running:
267267
268268``` sh
269269gnuplot -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
274274The plot will be written to a file named ` results.png ` . See the script file for
You can’t perform that action at this time.
0 commit comments