From 6383a864f6753bbb1696d47c280c6d802ba28100 Mon Sep 17 00:00:00 2001 From: Keegan | W3F Date: Mon, 29 Jul 2024 15:55:06 -0400 Subject: [PATCH] test 2 --- Tests/SmoldotSwiftTests/SmoldotSwiftTests.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/SmoldotSwiftTests/SmoldotSwiftTests.swift b/Tests/SmoldotSwiftTests/SmoldotSwiftTests.swift index 1921100..9a86cd2 100644 --- a/Tests/SmoldotSwiftTests/SmoldotSwiftTests.swift +++ b/Tests/SmoldotSwiftTests/SmoldotSwiftTests.swift @@ -23,7 +23,7 @@ final class SmoldotSwiftTests: XCTestCase { XCTAssertThrowsError( try Client.shared.add(chain: &chain) ) } - /* + func testAddChainRemoveChainMemoryPerformance() async throws { self.measure(metrics: [XCTMemoryMetric()]) { let exp = expectation(description: "Finished") @@ -37,7 +37,7 @@ final class SmoldotSwiftTests: XCTestCase { wait(for: [exp], timeout: 1_000_000_000 * 30) } } - */ + /*func testRemoveChain() throws { try Client.shared.add(chain: &chain)