]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/tests/execperf/test.sh
xnu-3248.40.184.tar.gz
[apple/xnu.git] / tools / tests / execperf / test.sh
index c9a940bd20db9e5fa541ce0401f075e622dfc9c6..810fa9c133bce4660835579fd90f736444ef1a5d 100755 (executable)
@@ -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