Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganquigley committed Jul 29, 2024
1 parent 9e1c7b3 commit 6383a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/SmoldotSwiftTests/SmoldotSwiftTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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)
Expand Down

0 comments on commit 6383a86

Please sign in to comment.