We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a9621 commit 51f689eCopy full SHA for 51f689e
.github/workflows/ubuntu.yml
@@ -24,5 +24,7 @@ jobs:
24
- name: Use make
25
run: |
26
make &&
27
- ./build_filter -o filter.bin sample.txt &&
28
- ./query_filter filter.bin AF8978B1797B72AC
+ ./build_filter -V -f xor8 -o filter.bin sample.txt &&
+ ./build_filter -V -f binaryfuse8 -o filter.bin sample.txt &&
29
+ ./build_filter -V -f binaryfuse16 -o filter.bin sample.txt &&
30
+ ./build_filter -V -f bloom12 -o filter.bin sample.txt
0 commit comments