jsenv / importmap-node-module

Generate importmap for node_modules
35 stars 4 forks source link

Many entry points #52

Closed dmail closed 2 years ago

dmail commented 2 years ago

Fixes https://github.com/jsenv/importmap-node-module/issues/48

Explicit entry points (3.0.0)

github-actions[bot] commented 2 years ago

Performance impact

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

package metrics (-1.43%)
Metric Before merge After merge Impact
import duration 0.33 seconds 0.325 seconds -0.005 seconds / -1.52% :arrow_lower_right:
import memory heap used 6.66 MB 6.66 MB -9.54 KB / -0.14% :arrow_lower_right:
npm tarball size 83.55 KB 82.92 KB -650 B / -0.76% :arrow_lower_right:
npm tarball unpacked size 370.86 KB 367.65 KB -3.21 KB / -0.87% :arrow_lower_right:
npm tarball file count 26 25 -1 / -3.85% :arrow_lower_right:
write importmap metrics (+0.1%)
Metric Before merge After merge Impact
write importmap duration 0.338 seconds 0.34 seconds +0.002 seconds / +0.59% :arrow_upper_right:
write importmap memory heap used 6.75 MB 6.73 MB -19.86 KB / -0.29% :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#1553599488 on 62bc1c1

codecov[bot] commented 2 years ago

Codecov Report

Merging #52 (62bc1c1) into master (ef2ada2) will decrease coverage by 0.21%. The diff coverage is 72.72%.