jsenv / importmap-node-module

Generate importmap for node_modules
33 stars 4 forks source link

Html entry point #56

Closed dmail closed 2 years ago

dmail commented 2 years ago

Fixes #55

github-actions[bot] commented 2 years ago

Performance impact

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

package metrics (+3.44%)
Metric Before merge After merge Impact
import duration 0.317 seconds 0.321 seconds +0.004 seconds / +1.26% :arrow_upper_right:
import memory heap used 6.66 MB 6.71 MB +44.52 KB / +0.65% :arrow_upper_right:
npm tarball size 22.24 KB 23.56 KB +1.33 KB / +5.96% :arrow_upper_right:
npm tarball unpacked size 99.71 KB 104.67 KB +4.96 KB / +4.97% :arrow_upper_right:
npm tarball file count 23 24 +1 / +4.35% :arrow_upper_right:
write importmap metrics (-0.5%)
Metric Before merge After merge Impact
write importmap duration 0.342 seconds 0.335 seconds -0.007 seconds / -2.05% :arrow_lower_right:
write importmap memory heap used 6.73 MB 6.76 MB +37.93 KB / +0.55% :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#1678660608 on dd15063

codecov[bot] commented 2 years ago

Codecov Report

Merging #56 (dd15063) into master (785374e) will increase coverage by 0.13%. The diff coverage is 92.76%.