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 fcf84ac
  • Loading branch information
github-action-benchmark committed Oct 10, 2023
1 parent 384007a commit ae54769
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": 1696890349439,
"lastUpdate": 1696956234520,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -5936,6 +5936,72 @@ window.BENCHMARK_DATA = {
"extra": "54 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Cristian Dominguez",
"username": "cristiand391"
},
"committer": {
"email": "[email protected]",
"name": "Cristian Dominguez",
"username": "cristiand391"
},
"distinct": true,
"id": "fcf84ac232483c024c59cd79de44e89b7065881c",
"message": "fix: bump jsforce",
"timestamp": "2023-10-10T13:38:54-03:00",
"tree_id": "34811ffe913b027662e8da598a483c28b1211263",
"url": "https://github.com/forcedotcom/sfdx-core/commit/fcf84ac232483c024c59cd79de44e89b7065881c"
},
"date": 1696956226989,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 531695,
"range": "±0.47%",
"unit": "ops/sec",
"extra": "92 samples"
},
{
"name": "Logging a string on root logger",
"value": 481264,
"range": "±10.13%",
"unit": "ops/sec",
"extra": "59 samples"
},
{
"name": "Logging an object on root logger",
"value": 316310,
"range": "±16.73%",
"unit": "ops/sec",
"extra": "56 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 238840,
"range": "±10.92%",
"unit": "ops/sec",
"extra": "45 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 238046,
"range": "±22.54%",
"unit": "ops/sec",
"extra": "46 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 2709,
"range": "±222.97%",
"unit": "ops/sec",
"extra": "10 samples"
}
]
}
]
}
Expand Down

0 comments on commit ae54769

Please sign in to comment.