-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
…cker-compose.yml to use env variable
This reverts commit 10db549.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
benchmarks/flask-mysql-benchmarks.js
Outdated
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)); |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have a look at https://k6.io/docs/javascript-api/k6-metrics/trend/
@@ -0,0 +1,25 @@ | |||
# docker-compose.prod.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# docker-compose.prod.yml |
@@ -0,0 +1,24 @@ | |||
# docker-compose.prod.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# docker-compose.prod.yml |
@@ -0,0 +1,24 @@ | |||
# docker-compose.prod.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# docker-compose.prod.yml |
@@ -0,0 +1,22 @@ | |||
# docker-compose.prod.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# docker-compose.prod.yml |
- FIREWALL_DISABLED=1 | ||
backend: | ||
environment: | ||
- AIKIDO_TOKEN="test_aikido_token |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- AIKIDO_TOKEN="test_aikido_token | |
- AIKIDO_TOKEN="test_aikido_token" |
- FIREWALL_DISABLED=1 | ||
backend: | ||
environment: | ||
- AIKIDO_TOKEN="test_aikido_token |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- AIKIDO_TOKEN="test_aikido_token | |
- AIKIDO_TOKEN="test_aikido_token" |
- FIREWALL_DISABLED=1 | ||
backend: | ||
environment: | ||
- AIKIDO_TOKEN="test_aikido_token |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- AIKIDO_TOKEN="test_aikido_token | |
- AIKIDO_TOKEN="test_aikido_token" |
- FIREWALL_DISABLED=1 | ||
backend: | ||
environment: | ||
- AIKIDO_TOKEN="test_aikido_token |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- AIKIDO_TOKEN="test_aikido_token | |
- AIKIDO_TOKEN="test_aikido_token" |
@@ -0,0 +1,24 @@ | |||
# docker-compose.prod.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# docker-compose.prod.yml |
@@ -0,0 +1,22 @@ | |||
# docker-compose.prod.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# docker-compose.prod.yml |
No description provided.