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 51c1b9f
  • Loading branch information
github-action-benchmark committed Oct 13, 2023
1 parent 32e817d commit 1313ec2
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": 1697213037692,
"lastUpdate": 1697221871139,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -6530,6 +6530,72 @@ window.BENCHMARK_DATA = {
"extra": "52 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "51c1b9f6100f53d4db1d0f36cb37e0b20f4e5ce7",
"message": "Merge branch 'sm/crdt-config' of https://github.com/forcedotcom/sfdx-core into sm/crdt-config",
"timestamp": "2023-10-13T13:27:35-05:00",
"tree_id": "7d3b125b311315283d5326fc54f0dceaf39d49b4",
"url": "https://github.com/forcedotcom/sfdx-core/commit/51c1b9f6100f53d4db1d0f36cb37e0b20f4e5ce7"
},
"date": 1697221862453,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 465779,
"range": "±12.13%",
"unit": "ops/sec",
"extra": "78 samples"
},
{
"name": "Logging a string on root logger",
"value": 454350,
"range": "±24.41%",
"unit": "ops/sec",
"extra": "39 samples"
},
{
"name": "Logging an object on root logger",
"value": 326560,
"range": "±9.02%",
"unit": "ops/sec",
"extra": "56 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 234494,
"range": "±9.58%",
"unit": "ops/sec",
"extra": "58 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 283061,
"range": "±23.37%",
"unit": "ops/sec",
"extra": "45 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 1339,
"range": "±276.06%",
"unit": "ops/sec",
"extra": "5 samples"
}
]
}
]
}
Expand Down

0 comments on commit 1313ec2

Please sign in to comment.