We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5278ad commit dc92359Copy full SHA for dc92359
DiffTests/BatchUpdateTests.swift
@@ -48,19 +48,19 @@ class BatchUpdateTests: XCTestCase {
48
XCTAssertEqual(batch.moves, expectation.2.2.map { (transform($0.0), transform($0.1)) })
49
}
50
51
-
52
- // MARK: Performance Tests
53
- func testCellsPerformance() {
54
- self.measure {
55
- self._testCells()
56
- }
57
58
59
- func testCellsWithTransformPerformance() {
60
61
- self._testCellsWithTransform()
62
63
+//
+// // MARK: Performance Tests
+// func testCellsPerformance() {
+// self.measure {
+// self._testCells()
+// }
+// func testCellsWithTransformPerformance() {
+// self._testCellsWithTransform()
64
65
66
// #endif
0 commit comments