UNPKG

nano-performance

Version:

An extremely lightweight node module that measures execution time in nanoseconds

22 lines (16 loc) 341 B
# Ignore node_modules directory node_modules/ # Ignore build output directory build/ dist/ # Ignore coverage reports directory coverage/ # Ignore logs directory logs/ mochawesome-report/ # Ignore any files or directories starting with a dot .* # Ignore any files with a .md extension *.md # Ignore any files with a .txt extension *.txt