update checkpointSweep in accordance to having removed trace parsing feature

This commit is contained in:
bbracker 2022-03-06 14:55:51 -08:00
parent c432e2175e
commit 01eeab2131

View file

@ -1,5 +1,5 @@
for index in {450..500}
do
instrs=$(($index*1000000))
echo "y" | nice -n 5 ./genCheckpoint.sh $instrs 0
echo "y" | nice -n 5 ./genCheckpoint.sh $instrs
done