From 915136a599284a660439a748f708dd649101ff54 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 26 Nov 2021 07:20:39 -1000 Subject: [PATCH] ;tools: make throughput-dev --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index a307cae2e..162d86fe3 100644 --- a/Makefile +++ b/Makefile @@ -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\