Result shows 0 data
Author: jorgevrgsCreated Sep 25, 2023Updated Jul 6, 2024
I've implemented a simple hello world server using Fastify v4.22.2 and tried several times to run autocannon getting data 0:
❯ autocannon --version
autocannon v7.12.0
node v18.17.1Running:
autocannon -c 100 -d 5 -p 10 <URL>Results:
However using oha and ab I got data:
oha -n 100 -c10 -z 5s <URL>Results:
Is there any other useful information I can provide?
Source: mcollina/autocannon