jsenv / importmap-node-module

Generate importmap for node_modules
35 stars 4 forks source link

add terminalImportMap #46

Closed dmail closed 3 years ago

dmail commented 3 years ago

2.5.0

github-actions[bot] commented 3 years ago

Performance impact

Impact on 9 metrics when merging terminal_importmap into master. Before drawing conclusion, keep in mind performance variability.

package metrics (-0.33%)
Metric Before merge After merge Impact
import duration 0.375 seconds 0.368 seconds -0.007 seconds / -1.87% :arrow_lower_right:
import memory heap used 6.66 MB 6.66 MB +1008 B / +0.01% :arrow_upper_right:
npm tarball size 83.09 KB 83.14 KB +50 B / +0.06% :arrow_upper_right:
npm tarball unpacked size 367.18 KB 367.65 KB +482 B / +0.13% :arrow_upper_right:
npm tarball file count 26 26 :ghost:
write importmap metrics (-0.77%)
Metric Before merge After merge Impact
write importmap duration 0.399 seconds 0.389 seconds -0.01 seconds / -2.51% :arrow_lower_right:
write importmap memory heap used 6.71 MB 6.72 MB +12.55 KB / +0.18% :arrow_upper_right:
number of fs read operation 0 0 :ghost:
number of fs write operation 8 8 :ghost:

Generated by @jsenv/performance-impact during performance_impact#1435967716 on 0f91ba0

codecov[bot] commented 3 years ago

Codecov Report

Merging #46 (0f91ba0) into master (7caa286) will decrease coverage by 0.15%. The diff coverage is 50.00%.