1
0
mirror of git://jb55.com/damus synced 2024-09-05 21:03:51 +00:00

test: remove some unused perf tests

This commit is contained in:
William Casarin 2023-07-23 11:54:58 -07:00
parent 5c1043b4e5
commit 1a33d639ed
2 changed files with 0 additions and 14 deletions

View File

@ -52,11 +52,4 @@ final class NIP19Tests: XCTestCase {
XCTAssertEqual(res[2], .text("?"))
}
func testPerformanceExample() throws {
// This is an example of a performance test case.
self.measure {
// Put the code you want to measure the time of here.
}
}
}

View File

@ -105,11 +105,4 @@ final class NostrScriptTests: XCTestCase {
self.wait(for: [resume_expected], timeout: 10.0)
}
func testPerformanceExample() throws {
// This is an example of a performance test case.
self.measure {
// Put the code you want to measure the time of here.
}
}
}