jsenv / importmap-node-module

Generate importmap for node_modules
33 stars 4 forks source link

Deep importmap #50

Closed dmail closed 2 years ago

github-actions[bot] commented 2 years ago

Performance impact

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

package metrics (+0.33%)
Metric Before merge After merge Impact
import duration 0.342 seconds 0.346 seconds +0.004 seconds / +1.17% :arrow_upper_right:
import memory heap used 6.66 MB 6.66 MB +224 B / +0% :arrow_upper_right:
npm tarball size 83.66 KB 83.83 KB +175 B / +0.2% :arrow_upper_right:
npm tarball unpacked size 370.79 KB 371.73 KB +959 B / +0.25% :arrow_upper_right:
npm tarball file count 26 26 :ghost:
write importmap metrics (+0.39%)
Metric Before merge After merge Impact
write importmap duration 0.372 seconds 0.375 seconds +0.003 seconds / +0.81% :arrow_upper_right:
write importmap memory heap used 6.72 MB 6.75 MB +24.63 KB / +0.36% :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#1489830727 on 1877ca4

codecov[bot] commented 2 years ago

Codecov Report

Merging #50 (1877ca4) into master (2ea757a) will increase coverage by 0.03%. The diff coverage is 54.54%.