Skip to content

Commit 865bced

Browse files
markokocicsimonmichael
authored andcommitted
just file perfhelp cleanup
1 parent 12c414f commit 865bced

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Justfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -485,10 +485,10 @@ SHELLTEST := STACK + ' exec -- shelltest --execdir --threads=32'
485485
# remind how to test performance
486486
@perfhelp:
487487
echo "Some ways to compare performance of two installed hledger versions:"
488-
echo "j installas new"
489-
echo "j perftest"
490-
echo "j bench -w hledger,hledger-new -n2 -N2"
491-
echo "j bench-throughput hledger; j bench-throughput hledger-new"
488+
echo "just installas new"
489+
echo "just perftest"
490+
echo "just bench -w hledger,hledger-new -n2 -N2"
491+
echo "just bench-throughput hledger; just bench-throughput hledger-new"
492492

493493
# run performance tests with the hledger in PATH, logging to perf.log and expecting a certain txns/s. Accepts shelltest OPTS.
494494
@perftest *STOPTS:

0 commit comments

Comments
 (0)