Skip to content

Commit 5a52f19

Browse files
authored
Update README.md
1 parent f0ad39a commit 5a52f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/madvise/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Introducution
2-
zswap performance benchmarking with IAA uses madvise() system call and MADV_PAGEOUT. It loads the entire dataset (silesia.tar for example) to memory, swap-out all the pages and swap-in all the pages, monitoring the time spent in swap-in and swap-out and other key metrics. There are two benchmarking scenarios
2+
zswap performance benchmarking with IAA uses madvise() system call with MADV_PAGEOUT. It loads the entire dataset (silesia.tar for example) to memory, swap-out all the pages and swap-in all the pages, monitoring the time spent in swap-in and swap-out and other key metrics. There are two benchmarking scenarios
33

44
1. benchmark single page
55
2. benchmark with IAA batching to take advantage of parallel processing in IAA.

0 commit comments

Comments
 (0)