Skip to content

Strauteka/winston-performance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Winston performance

Winston Calling "logger.debug" without actually printing reduces performance by ~15%

  • INSTALL:
    • apt-get install apache2-utils
    • npm ci
  • RUN:
    • npm run dev Calling disabled "logger.debug"
    • npm run dev --logger_off Removes logger call with if()...
  • TEST
    • ab -k -n 1000000 -c 10 -l -T 'application/json' http://localhost:8080/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published