summaryrefslogtreecommitdiff
path: root/platform/ios/scripts/benchmark.sh
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/scripts/benchmark.sh')
-rwxr-xr-xplatform/ios/scripts/benchmark.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/platform/ios/scripts/benchmark.sh b/platform/ios/scripts/benchmark.sh
deleted file mode 100755
index cf1950ca90..0000000000
--- a/platform/ios/scripts/benchmark.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/env bash
-
-set -e
-set -o pipefail
-set -u
-
-if [ -z "$(which ios-deploy)" ] ; then
- npm install -g ios-deploy
-fi
-
-(cd platform/ios/benchmark/assets/tiles && ./download.sh)
-(cd platform/ios/benchmark/assets/glyphs && ./download.sh)
-
-make ibench
-
-ios-deploy --debug --noninteractive --bundle "gyp/build/Release-iphoneos/Bench GL.app"