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 03a7b8e
  • Loading branch information
github-action-benchmark committed Oct 11, 2023
1 parent 148f5a5 commit 72cedd1
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": 1696956234520,
"lastUpdate": 1697035246747,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -6002,6 +6002,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": "03a7b8ef82eb5d8ae0ee8fcb4cea0cdce0285b02",
"message": "test(wip): mocks for lockfile, but also some TBD skips",
"timestamp": "2023-10-11T09:34:58-05:00",
"tree_id": "3b9bae42f0914be876fc25f26fddf3437ed5096b",
"url": "https://github.com/forcedotcom/sfdx-core/commit/03a7b8ef82eb5d8ae0ee8fcb4cea0cdce0285b02"
},
"date": 1697035237087,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 409077,
"range": "±1.13%",
"unit": "ops/sec",
"extra": "83 samples"
},
{
"name": "Logging a string on root logger",
"value": 378197,
"range": "±8.75%",
"unit": "ops/sec",
"extra": "49 samples"
},
{
"name": "Logging an object on root logger",
"value": 318527,
"range": "±10.60%",
"unit": "ops/sec",
"extra": "48 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 176330,
"range": "±13.37%",
"unit": "ops/sec",
"extra": "35 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 210736,
"range": "±28.47%",
"unit": "ops/sec",
"extra": "37 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 153220,
"range": "±17.35%",
"unit": "ops/sec",
"extra": "39 samples"
}
]
}
]
}
Expand Down

0 comments on commit 72cedd1

Please sign in to comment.