mirror of
https://gitlab.com/Nils_Kasulke/spectre_project.git
synced 2026-04-04 07:47:24 +00:00
added tools to test branch perdiction performance
This commit is contained in:
7
branch_predict_test/test.sh
Normal file
7
branch_predict_test/test.sh
Normal file
@@ -0,0 +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
|
||||
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
|
||||
Reference in New Issue
Block a user