logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cbfs-compression-tool - Benchmark compression tool (coreboot tools)

Authors

       coresystems GmbH.
       Man page written by Ahmad Khalifa.

                                                  November 2024                         CBFS-COMPRESSION-TOOL(8)

Description

       Benchmark compression algorithms or compress input file into output with a given algorithm

       cbfs-compression-toolbenchmark
           runs benchmarks for all implemented algorithms

       cbfs-compression-toolcompressinFileoutFilealgo
           compresses inFile with algo and stores in outFile

           compress file format:
           4 bytes little endian: algorithm ID (as used in CBFS)
           4 bytes little endian: uncompressed size
           ...: compressed data stream

       cbfs-compression-toolrawcompressinFileoutFilealgo
           compresses inFile with algo and stores in outFile without header

           compress file format:
           ...: compressed data stream

Name

       cbfs-compression-tool - Benchmark compression tool (coreboot tools)

Synopsis

       cbfs-compression-tool benchmark
       cbfs-compression-tool compress <infile> <outfile> <algo>
       cbfs-compression-tool rawcompress <infile> <outfile> <algo>

See Also