Hi! I built my docker image N8N. After all of tuning and connecting the REDIS, the question arose, was it worth it? It seemed to me, the N8N began to work more slowly.
Execute Command: df -k / | tail -1 | awk '{print $5}'
takes about 7 seconds. Then I installed the original docker image, and the time there is about the same.
On the official documentation N8N I found the tool n8n-benchmarking.
So my steps are:
next cloning n8n-benchmarking.
I’ll copy all things like in bash script: /home/ubuntu/vegeta path=/home/ubuntu/vegeta
In this directory contains the Vegeta binary file (duplicated) and the tests themselves (.sh files)
When I try run script run_tests.sh I get an error.
root@:/home/ubuntu/vegeta# bash run_tests.sh
Test run started.
Waiting for workers..
run_tests.sh: line 14: read: read error: 0: Is a directory
Results saved in './results/'
I ask for help in resolving this issue. The tool is in the official N8N repository, but there is no description on how to use it.
Are you following the readme to use terraform and AWS or are you trying to do your own thing using that as a base? We list Terraform and AWS as required so anything outside of that wouldn’t be directly supported.
It does work without AWS and Terraform but that repo was created specifically for those 2 things which is why they are listed in the readme as required.
At some point I will take a proper look over over the repo and see if I can make a more useful standalone version, This was the first time I have actually seen it.