-
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
ci(benchmark): compare against pnpm #177
Draft
KSXGitHub
wants to merge
23
commits into
main
Choose a base branch
from
ci-demonstrate-pnpm-benchmark
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
|
Integrated-Benchmark Report (Linux)Scenario: Frozen Lockfile
BENCHMARK_REPORT.json{
"results": [
{
"command": "pacquet@HEAD",
"mean": 1.9480480026200002,
"stddev": 0.06461914809775492,
"median": 1.95489264502,
"user": 0.9450928200000002,
"system": 1.6693122600000003,
"min": 1.8278162735199999,
"max": 2.0542212055199998,
"times": [
1.9120567315199999,
2.0542212055199998,
1.9939531105200001,
1.8278162735199999,
1.96397833052,
1.94981286252,
1.91534051352,
1.89269554952,
1.95997242752,
2.01063302152
],
"exit_codes": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"command": "pacquet@main",
"mean": 1.93446775032,
"stddev": 0.06487416527385235,
"median": 1.92027483652,
"user": 0.93074742,
"system": 1.61721106,
"min": 1.8416402065200002,
"max": 2.02953470652,
"times": [
2.02953470652,
1.99597593552,
1.86465597252,
1.8416402065200002,
1.92616996452,
2.02629397752,
1.90921990752,
1.89094188752,
1.91437970852,
1.94586523652
],
"exit_codes": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
{
"command": "pnpm",
"mean": 1.1158901760200002,
"stddev": 0.014547432749678972,
"median": 1.11742984202,
"user": 1.26426292,
"system": 0.19074735999999998,
"min": 1.0983179485199999,
"max": 1.14730288452,
"times": [
1.11931521452,
1.09846059752,
1.11681766352,
1.12068699952,
1.1170248625199999,
1.10090906252,
1.14730288452,
1.0983179485199999,
1.11783482152,
1.12223170552
],
"exit_codes": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
}
]
} |
The parsing of integrity has been moved from tarball to serde
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #177 +/- ##
==========================================
+ Coverage 86.57% 86.66% +0.09%
==========================================
Files 56 56
Lines 2838 2843 +5
==========================================
+ Hits 2457 2464 +7
+ Misses 381 379 -2
☔ View full report in Codecov by Sentry. |
KSXGitHub
force-pushed
the
ci-demonstrate-pnpm-benchmark
branch
from
November 4, 2023 17:22
97237bf
to
690d5e1
Compare
KSXGitHub
force-pushed
the
ci-demonstrate-pnpm-benchmark
branch
from
November 4, 2023 18:29
9c38751
to
690d5e1
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.
No description provided.