Skip to content

Commit

Permalink
remove perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Apr 21, 2023
1 parent c338c2d commit bc07a68
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Tests/SentryTests/Helper/SentryFormatterTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,4 @@ final class SentryFormatterTests: XCTestCase {
XCTAssertEqual(sentry_stringForUInt64(UInt64(input)), expected)
}
}

func testFormatHexAddressPerformance() {
measure {
for _ in 0..<1_000 {
sentry_formatHexAddress(arc4random() as NSNumber)
}
}
}
}

0 comments on commit bc07a68

Please sign in to comment.