mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;dev: make throughput: output tweak
This commit is contained in:
parent
6b3d040fdf
commit
46cc60779d
2
Makefile
2
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user