-
Notifications
You must be signed in to change notification settings - Fork 21
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
test: registry-mock #198
Merged
Merged
test: registry-mock #198
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Micro-Benchmark ResultsLinux
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #198 +/- ##
==========================================
- Coverage 87.11% 87.01% -0.10%
==========================================
Files 56 56
Lines 2825 2827 +2
==========================================
- Hits 2461 2460 -1
- Misses 364 367 +3 ☔ View full report in Codecov by Sentry. |
Integrated-Benchmark Report (Linux)Scenario: Frozen Lockfile
BENCHMARK_REPORT.json{
"results": [
{
"command": "pacquet@HEAD",
"mean": 0.14066654803714285,
"stddev": 0.009708702501169357,
"median": 0.14047047918,
"user": 0.06203632285714287,
"system": 0.2029950942857143,
"min": 0.12646879318,
"max": 0.15651942318,
"times": [
0.15588750618,
0.14436975418,
0.13667896818,
0.14104748218,
0.13071299418,
0.13050478818,
0.14587170018,
0.15318179218,
0.14242455418,
0.13989347618,
0.12646879318,
0.15651942318,
0.13257476818,
0.13319567218
],
"exit_codes": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"command": "pacquet@main",
"mean": 0.13385326139428572,
"stddev": 0.010120591801215504,
"median": 0.13335983268,
"user": 0.061691608571428566,
"system": 0.20378716571428565,
"min": 0.12202425018000002,
"max": 0.15702110418,
"times": [
0.14614289018,
0.12582021418,
0.15702110418,
0.12381036618,
0.13971140318,
0.13148147218,
0.13901885918,
0.12343962018000001,
0.14054120918,
0.12202425018000002,
0.13671056018,
0.12681566318,
0.13523819318,
0.12616985417999999
],
"exit_codes": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
}
]
} |
KSXGitHub
force-pushed
the
test-mock-registry
branch
from
November 15, 2023 19:18
2813367
to
433a344
Compare
KSXGitHub
force-pushed
the
test-mock-registry
branch
from
November 15, 2023 19:57
6d9e68a
to
9315e7f
Compare
KSXGitHub
force-pushed
the
test-mock-registry
branch
from
November 17, 2023 09:30
7d81c24
to
ed6576b
Compare
KSXGitHub
force-pushed
the
test-mock-registry
branch
from
November 17, 2023 09:54
ed6576b
to
81825f6
Compare
KSXGitHub
force-pushed
the
test-mock-registry
branch
from
November 17, 2023 10:02
75a965d
to
e19320a
Compare
zkochan
approved these changes
Nov 17, 2023
KSXGitHub
force-pushed
the
test-mock-registry
branch
from
November 17, 2023 10:55
5ee479f
to
45a712b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #197