diff --git a/graphs/generate_graphs.sh b/graphs/generate_graphs.sh index ac62c9a..24e3fa0 100644 --- a/graphs/generate_graphs.sh +++ b/graphs/generate_graphs.sh @@ -81,6 +81,7 @@ number_argument() { executed=$(bc -l <<< "scale=0;$value*100000/1") time_pthread=$((time_pthread+executed)) done + time_own=$((time_own/NB_PASS)) time_pthread=$((time_pthread/NB_PASS)) echo "$thread, $time_own, $time_pthread" done