mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
force bitmap creation on test; for real this time
This commit is contained in:
parent
cb08749967
commit
c2ca00ebe8
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ func TestSize(t *testing.T) {
|
|||
|
||||
//bitmap
|
||||
b := roaring.NewFileBitmap()
|
||||
for i := uint64(0); i < 4096; i++ {
|
||||
for i := uint64(0); i <= 4096; i++ {
|
||||
b.DirectAdd(i)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue