This commit is contained in:
Nils K
2020-04-19 23:32:17 +02:00
parent f036761313
commit 429efe3f49
4 changed files with 59 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
./branch_predict generate 5000000 10 10 > unsorted_sample01.txt
./branch_predict sort unsorted_sample01.txt > issorted_sample01.txt
echo "head of unsorted_sample01.txt" >> output.txt
./branch_predict.exe generate 5000000 4 4 > unsorted_sample01.txt
./branch_predict.exe sort unsorted_sample01.txt > issorted_sample01.txt
echo -e "\nhead of unsorted_sample01.txt" >> output.txt
head unsorted_sample01.txt >> output.txt
echo "\n" >> output.txt
./branch_predict measure unsorted_sample01.txt >> output.txt
./branch_predict measure issorted_sample01.txt >> output.txt
echo -e "\n" >> output.txt
./branch_predict.exe measure unsorted_sample01.txt >> output.txt
./branch_predict.exe measure issorted_sample01.txt >> output.txt