You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
out of curiousity I just ran the basic benchmarking available at https://github.com/pinojs/pino npm run bench-basic
I identified some red flags, that when/if removed takes minlog to:
red flags:
new Date()
--- could considerDate.now()
getCallerInfo
--- could be optionalrawEntry
---cloneDeep
is expensive, could be optionalThe text was updated successfully, but these errors were encountered: