jsenv / https-local

A programmatic way to generate locally trusted certificates
MIT License
3 stars 0 forks source link

Update dev files #6

Closed dmail closed 2 years ago

github-actions[bot] commented 2 years ago

Performance impact

Impact on 5 metrics when merging update_dev_files into main. Before drawing conclusion, keep in mind performance variability.

package metrics (+55%)
Metric Before merge After merge Impact
import duration 0.085 seconds 0.115 seconds +0.03 seconds / +35% :arrow_upper_right:
import memory heap used 719.67 KB 2.42 MB +1.71 MB / +244% :arrow_upper_right:
npm tarball size 22.1 KB 21.96 KB -151 B / -0.7% :arrow_lower_right:
npm tarball unpacked size 106.97 KB 105.51 KB -1.46 KB / -1% :arrow_lower_right:
npm tarball file count 45 45 :ghost:

Generated by @jsenv/performance-impact during performance_impact#2549287493 on e40603c

dmail commented 2 years ago

The performance impact on package import is expected. Previously node-forge was lazyly required. But it's fine like this.