Skip to content

Commit 35fd177

Browse files
committed
Feat: Removed name
1 parent c5cd721 commit 35fd177

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/workflows/main-release-webapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
context: ./src/
6868
file: ./src/WebApi/Dockerfile
6969
push: true
70-
tags: jonathanperis/rinha2-back-end-bora-dale-xgh-dotnet:latest
70+
tags: jonathanperis/rinha2-back-end-dotnet:latest
7171
platforms: linux/amd64,linux/arm64/v8
7272
build-args: |
7373
AOT=${{ env.AOT }}
@@ -145,7 +145,7 @@ jobs:
145145
REPORT_NAME="stress-test-report-${TIMESTAMP}.html"
146146
147147
# Clone the main repository into a temporary folder using the GITHUB_TOKEN for authentication
148-
git clone https://x-access-token:${GITHUB_TOKEN}@github.com/jonathanperis/rinha2-back-end-bora-dale-xgh-dotnet.git repo-temp
148+
git clone https://x-access-token:${GITHUB_TOKEN}@github.com/jonathanperis/rinha2-back-end-dotnet.git repo-temp
149149
cd repo-temp
150150
151151
# Create the destination folder under docs/reports

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ Métricas colhidas no Docker Desktop após a execução do teste. O teste foi ex
5151

5252
### Implementações que elaborei em outras linguagens
5353

