Temporaly remove sanitize builds from precommit(until fixed), fix mistype in rss_measure.sh
This commit is contained in:
@@ -76,17 +76,17 @@ build: clean $(JERRY_TARGETS)
|
|||||||
|
|
||||||
all: precommit
|
all: precommit
|
||||||
|
|
||||||
PRECOMMIT_CHECK_TARGETS_LIST= debug.linux-sanitize.check \
|
PRECOMMIT_CHECK_TARGETS_LIST= debug.linux-valgrind.check \
|
||||||
debug.linux-valgrind.check \
|
|
||||||
debug.linux-musl-valgrind.check \
|
debug.linux-musl-valgrind.check \
|
||||||
debug_release.linux-sanitize.check \
|
|
||||||
debug_release.linux-valgrind.check \
|
debug_release.linux-valgrind.check \
|
||||||
debug_release.linux-musl.check \
|
debug_release.linux-musl.check \
|
||||||
release.linux-sanitize.check \
|
|
||||||
release.linux-musl-valgrind.check \
|
release.linux-musl-valgrind.check \
|
||||||
release.linux-valgrind.check \
|
release.linux-valgrind.check \
|
||||||
release.linux.check
|
release.linux.check
|
||||||
|
|
||||||
|
#debug.linux-sanitize.check \
|
||||||
|
release.linux-sanitize.check \
|
||||||
|
debug_release.linux-sanitize.check
|
||||||
push: ./tools/push.sh
|
push: ./tools/push.sh
|
||||||
@ ./tools/push.sh
|
@ ./tools/push.sh
|
||||||
|
|
||||||
|
|||||||
@@ -62,5 +62,5 @@ echo -e $RSS_OUTPUT | awk '{ if ($1 != "") { sum += $1; n += 1; if ($1 > max) {
|
|||||||
echo -e $PSS_OUTPUT | awk '{ if ($1 != "") { sum += $1; n += 1; if ($1 > max) { max = $1; } } } END { printf "Pss average:\t\t%f Kb\tPss max: %d Kb\n", sum / n, max; }'
|
echo -e $PSS_OUTPUT | awk '{ if ($1 != "") { sum += $1; n += 1; if ($1 > max) { max = $1; } } } END { printf "Pss average:\t\t%f Kb\tPss max: %d Kb\n", sum / n, max; }'
|
||||||
echo -e $SHARE_OUTPUT | awk '{ if ($1 != "") { sum += $1; n += 1; if ($1 > max) { max = $1; } } } END { printf "Share average:\t\t%f Kb\tShare max: %d Kb\n", sum / n, max; }'
|
echo -e $SHARE_OUTPUT | awk '{ if ($1 != "") { sum += $1; n += 1; if ($1 > max) { max = $1; } } } END { printf "Share average:\t\t%f Kb\tShare max: %d Kb\n", sum / n, max; }'
|
||||||
echo -e "---"
|
echo -e "---"
|
||||||
echo -e "Exec time:\t\t"$EXEC_TIME "secs"
|
echo -e "Exec time:\t\t$EXEC_TIME secs"
|
||||||
echo ===================
|
echo ===================
|
||||||
|
|||||||
Reference in New Issue
Block a user