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 dd051bd
  • Loading branch information
github-action-benchmark committed Nov 16, 2023
1 parent 5afcbc4 commit 75379a3
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": 1700084761793,
"lastUpdate": 1700164166503,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -10160,6 +10160,72 @@ window.BENCHMARK_DATA = {
"extra": "66 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Steve Hetzel",
"username": "shetzel"
},
"committer": {
"email": "[email protected]",
"name": "Steve Hetzel",
"username": "shetzel"
},
"distinct": true,
"id": "dd051bd5b1f91999c38e70ad4342381fdd88a014",
"message": "fix: set stack to fullStack if set",
"timestamp": "2023-11-16T12:40:40-07:00",
"tree_id": "c87ad6097b77e03ed2afa061b4bdf827d3b174a4",
"url": "https://github.com/forcedotcom/sfdx-core/commit/dd051bd5b1f91999c38e70ad4342381fdd88a014"
},
"date": 1700164147883,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 319902,
"range": "±0.92%",
"unit": "ops/sec",
"extra": "85 samples"
},
{
"name": "Logging a string on root logger",
"value": 846988,
"range": "±7.91%",
"unit": "ops/sec",
"extra": "53 samples"
},
{
"name": "Logging an object on root logger",
"value": 657782,
"range": "±7.73%",
"unit": "ops/sec",
"extra": "64 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 12701,
"range": "±188.88%",
"unit": "ops/sec",
"extra": "70 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 479070,
"range": "±8.50%",
"unit": "ops/sec",
"extra": "59 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 332719,
"range": "±5.31%",
"unit": "ops/sec",
"extra": "66 samples"
}
]
}
]
}
Expand Down

0 comments on commit 75379a3

Please sign in to comment.