Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: clippy #221

Merged
merged 1 commit into from
Nov 28, 2023
Merged

fix: clippy #221

merged 1 commit into from
Nov 28, 2023

Conversation

KSXGitHub
Copy link
Contributor

No description provided.

@KSXGitHub KSXGitHub requested review from zkochan and anonrig November 27, 2023 19:09
Copy link

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

Copy link

codecov bot commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6d8cec2) 92.68% compared to head (b1adb54) 92.68%.

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

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
{
  "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
      ]
    }
  ]
}

@anonrig anonrig merged commit 1de5e13 into main Nov 28, 2023
13 checks passed
@anonrig anonrig deleted the fix-clippy branch November 28, 2023 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants