diff --git a/Scripts/TestPPLR1.sh b/Scripts/TestPPLR1.sh index 6dc4bb9ba54c3dcc8dc089c884a265de46792e73..7c7f10e0902069eb84950702bf9fc5669692c3ec 100644 --- a/Scripts/TestPPLR1.sh +++ b/Scripts/TestPPLR1.sh @@ -46,3 +46,10 @@ echo running with $cpt threads taskset 1 ./DAPPLE $cpt cpt=$(( $cpt - 2 )) 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