damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit c2918aaf16ec6729bf90517bfa8311ca62345039
parent e332a7f82c39cac8ceabffc77fb3dcac9d5fcadc
Author: Daniel D’Aquino <daniel@daquino.me>
Date:   Thu, 11 Apr 2024 00:41:43 +0000

Remove no-op performance tests that were causing issues

Signed-off-by: Daniel D’Aquino <daniel@daquino.me>

Diffstat:
MdamusTests/WalletConnectTests.swift | 8--------
MdamusTests/damusTests.swift | 7-------
2 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/damusTests/WalletConnectTests.swift b/damusTests/WalletConnectTests.swift @@ -99,12 +99,4 @@ final class WalletConnectTests: XCTestCase { XCTAssertEqual(ev.remaining.count, 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. - } - } - } diff --git a/damusTests/damusTests.swift b/damusTests/damusTests.swift @@ -29,13 +29,6 @@ class damusTests: XCTestCase { 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() { let bytes = random_bytes(count: 32)