• Home
Name Date Size #Lines LOC

..--

sample-xcode.xcresult/08-Apr-2025-3130

README.mdD08-Apr-2025694 1913

test_output.jsonD08-Apr-202514.1 KiB625624

tests_reference_output.jsonD08-Apr-202511.1 KiB278277

xcresult_output.jsonD08-Apr-202512.7 KiB503502

README.md

1# Test Data
2
3## [sample-xcode.xcresult](./sample-xcode.xcresult)
4
5This is an example benchmark `xcresult` directory that is the result of running an `xcodebuild`.
6
7An example invocation might look something like:
8
9```bash
10xcodebuild 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
14```
15
16The `xcresult` output directory stores results in a nested `plist` format. Entities in the top-level
17`plist` file point to other entities stored in other`plist` files (inside the `Data` directory),
18using a unique filename identifier.
19