Japex Report: Test suite for JVM compressors |
Micro-benchmark for testing performance of compressors on JVM platform
driver | resultAritMean | resultAritMeanX | resultGeomMean | resultGeomMeanX | resultHarmMean | resultHarmMeanX |
---|---|---|---|---|---|---|
Snappy(JNI)/block |
|
|
|
|
|
|
LZO-java/block |
|
|
|
|
|
|
LZO-java/stream |
|
|
|
|
|
|
LZF/block |
|
|
|
|
|
|
LZF/stream |
|
|
|
|
|
|
QuickLZ/L1/block |
|
|
|
|
|
|
QuickLZ/L3/block |
|
|
|
|
|
|
Gzip/JDK/stream |
|
|
|
|
|
|
Gzip/jzlib/stream |
|
|
|
|
|
|
BZip2/stream |
|
|
|
|
|
|
LZMA-orig/block |
|
|
|
|
|
|
LZMA-java/stream |
|
|
|
|
|
|
Snappy-java, block mode
testCase | resultIterations | resultTime | resultValue | resultValueX |
---|---|---|---|---|
R:alice29.txt |
|
|
|
|
R:asyoulik.txt |
|
|
|
|
R:cp.html |
|
|
|
|
R:fields.c |
|
|
|
|
R:grammar.lsp |
|
|
|
|
R:kennedy.xls |
|
|
|
|
R:lcet10.txt |
|
|
|
|
R:plrabn12.txt |
|
|
|
|
R:ptt5 |
|
|
|
|
R:sum |
|
|
|
|
R:xargs.1 |
|
|
|
|
LZO-java, block mode
testCase | resultIterations | resultTime | resultValue | resultValueX |
---|---|---|---|---|
R:alice29.txt |
|
|
|
|
R:asyoulik.txt |
|
|
|
|
R:cp.html |
|
|
|
|
R:fields.c |
|
|
|
|
R:grammar.lsp |
|
|
|
|
R:kennedy.xls |
|
|
|
|
R:lcet10.txt |
|
|
|
|
R:plrabn12.txt |
|
|
|
|
R:ptt5 |
|
|
|
|
R:sum |
|
|
|
|
R:xargs.1 |
|
|
|
|
LZO-java, streaming
testCase | resultIterations | resultTime | resultValue | resultValueX |
---|---|---|---|---|
R:alice29.txt |
|
|
|
|
R:asyoulik.txt |
|
|
|
|
R:cp.html |
|
|
|
|
R:fields.c |
|
|
|
|
R:grammar.lsp |
|
|
|
|
R:kennedy.xls |
|
|
|
|
R:lcet10.txt |
|
|
|
|
R:plrabn12.txt |
|
|
|
|
R:ptt5 |
|
|
|
|
R:sum |
|
|
|
|
R:xargs.1 |
|
|
|
|
LZF, block mode
testCase | resultIterations | resultTime | resultValue | resultValueX |
---|---|---|---|---|
R:alice29.txt |
|
|
|
|
R:asyoulik.txt |
|
|
|
|
R:cp.html |
|
|
|
|
R:fields.c |
|
|
|
|
R:grammar.lsp |
|
|
|
|
R:kennedy.xls |
|
|
|
|
R:lcet10.txt |
|
|
|
|
R:plrabn12.txt |
|
|
|
|
R:ptt5 |
|
|
|
|
R:sum |
|
|
|
|
R:xargs.1 |
|
|
|
|
LZF, streaming
testCase | resultIterations | resultTime | resultValue | resultValueX |
---|---|---|---|---|
R:alice29.txt |
|
|
|
|
R:asyoulik.txt |
|
|
|
|
R:cp.html |
|
|
|
|
R:fields.c |
|
|
|
|
R:grammar.lsp |
|
|
|
|
R:kennedy.xls |
|
|
|
|
R:lcet10.txt |
|
|
|
|
R:plrabn12.txt |
|
|
|
|
R:ptt5 |
|
|
|
|
R:sum |
|
|
|
|
R:xargs.1 |
|
|
|
|
QuickLZ (level 1), block mode
testCase | resultIterations | resultTime | resultValue | resultValueX |
---|---|---|---|---|
R:alice29.txt |
|
|
|
|
R:asyoulik.txt |
|
|
|
|
R:cp.html |
|
|
|
|
R:fields.c |
|
|
|
|
R:grammar.lsp |
|
|
|
|
R:kennedy.xls |
|
|
|
|
R:lcet10.txt |
|
|
|
|
R:plrabn12.txt |
|
|
|
|
R:ptt5 |
|
|
|
|
R:sum |
|
|
|
|
R:xargs.1 |
|
|
|
|
QuickLZ (level 3), block mode
testCase | resultIterations | resultTime | resultValue | resultValueX |
---|---|---|---|---|
R:alice29.txt |
|
|
|
|
R:asyoulik.txt |
|
|
|
|
R:cp.html |
|
|
|
|
R:fields.c |
|
|
|
|
R:grammar.lsp |
|
|
|
|
R:kennedy.xls |
|
|
|
|
R:lcet10.txt |
|
|
|
|
R:plrabn12.txt |
|
|
|
|
R:ptt5 |
|
|
|
|
R:sum |
|
|
|
|
R:xargs.1 |
|
|
|
|
JDK Gzip/Deflate, streaming
testCase | resultIterations | resultTime | resultValue | resultValueX |
---|---|---|---|---|
R:alice29.txt |
|
|
|
|
R:asyoulik.txt |
|
|
|
|
R:cp.html |
|
|
|
|
R:fields.c |
|
|
|
|
R:grammar.lsp |
|
|
|
|
R:kennedy.xls |
|
|
|
|
R:lcet10.txt |
|
|
|
|
R:plrabn12.txt |
|
|
|
|
R:ptt5 |
|
|
|
|
R:sum |
|
|
|
|
R:xargs.1 |
|
|
|
|
JCraft's jzlib (gzip), streaming
testCase | resultIterations | resultTime | resultValue | resultValueX |
---|---|---|---|---|
R:alice29.txt |
|
|
|
|
R:asyoulik.txt |
|
|
|
|
R:cp.html |
|
|
|
|
R:fields.c |
|
|
|
|
R:grammar.lsp |
|
|
|
|
R:kennedy.xls |
|
|
|
|
R:lcet10.txt |
|
|
|
|
R:plrabn12.txt |
|
|
|
|
R:ptt5 |
|
|
|
|
R:sum |
|
|
|
|
R:xargs.1 |
|
|
|
|
Commons-compress BZip2 implementation
testCase | resultIterations | resultTime | resultValue | resultValueX |
---|---|---|---|---|
R:alice29.txt |
|
|
|
|
R:asyoulik.txt |
|
|
|
|
R:cp.html |
|
|
|
|
R:fields.c |
|
|
|
|
R:grammar.lsp |
|
|
|
|
R:kennedy.xls |
|
|
|
|
R:lcet10.txt |
|
|
|
|
R:plrabn12.txt |
|
|
|
|
R:ptt5 |
|
|
|
|
R:sum |
|
|
|
|
R:xargs.1 |
|
|
|
|
7Zip's LZMA, block mode
testCase | resultIterations | resultTime | resultValue | resultValueX |
---|---|---|---|---|
R:alice29.txt |
|
|
|
|
R:asyoulik.txt |
|
|
|
|
R:cp.html |
|
|
|
|
R:fields.c |
|
|
|
|
R:grammar.lsp |
|
|
|
|
R:kennedy.xls |
|
|
|
|
R:lcet10.txt |
|
|
|
|
R:plrabn12.txt |
|
|
|
|
R:ptt5 |
|
|
|
|
R:sum |
|
|
|
|
R:xargs.1 |
|
|
|
|
LZMA-java, streaming
testCase | resultIterations | resultTime | resultValue | resultValueX |
---|---|---|---|---|
R:alice29.txt |
|
|
|
|
R:asyoulik.txt |
|
|
|
|
R:cp.html |
|
|
|
|
R:fields.c |
|
|
|
|
R:grammar.lsp |
|
|
|
|
R:kennedy.xls |
|
|
|
|
R:lcet10.txt |
|
|
|
|
R:plrabn12.txt |
|
|
|
|
R:ptt5 |
|
|
|
|
R:sum |
|
|
|
|
R:xargs.1 |
|
|
|
|