From c2918aaf16ec6729bf90517bfa8311ca62345039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=E2=80=99Aquino?= Date: Thu, 11 Apr 2024 00:41:43 +0000 Subject: [PATCH] Remove no-op performance tests that were causing issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel D’Aquino --- damusTests/WalletConnectTests.swift | 8 -------- damusTests/damusTests.swift | 7 ------- 2 files changed, 15 deletions(-) diff --git a/damusTests/WalletConnectTests.swift b/damusTests/WalletConnectTests.swift index d1e1b550..535dc38c 100644 --- 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 index 6eed0450..76ae6457 100644 --- 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)