From 1a33d639ede07c9afa45ab1dd69797d984bde9ef Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sun, 23 Jul 2023 11:54:58 -0700 Subject: [PATCH] test: remove some unused perf tests --- damusTests/NIP19Tests.swift | 7 ------- damusTests/NostrScriptTests.swift | 7 ------- 2 files changed, 14 deletions(-) diff --git a/damusTests/NIP19Tests.swift b/damusTests/NIP19Tests.swift index 8fa319d5..bc18271a 100644 --- a/damusTests/NIP19Tests.swift +++ b/damusTests/NIP19Tests.swift @@ -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. - } - } - } diff --git a/damusTests/NostrScriptTests.swift b/damusTests/NostrScriptTests.swift index a29ad574..d1fe8fe5 100644 --- a/damusTests/NostrScriptTests.swift +++ b/damusTests/NostrScriptTests.swift @@ -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. - } - } - }