Skip to content

Commit 3e20874

Browse files
authored
Benchmark app for Apple platforms (#5944)
* Benchmark app for Apple platforms * Docs for Apple Benchmark.
1 parent 5b45b75 commit 3e20874

20 files changed

+1009
-148
lines changed
137 KB
Loading
92.9 KB
Loading
307 KB
Loading
77.5 KB
Loading
69 KB
Loading
69.8 KB
Loading
69 KB
Loading
64.5 KB
Loading

extension/apple/Benchmark/Benchmark.xcodeproj/project.pbxproj

Lines changed: 149 additions & 16 deletions
Large diffs are not rendered by default.

extension/apple/Benchmark/Frameworks/download_frameworks.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ frameworks=(
1616
"kernels_quantized"
1717
)
1818

19+
cd "$(dirname "$0")" || exit
20+
1921
for framework in "${frameworks[@]}"; do
20-
rm -f "${f}-latest.zip"
21-
rm -rf "${f}.xcframework"
22+
rm -f "${framework}-latest.zip"
23+
rm -rf "${framework}.xcframework"
2224
curl -sSLO "https://ossci-ios.s3.amazonaws.com/executorch/${framework}-latest.zip" && \
2325
unzip -q "${framework}-latest.zip" && \
2426
rm "${framework}-latest.zip"

0 commit comments

Comments
 (0)