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 8e346ca
  • Loading branch information
github-action-benchmark committed Oct 11, 2023
1 parent 5bfa653 commit cba7525
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": 1697036259788,
"lastUpdate": 1697042153779,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -6068,6 +6068,72 @@ window.BENCHMARK_DATA = {
"extra": "19 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "8e346ca8206a23515bb1247872f19dbd7f13bf55",
"message": "feat!: remove parameters on config.write\n\nThe Config family of classes' write(sync) method used to accept a param.\nThe value in the param would overwrite the existing file.",
"timestamp": "2023-10-11T11:26:37-05:00",
"tree_id": "1da114e90b3fefaa5da4244a8dc2ccf47b0d8c0e",
"url": "https://github.com/forcedotcom/sfdx-core/commit/8e346ca8206a23515bb1247872f19dbd7f13bf55"
},
"date": 1697042133768,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 354069,
"range": "±11.38%",
"unit": "ops/sec",
"extra": "80 samples"
},
{
"name": "Logging a string on root logger",
"value": 417103,
"range": "±9.66%",
"unit": "ops/sec",
"extra": "48 samples"
},
{
"name": "Logging an object on root logger",
"value": 305300,
"range": "±18.95%",
"unit": "ops/sec",
"extra": "36 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 212172,
"range": "±13.30%",
"unit": "ops/sec",
"extra": "58 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 233725,
"range": "±21.69%",
"unit": "ops/sec",
"extra": "47 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 187343,
"range": "±21.04%",
"unit": "ops/sec",
"extra": "57 samples"
}
]
}
]
}
Expand Down

0 comments on commit cba7525

Please sign in to comment.