pnpm / pacquet

experimental package manager for node.js
Apache License 2.0
762 stars 21 forks source link

test: big lockfile #213

Closed KSXGitHub closed 9 months ago

github-actions[bot] commented 9 months ago

Micro-Benchmark Results

Linux

group                          main                                   pr
-----                          ----                                   --
tarball/download_dependency    1.02      6.8±0.56ms   635.6 KB/sec    1.00      6.7±0.26ms   648.3 KB/sec
codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (744976d) 87.04% compared to head (51582b3) 92.66%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #213 +/- ## ========================================== + Coverage 87.04% 92.66% +5.61% ========================================== Files 57 57 Lines 2848 2848 ========================================== + Hits 2479 2639 +160 + Misses 369 209 -160 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 9 months ago

Integrated-Benchmark Report (Linux)

Scenario: Frozen Lockfile

Command Mean [ms] Min [ms] Max [ms] Relative
pacquet@HEAD 129.8 ± 8.1 117.5 149.4 1.05 ± 0.11
pacquet@main 124.0 ± 10.3 108.3 144.2 1.00
BENCHMARK_REPORT.json ```json { "results": [ { "command": "pacquet@HEAD", "mean": 0.12975402546, "stddev": 0.008102806305147986, "median": 0.12891464806000003, "user": 0.06561917333333334, "system": 0.19249077333333334, "min": 0.11754213106, "max": 0.14937464806000003, "times": [ 0.13235509806, 0.13816095906000003, 0.12891464806000003, 0.12909442206000002, 0.12269283706, 0.11754213106, 0.12119649906, 0.14937464806000003, 0.13256458806000002, 0.13546029406, 0.12884526606000002, 0.13636168906, 0.12806102706000003, 0.12265714006, 0.12302913506 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "command": "pacquet@main", "mean": 0.12401599470285717, "stddev": 0.010269069124820259, "median": 0.12340112606, "user": 0.05800511142857143, "system": 0.19787872571428575, "min": 0.10828685006000001, "max": 0.14420347306000003, "times": [ 0.14420347306000003, 0.11092705806, 0.12121527406, 0.13295759406000002, 0.12775807006, 0.12018103006, 0.13008457206000001, 0.11892472906, 0.11794344306, 0.11232436706, 0.12898126406000002, 0.13684922306000002, 0.12558697806000002, 0.10828685006000001 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } ] } ```