Skip to content

Commit

Permalink
add Logger Benchmarks - ubuntu-latest (benchmarkjs) benchmark result …
Browse files Browse the repository at this point in the history
…for 79540e6
  • Loading branch information
github-action-benchmark committed Oct 16, 2023
1 parent f3c6180 commit b7d9bc5
Showing 1 changed file with 67 additions and 1 deletion.
68 changes: 67 additions & 1 deletion perf-Linux/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1697469436319,
"lastUpdate": 1697470421478,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -6794,6 +6794,72 @@ window.BENCHMARK_DATA = {
"extra": "10 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "79540e6f50c39f2b618a128b14b170225548731d",
"message": "test: pin jsforce to 27",
"timestamp": "2023-10-16T10:18:48-05:00",
"tree_id": "2edf124302a565d2a2df6fdc17cf27a4923d0a0f",
"url": "https://github.com/forcedotcom/sfdx-core/commit/79540e6f50c39f2b618a128b14b170225548731d"
},
"date": 1697470413445,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 534454,
"range": "±0.23%",
"unit": "ops/sec",
"extra": "94 samples"
},
{
"name": "Logging a string on root logger",
"value": 487043,
"range": "±11.20%",
"unit": "ops/sec",
"extra": "61 samples"
},
{
"name": "Logging an object on root logger",
"value": 318013,
"range": "±16.25%",
"unit": "ops/sec",
"extra": "54 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 256749,
"range": "±14.14%",
"unit": "ops/sec",
"extra": "58 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 14024,
"range": "±185.33%",
"unit": "ops/sec",
"extra": "36 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 214674,
"range": "±15.18%",
"unit": "ops/sec",
"extra": "54 samples"
}
]
}
]
}
Expand Down

0 comments on commit b7d9bc5

Please sign in to comment.