Skip to content

Commit

Permalink
remove one more dbeug
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Dec 19, 2024
1 parent f464558 commit 6eae0ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test_programs/execution_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ for dir in ${tests_to_profile[@]}; do
if [ "$2" == "1" ]; then
NUM_RUNS=5
fi

echo "num_runs: $NUM_RUNS"


for ((i = 1; i <= NUM_RUNS; i++)); do
EXECUTION_TIME=$((time nargo execute --silence-warnings) 2>&1 | grep real | grep -oE '[0-9]+m[0-9]+.[0-9]+s')
# Convert to seconds and add to total time
Expand Down

0 comments on commit 6eae0ac

Please sign in to comment.