fastify / fastify-plugin

Plugin helper for Fastify
MIT License
197 stars 42 forks source link

Add benchmarks #222

Closed andersonjoseph closed 1 year ago

andersonjoseph commented 1 year ago

This PR adds some benchmarks

Benchmark for simple case
Fastify Plugin x 98,947 ops/sec ±2.54% (79 runs sampled)
Fastify Plugin Typescript x 98,539 ops/sec ±1.91% (85 runs sampled)
Fastest is Fastify Plugin Typescript

Benchmark for fastify version checking
Fastify Plugin x 96,928 ops/sec ±2.53% (78 runs sampled)
Fastify Plugin Typescript x 97,231 ops/sec ±1.88% (82 runs sampled)
Fastest is Fastify Plugin Typescript

Benchmark for fastify dependencies checking
Fastify Plugin x 100,273 ops/sec ±1.89% (80 runs sampled)
Fastify Plugin Typescript x 99,840 ops/sec ±1.68% (83 runs sampled)
Fastest is Fastify Plugin

Benchmark for fastify decorators checking
Fastify Plugin x 98,176 ops/sec ±2.01% (80 runs sampled)
Fastify Plugin Typescript x 99,913 ops/sec ±1.75% (84 runs sampled)
Fastest is Fastify Plugin Typescript
andersonjoseph commented 1 year ago

tried to open a PR to the wrong repo, sorry 😅