Skip to content

Commit 1c3d313

Browse files
committed
benchmark compressing a smaller file
1 parent 5bb1f07 commit 1c3d313

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bzip2_benchmarks.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
"./compress c 8 silesia-small.tar",
2323
"./compress c 9 silesia-small.tar"
2424
],
25+
"compress-rs-small": [
26+
"./compress rs 1 tests/input/quick/sample3.ref"
27+
],
28+
"compress-c-small": [
29+
"./compress c 1 tests/input/quick/sample3.ref"
30+
],
2531
"decompress-rs": [
2632
"./decompress rs tests/input/bzip2-testfiles/commons-compress/zip64support.tar.bz2",
2733
"./decompress rs tests/input/bzip2-testfiles/go/regexp/re2-exhaustive.txt.bz2",

0 commit comments

Comments
 (0)