From 46cc60779d7a388dac879bdb925c5d2e5e3af4db Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 9 Dec 2021 12:24:19 -1000 Subject: [PATCH] ;dev: make throughput: output tweak --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4a9ecf6d..03766788b 100644 --- a/Makefile +++ b/Makefile @@ -685,7 +685,7 @@ throughput-%: samplejournals \ @echo executable: $* @echo version: `$* --version` @for n in 1000 2000 3000 4000 5000 6000 7000 8000 9000 10000 100000 ; do \ - printf "%6d: " $$n; $* stats -f examples/$${n}x1000x10.journal | tail -1; \ + printf "%6d txns: " $$n; $* stats -f examples/$${n}x1000x10.journal | tail -1; \ done @date