0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,789 forks (1,789 forks)batch import
Feature RequestGroomedHelp Wanted
Repository metrics
- Stars
- 21,967 stars (21,967 stars)
- PR merge metrics
- Avg merge 68d 4h (Avg merge 68d 4h)9 merged PRs in 30d (9 merged PRs in 30d)
Description
🔎 Search Terms
Performance, Benchmarks, Analysis
The vision
Add a suite of tests that can be used to make more informed decisions regarding the performance impact of proposed changes, as well as a means of determining the least optimized implementations in the current state of Winston
Use case
No response
Additional information
Example implementation: https://github.com/pinojs/pino/blob/master/benchmarks/
Contributor guide
- Research direction
- Study the pino benchmark example and Winston's existing test structure. Create a benchmark suite using a tool like 'benchmark' or 'mitata' to measure performance of logging methods. Compare different transport configurations and message sizes. Run benchmarks and document results.
- Tech stack
- javascriptnodejs
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- JavaScriptNode.js