roaring and sparsemap should identify the same spans
This commit is contained in:
parent
b9612f12cc
commit
fcab709f62
1 changed files with 8 additions and 3 deletions
11
tests/soak.c
11
tests/soak.c
|
@ -780,9 +780,14 @@ main(void)
|
|||
rl = offset;
|
||||
e = nsts();
|
||||
}
|
||||
assert(verify_span_midl(list, rl, n));
|
||||
assert(verify_span_sparsemap(map, rl, n));
|
||||
assert(verify_span_roaring(rbm, rl, n));
|
||||
/*
|
||||
if (rl != sl) {
|
||||
assert(verify_span_midl(list, rl, n));
|
||||
assert(verify_span_sparsemap(map, rl, n));
|
||||
assert(verify_span_roaring(rbm, rl, n));
|
||||
}
|
||||
*/
|
||||
assert(rl == sl);
|
||||
|
||||
bool prefer_mdb_idl_loc = (bool)xorshift32() % 2;
|
||||
|
||||
|
|
Loading…
Reference in a new issue