X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/4bd07ac2140668789aa3ee8ec4dde4a3e0a3bba5..HEAD:/tools/tests/execperf/test.sh?ds=sidebyside diff --git a/tools/tests/execperf/test.sh b/tools/tests/execperf/test.sh index c9a940bd2..810fa9c13 100755 --- a/tools/tests/execperf/test.sh +++ b/tools/tests/execperf/test.sh @@ -24,11 +24,17 @@ if [ "${PERFDATA_DIR}" == "" ]; then fi case "$PRODUCT" in + "Watch OS") + COUNT=500 + ;; "iPhone OS") COUNT=1000 ;; + "Mac OS X") + COUNT=6000 + ;; *) - COUNT=10000 + COUNT=1000 ;; esac