Skip to content

Commit

Permalink
increase target rate
Browse files Browse the repository at this point in the history
  • Loading branch information
folkvir committed May 22, 2024
1 parent 096dccb commit 0fdc3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/counting-bloom-filter.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { expect, test } from '@jest/globals'
import { CountingBloomFilter, exportBigInt, randomInt } from '../src/index'

const targetRate = 0.1
const targetRate = 0.001
const seed = BigInt(randomInt(0, Number.MAX_SAFE_INTEGER))

test('should add element to the filter with #add', () => {
Expand Down

0 comments on commit 0fdc3f7

Please sign in to comment.