jsenv / importmap-node-module

Generate importmap for node_modules
33 stars 4 forks source link

Node resolution update #53

Closed dmail closed 2 years ago

github-actions[bot] commented 2 years ago

Performance impact

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

package metrics (-0.9%)
Metric Before merge After merge Impact
import duration 0.262 seconds 0.248 seconds -0.014 seconds / -5.34% :arrow_lower_right:
import memory heap used 6.66 MB 6.66 MB +1.19 KB / +0.02% :arrow_upper_right:
npm tarball size 21.97 KB 22.05 KB +84 B / +0.37% :arrow_upper_right:
npm tarball unpacked size 98.7 KB 99.17 KB +482 B / +0.48% :arrow_upper_right:
npm tarball file count 23 23 :ghost:
write importmap metrics (+0.45%)
Metric Before merge After merge Impact
write importmap duration 0.265 seconds 0.269 seconds +0.004 seconds / +1.51% :arrow_upper_right:
write importmap memory heap used 6.74 MB 6.73 MB -11.8 KB / -0.17% :arrow_lower_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#1583708739 on e509d35

codecov[bot] commented 2 years ago

Codecov Report

Merging #53 (e509d35) into master (62d105b) will increase coverage by 0.04%. The diff coverage is 100.00%.