File tree 3 files changed +57
-0
lines changed
SwiftGraph.xcodeproj/xcshareddata/xcbaselines/B5EACB0A2172315E00E527BD.xcbaseline
3 files changed +57
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ DerivedData
20
20
* .ipa
21
21
* .xcuserstate
22
22
23
+ .build /
24
+
23
25
# CocoaPods
24
26
#
25
27
# We recommend against adding the Pods directory to your .gitignore. However
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 >SearchPerformanceTests </key >
8
+ <dict >
9
+ <key >testDfsInStarGraph() </key >
10
+ <dict >
11
+ <key >com.apple.XCTPerformanceMetric_WallClockTime </key >
12
+ <dict >
13
+ <key >baselineAverage </key >
14
+ <real >1.1039 </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
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 >runDestinationsByUUID </key >
6
+ <dict >
7
+ <key >A8BA0D0E-6C5D-4885-B097-4A07B03D02BF </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 >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
+ </dict >
31
+ </dict >
32
+ </dict >
33
+ </plist >
You can’t perform that action at this time.
0 commit comments