This repository was archived by the owner on Jan 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +55
-1
lines changed
PDFArchiver.xcodeproj/xcshareddata/xcbaselines/3489D72A24A3C53E0035E64F.xcbaseline Expand file tree Collapse file tree 3 files changed +55
-1
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >classNames </key >
6
+ <dict >
7
+ <key >Tests_iOS </key >
8
+ <dict >
9
+ <key >testLaunchPerformance() </key >
10
+ <dict >
11
+ <key >com.apple.dt.XCTMetric_ApplicationLaunch-ApplicationFirstFramePresentationResponsive.duration </key >
12
+ <dict >
13
+ <key >baselineAverage </key >
14
+ <real >2.0575 </real >
15
+ <key >baselineIntegrationDisplayName </key >
16
+ <string >Local Baseline </string >
17
+ </dict >
18
+ </dict >
19
+ </dict >
20
+ </dict >
21
+ </dict >
22
+ </plist >
Original file line number Diff line number Diff line change 4
4
<dict >
5
5
<key >runDestinationsByUUID </key >
6
6
<dict >
7
+ <key >7712990D-DD3E-4FB5-BF56-3FCD157BC908 </key >
8
+ <dict >
9
+ <key >localComputer </key >
10
+ <dict >
11
+ <key >busSpeedInMHz </key >
12
+ <integer >400 </integer >
13
+ <key >cpuCount </key >
14
+ <integer >1 </integer >
15
+ <key >cpuKind </key >
16
+ <string >6-Core Intel Core i7 </string >
17
+ <key >cpuSpeedInMHz </key >
18
+ <integer >2600 </integer >
19
+ <key >logicalCPUCoresPerPackage </key >
20
+ <integer >12 </integer >
21
+ <key >modelCode </key >
22
+ <string >MacBookPro15,1 </string >
23
+ <key >physicalCPUCoresPerPackage </key >
24
+ <integer >6 </integer >
25
+ <key >platformIdentifier </key >
26
+ <string >com.apple.platform.macosx </string >
27
+ </dict >
28
+ <key >targetArchitecture </key >
29
+ <string >x86_64 </string >
30
+ <key >targetDevice </key >
31
+ <dict >
32
+ <key >modelCode </key >
33
+ <string >iPod9,1 </string >
34
+ <key >platformIdentifier </key >
35
+ <string >com.apple.platform.iphonesimulator </string >
36
+ </dict >
37
+ </dict >
7
38
<key >D5EE0815-884F-4D05-A619-E6BF7D2978B9 </key >
8
39
<dict >
9
40
<key >targetArchitecture </key >
Original file line number Diff line number Diff line change @@ -34,9 +34,10 @@ final class Tests_macOS: XCTestCase {
34
34
// Use XCTAssert and related functions to verify your tests produce the correct results.
35
35
}
36
36
37
+ @available ( OSX 11 . 0 , * )
37
38
func testLaunchPerformance( ) throws {
38
39
// This measures how long it takes to launch your application.
39
- measure ( metrics: [ XCTApplicationLaunchMetric ( ) ] ) {
40
+ measure ( metrics: [ XCTApplicationLaunchMetric ( waitUntilResponsive : true ) ] ) {
40
41
XCUIApplication ( ) . launch ( )
41
42
}
42
43
}
You can’t perform that action at this time.
0 commit comments