Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add benchmarking/fix some performance issues #83

Merged
merged 43 commits into from
Aug 20, 2024
Merged

Add benchmarking/fix some performance issues #83

merged 43 commits into from
Aug 20, 2024

Conversation

bitterpanda63
Copy link
Member

No description provided.

Base automatically changed from AIK-3356 to main August 14, 2024 09:35
Copy link
Member

@hansott hansott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

let time_in_mss_8087 = []
for (let i = 0; i < amount; i++) {
time_in_mss_8086.push(measureRequest(BASE_URL_8086 + route, method, data));
time_in_mss_8087.push(measureRequest(BASE_URL_8087 + route, method, data));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

k6 can calculate much of these stats out of the box 😬

Not sure why we used this manual approach

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docs/socket.md Outdated Show resolved Hide resolved
sample-apps/django-mysql-gunicorn/.env.example Outdated Show resolved Hide resolved
sample-apps/flask-mysql/app.py Show resolved Hide resolved
@@ -0,0 +1,25 @@
# docker-compose.prod.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# docker-compose.prod.yml

@@ -0,0 +1,24 @@
# docker-compose.prod.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# docker-compose.prod.yml

@@ -0,0 +1,24 @@
# docker-compose.prod.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# docker-compose.prod.yml

@@ -0,0 +1,22 @@
# docker-compose.prod.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# docker-compose.prod.yml

- FIREWALL_DISABLED=1
backend:
environment:
- AIKIDO_TOKEN="test_aikido_token
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- AIKIDO_TOKEN="test_aikido_token
- AIKIDO_TOKEN="test_aikido_token"

- FIREWALL_DISABLED=1
backend:
environment:
- AIKIDO_TOKEN="test_aikido_token
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- AIKIDO_TOKEN="test_aikido_token
- AIKIDO_TOKEN="test_aikido_token"

- FIREWALL_DISABLED=1
backend:
environment:
- AIKIDO_TOKEN="test_aikido_token
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- AIKIDO_TOKEN="test_aikido_token
- AIKIDO_TOKEN="test_aikido_token"

- FIREWALL_DISABLED=1
backend:
environment:
- AIKIDO_TOKEN="test_aikido_token
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- AIKIDO_TOKEN="test_aikido_token
- AIKIDO_TOKEN="test_aikido_token"

@@ -0,0 +1,24 @@
# docker-compose.prod.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# docker-compose.prod.yml

@@ -0,0 +1,22 @@
# docker-compose.prod.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# docker-compose.prod.yml

@willem-delbare willem-delbare merged commit de46b4f into main Aug 20, 2024
3 of 4 checks passed
@willem-delbare willem-delbare deleted the AIK-3345 branch August 20, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants