reserve

REserve performances

šŸ” REserve documentation

Method used

Static servers are created using different frameworks :

A benchmark tool - based on autocannon - measure the number of hits achieved on the following URLs :

[!IMPORTANT] The default settings of autocannon are kept : 10 rounds of measurements are recorded.

Results

Hello World !

implementation Average hits / 10s
express 81019Ā 
koa 224420
reserve 226501
fastify 252594Ā 
nativeĀ  279925

index.html

implementation Average hits / 10s
index.html Ā 45396
express 43082
native 43703
koa 44386
reserve 47163
fastify 48750Ā 

[!NOTE] Some implementations cache the file information. It explains why they are faster than the native one.

Conclusions

REserve appears to be slower than fastify but is faster than express and koa.