54-
- [rinha2-back-end-bora-dale-xgh-go](https://github.com/jonathanperis/rinha2-back-end-bora-dale-xgh-go)
55-
- [rinha2-back-end-bora-dale-xgh-rust](https://github.com/jonathanperis/rinha2-back-end-bora-dale-xgh-rust)
56-
- [rinha2-back-end-bora-dale-xgh-python](https://github.com/jonathanperis/rinha2-back-end-bora-dale-xgh-python)
57-
- [rinha2-back-end-bora-dale-xgh-postgrest](https://github.com/jonathanperis/rinha2-back-end-bora-dale-xgh-postgrest)
54+
- [rinha2-back-end-go](https://github.com/jonathanperis/rinha2-back-end-go)
55+
- [rinha2-back-end-rust](https://github.com/jonathanperis/rinha2-back-end-rust)
56+
- [rinha2-back-end-python](https://github.com/jonathanperis/rinha2-back-end-python)
57+
- [rinha2-back-end-postgrest](https://github.com/jonathanperis/rinha2-back-end-postgrest)
5858

5959
Este repositorio foi desenvolvido utilizando de minha experiencia profissional e inspirado nos seguintes colegas da rinha:
6060

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 'rinha2-jonathanperis-xgh-bora-dale-dotnet'
33
services:
44

55
webapi1-dotnet: &webapi1
6-
# image: jonathanperis/rinha2-back-end-bora-dale-xgh-dotnet:latest
6+
# image: jonathanperis/rinha2-back-end-dotnet:latest
77
build:
88
context: ./src/
99
dockerfile: ./WebApi/Dockerfile
@@ -130,7 +130,7 @@ services:
130130
- DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=EEKpryGZk8pVDXmIuy484BKUxM5jOEDv7YNoeNZUbsNbpbPbP6kK_qY9Zsyw7zNnlZ7pHG16FYzNaqwLMBUz8g==
131131

132132
k6:
133-
image: jonathanperis/rinha2-back-end-bora-dale-xgh-k6:latest
133+
image: jonathanperis/rinha2-back-end-k6:latest
134134
container_name: k6
135135
environment:
136136
# Set MODE=dev to export data via xk6-influxdb, or MODE=prod to generate an HTML report.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h1 class="text-2xl font-bold text-white">Rinha de Backend (.NET)</h1>
3737
<section class="mb-8">
3838
<h2 class="text-xl font-semibold mb-4">About the Project</h2>
3939
<p class="mb-4">
40-
The <a href="https://github.com/jonathanperis/rinha2-back-end-bora-dale-xgh-dotnet" target="_blank" class="font-mono text-accent hover:underline">rinha2-back-end-bora-dale-xgh-dotnet</a> project was developed during the Rinha de Backend competition. It showcases a fusion of modern technologies and robust coding.
40+
The <a href="https://github.com/jonathanperis/rinha2-back-end-dotnet" target="_blank" class="font-mono text-accent hover:underline">rinha2-back-end-dotnet</a> project was developed during the Rinha de Backend competition. It showcases a fusion of modern technologies and robust coding.
4141
</p>
4242
<p class="mb-4">Technologies used include:</p>
4343
<ul class="list-disc list-inside">
@@ -154,7 +154,7 @@ <h2 class="text-xl font-semibold mb-4">Competition Rules</h2>
154154
<section class="mb-8">
155155
<h2 class="text-xl font-semibold mb-4">Load Test Reports</h2>
156156
<p class="mb-4">
157-
Below is a list of load test reports generated via <a href="https://github.com/jonathanperis/rinha2-back-end-bora-dale-xgh-dotnet/actions/workflows/main-release-webapi.yml" target="_blank" class="text-accent hover:underline">Github Actions</a>. These reports are hosted publicly via GitHub Pages.
157+
Below is a list of load test reports generated via <a href="https://github.com/jonathanperis/rinha2-back-end-dotnet/actions/workflows/main-release-webapi.yml" target="_blank" class="text-accent hover:underline">Github Actions</a>. These reports are hosted publicly via GitHub Pages.
158158
</p>
159159
<p class="mb-4">
160160
Note: Previously, the load script for this project was developed for the Gatling load test framework using Scala. It has now been migrated to Grafana K6 using JavaScript to better integrate with our CI/CD environment since Grafana K6 supports CLI natively.

docs/js/script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ console.log("Rinha de Backend page loaded.");
66
// Currently, the report links are set to refer to blank pages until real reports are generated.
77
const reportsList = document.getElementById('reports-list');
88
if (reportsList) {
9-
const apiUrl = 'https://api.github.com/repos/jonathanperis/rinha2-back-end-bora-dale-xgh-dotnet/contents/docs/reports?ref=main';
9+
const apiUrl = 'https://api.github.com/repos/jonathanperis/rinha2-back-end-dotnet/contents/docs/reports?ref=main';
1010

1111
fetch(apiUrl)
1212
.then(response => response.json())
@@ -26,7 +26,7 @@ if (reportsList) {
2626

2727
htmlFiles.forEach(file => {
2828
// Generating a public URL for GitHub Pages (docs folder is served as the site)
29-
const publicUrl = `https://jonathanperis.github.io/rinha2-back-end-bora-dale-xgh-dotnet/reports/${file.name}`;
29+
const publicUrl = `https://jonathanperis.github.io/rinha2-back-end-dotnet/reports/${file.name}`;
3030
const li = document.createElement('li');
3131
const a = document.createElement('a');
3232
a.href = publicUrl;

prod/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 'rinha2-jonathanperis-xgh-bora-dale-dotnet'
33
services:
44

55
webapi1-dotnet: &webapi1
6-
image: jonathanperis/rinha2-back-end-bora-dale-xgh-dotnet:latest
6+
image: jonathanperis/rinha2-back-end-dotnet:latest
77
hostname: webapi1-dotnet
88
container_name: webapi-1-dotnet
99
depends_on:
@@ -70,7 +70,7 @@ services:
7070
memory: "20MB"
7171

7272
k6:
73-
image: jonathanperis/rinha2-back-end-bora-dale-xgh-k6:latest
73+
image: jonathanperis/rinha2-back-end-k6:latest
7474
container_name: k6
7575
environment:
7676
# Set MODE=dev to export data via xk6-influxdb, or MODE=prod to generate an HTML report.

0 commit comments

Comments
 (0)