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 e4ba4f3
  • Loading branch information
github-action-benchmark committed Nov 10, 2023
1 parent d173cc6 commit 9bf5259
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": 1699642437584,
"lastUpdate": 1699645035660,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -9566,6 +9566,72 @@ window.BENCHMARK_DATA = {
"extra": "53 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "e4ba4f3cd53698ff5d3d98e89fbbc753ed0dea7b",
"message": "style: fix comment",
"timestamp": "2023-11-10T12:59:58-06:00",
"tree_id": "3153fd28d8b307f291b52203557bc8c4d178b350",
"url": "https://github.com/forcedotcom/sfdx-core/commit/e4ba4f3cd53698ff5d3d98e89fbbc753ed0dea7b"
},
"date": 1699645027015,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 345645,
"range": "±0.53%",
"unit": "ops/sec",
"extra": "93 samples"
},
{
"name": "Logging a string on root logger",
"value": 708564,
"range": "±11.42%",
"unit": "ops/sec",
"extra": "64 samples"
},
{
"name": "Logging an object on root logger",
"value": 488628,
"range": "±9.61%",
"unit": "ops/sec",
"extra": "69 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 288350,
"range": "±11.36%",
"unit": "ops/sec",
"extra": "48 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 21720,
"range": "±184.59%",
"unit": "ops/sec",
"extra": "51 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 275807,
"range": "±9.69%",
"unit": "ops/sec",
"extra": "63 samples"
}
]
}
]
}
Expand Down

0 comments on commit 9bf5259

Please sign in to comment.