diff options
-rwxr-xr-x | test-performance.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { |