;tools: make throughput-dev

This commit is contained in:
Simon Michael 2021-11-26 07:20:39 -10:00
parent cda693a94f
commit 915136a599

View File

@ -687,6 +687,11 @@ throughput-%: samplejournals \
done
@date
throughput-dev: samplejournals \
$(call def-help,throughput-dev, show throughput at various data sizes with the latest hledger dev build (optimised or not) )
@stack build hledger
@stack exec -- make -s throughput
# prof: samplejournals \
# $(call def-help,prof,\
# generate and archive an execution profile\