Skip to content

Commit dc92359

Browse files
committed
comment measureBlocks
1 parent f5278ad commit dc92359

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

DiffTests/BatchUpdateTests.swift

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ class BatchUpdateTests: XCTestCase {
4848
XCTAssertEqual(batch.moves, expectation.2.2.map { (transform($0.0), transform($0.1)) })
4949
}
5050
}
51-
52-
// MARK: Performance Tests
53-
func testCellsPerformance() {
54-
self.measure {
55-
self._testCells()
56-
}
57-
}
58-
59-
func testCellsWithTransformPerformance() {
60-
self.measure {
61-
self._testCellsWithTransform()
62-
}
63-
}
51+
//
52+
// // MARK: Performance Tests
53+
// func testCellsPerformance() {
54+
// self.measure {
55+
// self._testCells()
56+
// }
57+
// }
58+
//
59+
// func testCellsWithTransformPerformance() {
60+
// self.measure {
61+
// self._testCellsWithTransform()
62+
// }
63+
// }
6464
}
6565

6666
// #endif

0 commit comments

Comments
 (0)