tweak readme

This commit is contained in:
CypherPoet 2019-03-17 20:55:46 -04:00
parent 40b8ce45f5
commit af3b4b4ed2
3 changed files with 12 additions and 2 deletions

View File

@ -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>

View File

@ -66,7 +66,7 @@ class iOS_Unit_TestingTests: XCTestCase {
// MARK: - Performance Tests
extension iOS_Unit_TestingTests {
func testWordLoading() {
func testWordLoadingPerformance() {
measure {
_ = PlayData()
}

View File

@ -1,4 +1,4 @@
#### My project portfolio from following along with the book [_Hacking With Swift_](https://www.hackingwithswift.com/read).
## Project Portfolio
![Shield.io MIT License Shield](https://img.shields.io/github/license/mashape/apistatus.svg)