forked from Github_Repos/cvw
checkpoint sweep script -- not sure if this deserves to be on the repo in the long run, but it is helpful
This commit is contained in:
parent
3eb229cda5
commit
eaa0fa8e3f
5
linux/testvector-generation/checkpointSweep.sh
Executable file
5
linux/testvector-generation/checkpointSweep.sh
Executable file
@ -0,0 +1,5 @@
|
||||
for index in {450..500}
|
||||
do
|
||||
instrs=$(($index*1000000))
|
||||
echo "y" | nice -n 5 ./genCheckpoint.sh $instrs 0
|
||||
done
|
Loading…
Reference in New Issue
Block a user