tweak readme
This commit is contained in:
parent
40b8ce45f5
commit
af3b4b4ed2
|
@ -16,6 +16,16 @@
|
|||
<string>Local Baseline</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>testWordLoadingPerformance()</key>
|
||||
<dict>
|
||||
<key>com.apple.XCTPerformanceMetric_WallClockTime</key>
|
||||
<dict>
|
||||
<key>baselineAverage</key>
|
||||
<real>0.48929</real>
|
||||
<key>baselineIntegrationDisplayName</key>
|
||||
<string>Local Baseline</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
|
|
|
@ -66,7 +66,7 @@ class iOS_Unit_TestingTests: XCTestCase {
|
|||
// MARK: - Performance Tests
|
||||
|
||||
extension iOS_Unit_TestingTests {
|
||||
func testWordLoading() {
|
||||
func testWordLoadingPerformance() {
|
||||
measure {
|
||||
_ = PlayData()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue