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 25b3cf1
  • Loading branch information
github-action-benchmark committed Nov 15, 2023
1 parent 854a9a1 commit fc7751f
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": 1700056421010,
"lastUpdate": 1700070815731,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -9962,6 +9962,72 @@ window.BENCHMARK_DATA = {
"extra": "72 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "25b3cf1b28d58bdaeebfef13d4463c33ed8a4b8a",
"message": "fix(types): additional props for packaging lib",
"timestamp": "2023-11-15T11:46:40-06:00",
"tree_id": "9f79d147554d4c10853f93ebda5ca8121590462d",
"url": "https://github.com/forcedotcom/sfdx-core/commit/25b3cf1b28d58bdaeebfef13d4463c33ed8a4b8a"
},
"date": 1700070799562,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 345195,
"range": "±0.47%",
"unit": "ops/sec",
"extra": "91 samples"
},
{
"name": "Logging a string on root logger",
"value": 820301,
"range": "±5.81%",
"unit": "ops/sec",
"extra": "53 samples"
},
{
"name": "Logging an object on root logger",
"value": 642427,
"range": "±5.39%",
"unit": "ops/sec",
"extra": "71 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 3646,
"range": "±220.41%",
"unit": "ops/sec",
"extra": "11 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 462167,
"range": "±7.87%",
"unit": "ops/sec",
"extra": "66 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 331376,
"range": "±5.16%",
"unit": "ops/sec",
"extra": "66 samples"
}
]
}
]
}
Expand Down

0 comments on commit fc7751f

Please sign in to comment.