pnpm / pacquet

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

fix: clippy #221

Closed KSXGitHub closed 9 months ago

github-actions[bot] commented 9 months ago

Micro-Benchmark Results

Linux

group                          main                                   pr
-----                          ----                                   --
tarball/download_dependency    1.01      6.8±0.32ms   639.4 KB/sec    1.00      6.7±0.37ms   645.6 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 (6d8cec2) 92.68% compared to head (b1adb54) 92.68%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #221 +/- ## ======================================= Coverage 92.68% 92.68% ======================================= Files 57 57 Lines 2871 2871 ======================================= Hits 2661 2661 Misses 210 210 ```

: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 128.2 ± 12.1 110.9 152.1 1.05 ± 0.13
pacquet@main 121.9 ± 9.3 108.8 137.3 1.00
BENCHMARK_REPORT.json ```json { "results": [ { "command": "pacquet@HEAD", "mean": 0.12822502174, "stddev": 0.012137138795933576, "median": 0.12688713433999999, "user": 0.06099672666666667, "system": 0.20128686, "min": 0.11086694434000001, "max": 0.15212267933999998, "times": [ 0.13445397834, 0.15212267933999998, 0.12688713433999999, 0.12326920034000001, 0.14796175234, 0.11086694434000001, 0.12701120934, 0.13622621733999998, 0.11838355834000001, 0.11209410334, 0.12957905634, 0.14022060334, 0.12415282634000001, 0.12302929934000001, 0.11711676334000001 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] }, { "command": "pacquet@main", "mean": 0.12187019548285716, "stddev": 0.009301813946993675, "median": 0.12111628334000002, "user": 0.06217375999999999, "system": 0.19250868857142853, "min": 0.10877265134000001, "max": 0.13734562134, "times": [ 0.13502090734, 0.11924976134000001, 0.12680282333999998, 0.12298280534000001, 0.11853912334000001, 0.12594394434, 0.11119431734, 0.10877265134000001, 0.13734562134, 0.10979020634, 0.12308002234000001, 0.13425795533999998, 0.11432503334, 0.11887756434 ], "exit_codes": [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] } ] } ```