summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-10-07 16:34:10 +0100
committerMichael Allen <michael@michaelallen.io>2015-10-07 16:34:10 +0100
commit92a04e7a759697376973cade73fb43b2f14cc903 (patch)
treef148127cca55a032c846243ce3f8d85a95a56adf
parentc837e10dc89b0b6435a599490ff9ce6a108a89cb (diff)
downloadgit-sonar-92a04e7a759697376973cade73fb43b2f14cc903.tar.gz
git-sonar-92a04e7a759697376973cade73fb43b2f14cc903.zip
Missed a header to the tables
-rwxr-xr-xtest-performance.sh2
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 () {