Remove no-op performance tests that were causing issues
Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
This commit is contained in:
committed by
William Casarin
parent
e332a7f82c
commit
c2918aaf16
@@ -99,12 +99,4 @@ final class WalletConnectTests: XCTestCase {
|
|||||||
XCTAssertEqual(ev.remaining.count, 1)
|
XCTAssertEqual(ev.remaining.count, 1)
|
||||||
XCTAssertEqual(ev.remaining[0].relay.url.absoluteString, "ws://127.0.0.1")
|
XCTAssertEqual(ev.remaining[0].relay.url.absoluteString, "ws://127.0.0.1")
|
||||||
}
|
}
|
||||||
|
|
||||||
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.
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,13 +29,6 @@ class damusTests: XCTestCase {
|
|||||||
XCTAssertEqual(pubkey, pubkey_same)
|
XCTAssertEqual(pubkey, pubkey_same)
|
||||||
}
|
}
|
||||||
|
|
||||||
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.
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
func testRandomBytes() {
|
func testRandomBytes() {
|
||||||
let bytes = random_bytes(count: 32)
|
let bytes = random_bytes(count: 32)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user