Skip to content

Commit

Permalink
Add two missing algorithms: CRUSH and LZJB
Browse files Browse the repository at this point in the history
  • Loading branch information
mavam committed Jan 12, 2016
1 parent 5693e01 commit 4960dd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ auto main() -> int {
run<algorithm<other<bundle::MCM>>>(buffer);
run<algorithm<other<bundle::TANGELO>>>(buffer);
run<algorithm<other<bundle::ZMOLLY>>>(buffer);
run<algorithm<other<bundle::CRUSH>>>(buffer);
run<algorithm<other<bundle::LZJB>>>(buffer);
// Run gzip.
run<algorithm<gzip<1>>>(buffer);
run<algorithm<gzip<9>>>(buffer);
Expand Down

0 comments on commit 4960dd8

Please sign in to comment.