Skip to content

Commit

Permalink
change test name
Browse files Browse the repository at this point in the history
  • Loading branch information
iaalm committed May 8, 2022
1 parent a736b22 commit 2c96cfc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,31 @@
<dict>
<key>classNames</key>
<dict>
<key>IndexParserTests</key>
<dict>
<key>testPerformance()</key>
<dict>
<key>com.apple.XCTPerformanceMetric_WallClockTime</key>
<dict>
<key>baselineAverage</key>
<real>0.0238</real>
<key>baselineIntegrationDisplayName</key>
<string>Local Baseline</string>
</dict>
</dict>
</dict>
<key>yCHMTests</key>
<dict>
<key>testLoadPerformance()</key>
<dict>
<key>com.apple.XCTPerformanceMetric_WallClockTime</key>
<dict>
<key>baselineAverage</key>
<real>2.0591</real>
<key>baselineIntegrationDisplayName</key>
<string>Local Baseline</string>
</dict>
</dict>
<key>testParserPerformance()</key>
<dict>
<key>com.apple.XCTPerformanceMetric_WallClockTime</key>
Expand Down
2 changes: 1 addition & 1 deletion yCHMTests/yCHMTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class yCHMTests: XCTestCase {
// Put teardown code here. This method is called after the invocation of each test method in the class.
}

func testParserPerformance() throws {
func testLoadPerformance() throws {
let bundle = Bundle(for: type(of: self))
let chmpath = bundle.path(forResource: "PowerCollections", ofType: "chm")!
self.measure {
Expand Down

0 comments on commit 2c96cfc

Please sign in to comment.