Logging performance and memory benchmarks to git notes during precommit testing.

This commit is contained in:
Ruben Ayrapetyan
2014-08-14 17:25:20 +04:00
parent e25b1d0249
commit 5ebc744511
5 changed files with 54 additions and 13 deletions
+2
View File
@@ -63,6 +63,8 @@ done
FINISH=$(date +%s.%N)
EXEC_TIME=$(echo "$FINISH - $START" | bc)
echo
if [ "$RAW_OUTPUT" != "" ];
then
echo -e $RSS_OUTPUT;