damus

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

commit 1a33d639ede07c9afa45ab1dd69797d984bde9ef
parent 5c1043b4e5f853f797947107cea2c5154654f544
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 23 Jul 2023 11:54:58 -0700

test: remove some unused perf tests

Diffstat:
MdamusTests/NIP19Tests.swift | 7-------
MdamusTests/NostrScriptTests.swift | 7-------
2 files changed, 0 insertions(+), 14 deletions(-)

diff --git 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 @@ -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. - } - } - }