Skip to content
Snippets Groups Projects
Commit 7e02accb authored by rtalbi's avatar rtalbi
Browse files

updated testing script for PPLR

parent 070f549a
No related branches found
No related tags found
No related merge requests found
...@@ -46,3 +46,10 @@ echo running with $cpt threads ...@@ -46,3 +46,10 @@ echo running with $cpt threads
taskset 1 ./DAPPLE $cpt taskset 1 ./DAPPLE $cpt
cpt=$(( $cpt - 2 )) cpt=$(( $cpt - 2 ))
done done
cd ../../PPLR
git add .
git commit -m "New tests PPLR"
git checkout -b testPPLR
git push origin testPPLR
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment