Skip to content

Commit

Permalink
Unit test code and benchmark code
Browse files Browse the repository at this point in the history
Unit test code is in test-xbzrle.c, and benchmark code is in xbzrle-bench.c
for performance benchmarking.

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>
  • Loading branch information
3 people authored and Juan Quintela committed Nov 15, 2022
1 parent d2347d7 commit a5b6d2f
Show file tree
Hide file tree
Showing 3 changed files with 503 additions and 5 deletions.
4 changes: 4 additions & 0 deletions tests/bench/meson.build
Expand Up @@ -3,6 +3,10 @@ qht_bench = executable('qht-bench',
sources: 'qht-bench.c',
dependencies: [qemuutil])

xbzrle_bench = executable('xbzrle-bench',
sources: 'xbzrle-bench.c',
dependencies: [qemuutil,migration])

executable('atomic_add-bench',
sources: files('atomic_add-bench.c'),
dependencies: [qemuutil],
Expand Down

0 comments on commit a5b6d2f

Please sign in to comment.