]> www.infradead.org Git - users/dwmw2/qemu.git/commit
Update bench-code for addressing CI problem
authorling xu <ling1.xu@intel.com>
Wed, 16 Nov 2022 15:29:23 +0000 (23:29 +0800)
committerJuan Quintela <quintela@redhat.com>
Thu, 9 Feb 2023 20:26:02 +0000 (21:26 +0100)
commit1723c667843a55362c16be88a151f4876a70238b
tree9184491a04b32d612016a99a7fef3635586d5b5b
parentaf25ac3ad07a9256d359cb24601b13e9109d8a8b
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>
MAINTAINERS
tests/bench/meson.build
tests/bench/xbzrle-bench.c [new file with mode: 0644]
tests/unit/test-xbzrle.c