tree: 11466fc6a0388cab82825bb7a14842483ae0a6a1 [path history] [tgz]
  1. sample-xcode.xcresult/
  2. README.md
  3. test_output.json
  4. tests_reference_output.json
  5. xcresult_output.json
benchmark/benchmark-darwin-gradle-plugin/src/test/test-data/README.md

Test Data

sample-xcode.xcresult

This is an example benchmark xcresult directory that is the result of running an xcodebuild.

An example invocation might look something like:

xcodebuild test -project $SRCROOT/benchmark-darwin-samples-xcode.xcodeproj \
    -scheme testapp-ios \
    -destination id=7F61C467-4E4A-437C-B6EF-026FEEF3904C \
    -resultBundlePath $SRCROOT/benchmark-darwin-samples-xcode.xcresult

The xcresult output directory stores results in a nested plist format. Entities in the top-level plist file point to other entities stored in otherplist files (inside the Data directory), using a unique filename identifier.