Skip to content

Commit

Permalink
Add formatting and correct repo
Browse files Browse the repository at this point in the history
  • Loading branch information
petechd committed Apr 24, 2024
1 parent c29fe6d commit 3517216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/output-results-to-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ run:
apt-get update && apt-get install -y curl
curl -s -H "Authorization: token ${ACCESS_TOKEN}" \
-X POST -d "${SUMMARY}" \
"https://api.github.com/repos/ONSdigital/eq-terraform-gcp-runner/issues/${PR_NUMBER}/comments"
"https://api.github.com/repos/ONSdigital/eq-survey-runner/issues/${PR_NUMBER}/comments"
2 changes: 1 addition & 1 deletion scripts/benchmark_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ def __str__(self):
)
return (
f"**Benchmark Results**<br />Percentile Averages:<br />{formatted_percentiles}<br />GETs (99th): {self.average_get}ms<br />POSTs (99th): {self.average_post}ms<br />Total Requests: {self.total_requests:,}<br />Total Failures: {self._total_failures:,}<br />Error Percentage: {(round(self.error_percentage, 2))}%"
).replace("\n", "")
).replace("\n", "")

0 comments on commit 3517216

Please sign in to comment.