From 92a04e7a759697376973cade73fb43b2f14cc903 Mon Sep 17 00:00:00 2001 From: Michael Allen Date: Wed, 7 Oct 2015 16:34:10 +0100 Subject: Missed a header to the tables --- test-performance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-performance.sh b/test-performance.sh index 608c0ca..27e59d2 100755 --- a/test-performance.sh +++ b/test-performance.sh @@ -55,7 +55,7 @@ report() { } table_headers() { - printf "\t\tMean\tMedian\tMin\tMax\n" + printf "\t\tCount\tMean\tMedian\tMin\tMax\n" } profile () { -- cgit v1.2.3