Skip to content

Commit 4ea5d3a

Browse files
authored
Merge pull request #125 from javaevolved/copilot/fix-github-actions-workflow-again
Fix benchmark workflow: syntax error from stale code after avg_runs()
2 parents 0f4b0df + eb80ad7 commit 4ea5d3a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ jobs:
8282
fi
8383
awk "BEGIN {printf \"%.2f\", $sum / $success}"
8484
}
85-
done
86-
awk "BEGIN {printf \"%.2f\", $sum / $n}"
87-
}
8885
8986
echo "Running benchmark on $os_name (Java $java_ver, $snippet_count snippets)..."
9087

0 commit comments

Comments
 (0)