Skip to content

Commit

Permalink
feature: run.sh tracks runtime now
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeshc committed Nov 12, 2016
1 parent 5236888 commit 1361746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ do
N=$(cat $test_case | cut -d ' ' -f 1)
B=$(cat $test_case | cut -d ' ' -f 2)
printf 'Test %s\t: %s %s\n' "$test_case" "$N" "$B"
python pollardRhoAttack.py $N $B
/usr/bin/time -f "<< runtime %es >>" python pollardRhoAttack.py $N $B
python -c "print('*' * 50)"
done

0 comments on commit 1361746

Please sign in to comment.