diff options
author | Michael Allen <michael@michaelallen.io> | 2015-10-07 16:34:10 +0100 |
---|---|---|
committer | Michael Allen <michael@michaelallen.io> | 2015-10-07 16:34:10 +0100 |
commit | 92a04e7a759697376973cade73fb43b2f14cc903 (patch) | |
tree | f148127cca55a032c846243ce3f8d85a95a56adf | |
parent | c837e10dc89b0b6435a599490ff9ce6a108a89cb (diff) | |
download | git-sonar-92a04e7a759697376973cade73fb43b2f14cc903.tar.gz git-sonar-92a04e7a759697376973cade73fb43b2f14cc903.zip |
Missed a header to the tables
-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 () { |