mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
cleanup test output
This commit is contained in:
parent
139ac879c5
commit
167e591b0f
@ -36,7 +36,7 @@ public class HashedDoubleRangeTest {
|
||||
HashRange r = new HashRange(-1.0D, 1.0D);
|
||||
for (long i = 1; i<1000; i++) {
|
||||
double result = r.applyAsDouble(i);
|
||||
System.out.println(result);
|
||||
// System.out.println(result);
|
||||
assertThat(result).isBetween(-1.0d, 1.0d);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user