Skip to content

Commit

Permalink
add Logger Benchmarks - windows-latest (benchmarkjs) benchmark result…
Browse files Browse the repository at this point in the history
… for b62073c
  • Loading branch information
github-action-benchmark committed Nov 12, 2024
1 parent 0b4daed commit dc046a9
Showing 1 changed file with 67 additions and 1 deletion.
68 changes: 67 additions & 1 deletion perf-Windows/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1731344787652,
"lastUpdate": 1731451271466,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -24812,6 +24812,72 @@ window.BENCHMARK_DATA = {
"extra": "67 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "b62073c973f50b194577cc43ac34792fea32c491",
"message": "test: url with port",
"timestamp": "2024-11-12T16:33:31-06:00",
"tree_id": "bff87c983bc2e6818ec1801f4f60217ea01374f4",
"url": "https://github.com/forcedotcom/sfdx-core/commit/b62073c973f50b194577cc43ac34792fea32c491"
},
"date": 1731451250716,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 327284,
"range": "±1.00%",
"unit": "ops/sec",
"extra": "92 samples"
},
{
"name": "Logging a string on root logger",
"value": 822428,
"range": "±7.09%",
"unit": "ops/sec",
"extra": "64 samples"
},
{
"name": "Logging an object on root logger",
"value": 645143,
"range": "±7.84%",
"unit": "ops/sec",
"extra": "65 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 20136,
"range": "±185.44%",
"unit": "ops/sec",
"extra": "71 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 459493,
"range": "±7.69%",
"unit": "ops/sec",
"extra": "63 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 329164,
"range": "±6.88%",
"unit": "ops/sec",
"extra": "64 samples"
}
]
}
]
}
Expand Down

0 comments on commit dc046a9

Please sign in to comment.