Last change
on this file was 10ef475, checked in by Michael Brooks <mlbrooks@…>, 5 months ago |
Move string benchmark programs into thesis
|
-
Property mode
set to
100755
|
File size:
415 bytes
|
Line | |
---|
1 |
|
---|
2 | set SIZES='20 50 100 200 500'
|
---|
3 | set CFA_EXPANSIONS='0.02 0.05 0.1 0.2 0.5 0.9'
|
---|
4 |
|
---|
5 | for size in $SIZES ; do
|
---|
6 | echo a
|
---|
7 | for expansion in $CFA_EXPANSIONS ; do
|
---|
8 | echo LD_PRELOAD=~/plg2/mubeen-stat-shim/malloc/mallocWrappers.so ~/plg2/cfa2/cfa-cc/tests/zombies/string-perf/perfexp-cfa-pall-ll-share-na 1000 1.006 $expansion 1 caaaat ~/plg2/cfa2/cfa-cc/tests/zombies/string-perf/corpus-1-$size-1.txt
|
---|
9 | done ;
|
---|
10 | done
|
---|
Note:
See
TracBrowser
for help on using the repository browser.