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 f3abda1
  • Loading branch information
github-action-benchmark committed Oct 16, 2023
1 parent 808bd58 commit f3c6180
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": 1697467725666,
"lastUpdate": 1697469560506,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -6662,6 +6662,72 @@ window.BENCHMARK_DATA = {
"extra": "47 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "f3abda113935c3619b5cb6ab051b34cd1e669106",
"message": "ci: pdr tracking xnuts",
"timestamp": "2023-10-16T10:12:55-05:00",
"tree_id": "fa8702bc267ce2f610e586d17a364388a2aa6dc0",
"url": "https://github.com/forcedotcom/sfdx-core/commit/f3abda113935c3619b5cb6ab051b34cd1e669106"
},
"date": 1697469539626,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 473199,
"range": "±5.57%",
"unit": "ops/sec",
"extra": "89 samples"
},
{
"name": "Logging a string on root logger",
"value": 526434,
"range": "±14.30%",
"unit": "ops/sec",
"extra": "62 samples"
},
{
"name": "Logging an object on root logger",
"value": 275832,
"range": "±19.85%",
"unit": "ops/sec",
"extra": "49 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 189722,
"range": "±21.89%",
"unit": "ops/sec",
"extra": "45 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 151718,
"range": "±22.21%",
"unit": "ops/sec",
"extra": "32 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 118406,
"range": "±22.21%",
"unit": "ops/sec",
"extra": "40 samples"
}
]
}
]
}
Expand Down

0 comments on commit f3c6180

Please sign in to comment.