-
-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stress-mmap: add new option --mmap-write-check for opt-in write + checks
Performing per-page value writes and read checks will force newly memory mapped pages to be created and faulted-in. While this is a useful test scenario, it does add a lot of overhead int the mmap stressor, and the main aim of the stressor is to exercise mapping/remapping operations rather than a per-page memory santiy check (there are lots of other stressors such as the vm stressor) to do that already. Make this check an opt-in with the new --mmap-write-check option. Signed-off-by: Colin Ian King <[email protected]>
- Loading branch information
1 parent
26ee22d
commit a2931fd
Showing
5 changed files
with
46 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters