Update bench-code for addressing CI problem
commitcc98c9fd5c17b8ab62ad91b183060d8f70b9d00d
authorling xu <ling1.xu@intel.com>
Wed, 16 Nov 2022 15:29:23 +0000 (16 23:29 +0800)
committerJuan Quintela <quintela@redhat.com>
Sat, 11 Feb 2023 15:51:09 +0000 (11 16:51 +0100)
tree4ef92803e8df347aca41a9e95f4a5bd0106901ca
parent04ffce137b6d85ab4e7687e54e4dffcef0a9ab99
Update bench-code for addressing CI problem

Unit test code is in test-xbzrle.c, and benchmark code is in xbzrle-bench.c
for performance benchmarking. we have modified xbzrle-bench.c to address
CI problem.

Signed-off-by: ling xu <ling1.xu@intel.com>
Co-authored-by: Zhou Zhao <zhou.zhao@intel.com>
Co-authored-by: Jun Jin <jun.i.jin@intel.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
tests/bench/meson.build
tests/bench/xbzrle-bench.c [new file with mode: 0644]
tests/unit/test-xbzrle.c