Home
last modified time | relevance | path

Searched +full:testapp +full:- +full:ios (Results 1 – 7 of 7) sorted by relevance

/benchmark/benchmark-darwin-xcode/projects/
Dcollection-benchmark-ios.yml1 # XCodeGen for the :collection-benchmark module..
3 name: collection-benchmark-ios
6 testapp-ios:
8 platform: iOS
12 - path: '../iosSources/main'
15 - testapp-ios-benchmarks
18- framework: "${PROJECT_DIR}/../../../../androidx/collection/collection-benchmark/build/XCFramewor…
20 PRODUCT_NAME: testapp-ios
22 testapp-ios-benchmarks:
23 type: bundle.unit-test
[all …]
Dbenchmark-darwin-samples-xcode.yml1 # XCodeGen for the :benchmark:benchmark-darwin-samples module..
3 name: benchmark-darwin-samples-xcode
6 testapp-ios:
8 platform: iOS
12 - path: '../iosSources/main'
15 - testapp-ios-benchmarks
18- framework: "${PROJECT_DIR}/../../../../androidx/benchmark/benchmark-darwin-samples/build/XCFrame…
20 PRODUCT_NAME: testapp-ios
22 testapp-ios-benchmarks:
23 type: bundle.unit-test
[all …]
/benchmark/benchmark-darwin-gradle-plugin/src/test/test-data/
Dtests_reference_output.json39 …"_value" : "testapp-ios-benchmarks-D5CA694B-66BF-479C-ABE4-0D3BDF591768-Configuration-Test Scheme …
45 "_value" : "testapp-ios-benchmarks"
51 "_value" : "benchmark-darwin-sample-xcode.xcodeproj"
57 "_value" : "testapp-ios-benchmarks"
63 "_value" : "xctest-tool hosted"
135 "_value" : "testapp-ios-benchmarks.xctest"
141 "_value" : "testapp-ios-benchmarks.xctest"
217 …lue" : "0~9QZnTT_BgRyY356cOax6Xlj_lclcNKu46aQPHsHicDo5aDaBNGg0f1y5hrlGl30pfE8RtG0-7IY1sZEQSgv-yA=="
DREADME.md3 ## [sample-xcode.xcresult](./sample-xcode.xcresult)
10 xcodebuild test -project $SRCROOT/benchmark-darwin-samples-xcode.xcodeproj \
11 -scheme testapp-ios \
12 -destination id=7F61C467-4E4A-437C-B6EF-026FEEF3904C \
13 -resultBundlePath $SRCROOT/benchmark-darwin-samples-xcode.xcresult
16 The `xcresult` output directory stores results in a nested `plist` format. Entities in the top-level
Dxcresult_output.json31 …"_value" : "0~jAQXUmgyNkmcnoWDboB4OeaM0-whlsynWt0yZ3wo4KvsnpcYa713pAK1NtXSCTE8Uc0lFtZHoOCqewug4plR…
47 …"_value" : "0~Qjtn8Ykt-p4Y2zYr6DbsVuygoZGAblK7Eph8ZFqa-w0iUTl09NihLHxd7DNfeeR1B0dwrjrN5Fvx_yZPpHvU…
92 …"_value" : "0~CRExaYFNITauPqprkYOVFcX44BiMR7Y5SK7vYQTvwKNnaF1--St6QQlAOz693pVVLLQkXitHdwytuCOA_J3A…
129 …"_value" : "0~o__Z27AtErlXE6_lRzQF5cFdk50BUQF_aPv-O8Qsdvi5HMz3kXluFX3_xOAAfqzm0-YWnbEyrw1wXekD7fMH…
165 "_value" : "2022-09-20T15:39:30.709-0700"
209 "_value" : "00006000-000239D03CE2801E"
239 "_value" : "com.apple.macbookpro-16-2021"
327 "_value" : "7F61C467-4E4A-437C-B6EF-026FEEF3904C"
357 "_value" : "com.apple.iphone-13-1"
403 "_value" : "iOS Simulator"
[all …]
/benchmark/benchmark-darwin-gradle-plugin/
DREADME.md3 A Gradle Plugin to build and generate benchmarking results for KMP iOS benchmarks.
6 * Automatically generates the XCode project, and runs benchmarks on a target device running iOS
25 "benchmark/benchmark-darwin-samples-xcode/xcodegen-project.yml"
28 xcodeProjectName = "benchmark-darwin-samples-xcode"
29 // iOS app scheme
30 scheme = "testapp-ios"
33 destination = "platform=iOS Simulator,name=iPhone 13,OS=15.2"
35 destination = "id=7F61C467-4E4A-437C-B6EF-026FEEF3904C"
/benchmark/benchmark-darwin-samples/
Dbuild.gradle3 * `<AndroidX root>/development/project-creator` directory.
21 ios {
25 // https://youtrack.jetbrains.com/issue/KT-48552
27 export(project.project(":benchmark:benchmark-darwin"))
37 api(project(":benchmark:benchmark-darwin"))
51 targets.configureEach { target ->
62 "benchmark/benchmark-darwin-xcode/projects/benchmark-darwin-samples-xcode.yml")
63 xcodeProjectName = "benchmark-darwin-samples-xcode"
64 scheme = "testapp-ios"
65 // To run locally switch to iOS 17.0 simulators
[all …]