~sylvain-pineau/checkbox/json_submit

« back to all changes in this revision

Viewing changes to providers/plainbox-provider-checkbox/bin/memory_stress_ng

  • Committer: Sylvain Pineau
  • Author(s): Rod Smith
  • Date: 2016-04-15 18:11:50 UTC
  • mfrom: (4310.1.1 011-fix-stress-ng-lockbus)
  • Revision ID: sylvain_pineau-20160415181150-gfr5qin3yen2n7b3
"automatic merge of lp:~rodsmith/checkbox/fix-stress-ng-lockbus/ by tarmac [r=bladernr][bug=1570912][author=rodsmith]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#   --time-per-gig is extra time given to SOME stressors, measured in a
33
33
#     seconds per GiB way. (The default is 10 seconds per GiB.)
34
34
#
35
 
# There are a total of 23 constant-run-time stressors and 6 variable-
 
35
# There are a total of 22 constant-run-time stressors and 6 variable-
36
36
# run-time stressors. Given the defaults, this works out to a total
37
 
# expected default run time of 8700 seconds (145 minutes) plus 60 seconds
38
 
# per GiB of RAM -- so a system with 16 GiB should take 161 minutes; one
39
 
# with 32 GiB should take 177 minutes, and so on, using the default
 
37
# expected default run time of 8400 seconds (145 minutes) plus 60 seconds
 
38
# per GiB of RAM -- so a system with 16 GiB should take 156 minutes; one
 
39
# with 32 GiB should take 172 minutes, and so on, using the default
40
40
# values.
41
41
 
42
42
 
126
126
 
127
127
# Constant-run-time stressors -- run them for the same length of time on all
128
128
# systems....
129
 
crt_stressors=("bsearch" "context" "hsearch" "lockbus" "lsearch" "matrix" \
 
129
crt_stressors=("bsearch" "context" "hsearch" "lsearch" "matrix" \
130
130
               "memcpy" "null" "pipe" "qsort" "stack" "str" "stream" \
131
131
               "tsearch" "vm-rw" "wcs" "zero" "mlock" "mmapfork" "mmapmany" \
132
132
               "mremap" "shm-sysv" "vm-splice")