Skip to content

Commit

Permalink
Add test with only ASCII and uniform distribution
Browse files Browse the repository at this point in the history
Covers some edge cases of compression Huffman algorithm
  • Loading branch information
martint committed Jan 11, 2019
1 parent 082ca65 commit 2017642
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/io/airlift/compress/benchmark/DataSet.java
Expand Up @@ -74,6 +74,7 @@ public class DataSet
"artificial/aaa.txt",
"artificial/alphabet.txt",
"artificial/random.txt",
"artificial/uniform_ascii.bin", // random ASCII with uniform probabilities per symbol

"large/bible.txt",
"large/E.coli",
Expand Down
Binary file added testdata/artificial/uniform_ascii.bin
Binary file not shown.

0 comments on commit 2017642

Please sign in to comment.