Add benchmark framework for testing compression algos 64/283564/1
authorMarek Szulc <m.szulc3@samsung.com>
Mon, 26 Sep 2022 11:31:56 +0000 (13:31 +0200)
committerMichal Bloch <m.bloch@samsung.com>
Fri, 28 Oct 2022 12:43:17 +0000 (14:43 +0200)
commit0be96535f7095f0ec230ea843d587a5ebdd113bd
tree9744af72a5c84154927be1fe0d7bf8a292d5ef32
parent28746d6659a6da57f9751df7d7d1b7bb114d7bbd
Add benchmark framework for testing compression algos

Most tests originally come from test_fastlz_pos.c

Change-Id: Ie8fec39be15959ae0565701627f12d8093c29f22
Signed-off-by: Marek Szulc <m.szulc3@samsung.com>
Makefile.am
include/logcommon.h
src/tests/fastlz_test.c [new file with mode: 0644]
src/tests/fastlz_test.h [new file with mode: 0644]
src/tests/test_compression_common.c [new file with mode: 0644]
src/tests/test_compression_common.h [new file with mode: 0644]
src/tests/test_fastlz_pos.c [deleted file]