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:

bash
❯ autocannon --version
autocannon v7.12.0
node v18.17.1

Running:

bash
autocannon -c 100 -d 5 -p 10 <URL>

Results:

image

However using oha and ab I got data:

bash
oha -n 100 -c10 -z 5s <URL>

Results:

image

Is there any other useful information I can provide?