mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
remove commented code
This commit is contained in:
parent
e515d3fe15
commit
aa460be622
@ -92,12 +92,6 @@ class ComputeFunctionsLongTest {
|
||||
.isCloseTo(0.0d,offset);
|
||||
}
|
||||
|
||||
// @Test
|
||||
// public void testLongIntersection() {
|
||||
// int[] result = Intersections.find(lowInts01234,midInts45678);
|
||||
// assertThat(result).isEqualTo(new int[]{4,5});
|
||||
// }
|
||||
|
||||
@Test
|
||||
public void testCountLongIntersection() {
|
||||
long result = Intersections.count(longs_37195, longs_12390);
|
||||
|
Loading…
Reference in New Issue
Block a user