Commenting out performance and memory benchmarking in tools/push.sh
This commit is contained in:
+9
-5
@@ -93,14 +93,18 @@ done
|
|||||||
git checkout master >&/dev/null
|
git checkout master >&/dev/null
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Pre-commit testing passed successfully. Starting performance and memory benchmarking"
|
echo "Pre-commit testing passed successfully"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
./tools/test_stability.sh $((`echo $commits_to_push | wc -w` + 1))
|
# echo
|
||||||
|
# echo "Pre-commit testing passed successfully. Starting performance and memory benchmarking"
|
||||||
|
# echo
|
||||||
|
|
||||||
echo
|
# ./tools/test_stability.sh $((`echo $commits_to_push | wc -w` + 1))
|
||||||
echo "Performance and memory benchmarking completed"
|
|
||||||
echo
|
# echo
|
||||||
|
# echo "Performance and memory benchmarking completed"
|
||||||
|
# echo
|
||||||
|
|
||||||
if [ $ok_to_push -eq 1 ]
|
if [ $ok_to_push -eq 1 ]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user