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 9dff8f0
  • Loading branch information
github-action-benchmark committed Oct 13, 2023
1 parent 02f4bc0 commit abac5a8
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": 1697210803258,
"lastUpdate": 1697213037692,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -6464,6 +6464,72 @@ window.BENCHMARK_DATA = {
"extra": "51 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "9dff8f063e22dff2dc8d1d51272cdbcfcbd1c856",
"message": "Merge remote-tracking branch 'origin/main' into sm/crdt-config",
"timestamp": "2023-10-13T10:59:24-05:00",
"tree_id": "c165091326ec3d52b57fc9802376fad3373f3cfb",
"url": "https://github.com/forcedotcom/sfdx-core/commit/9dff8f063e22dff2dc8d1d51272cdbcfcbd1c856"
},
"date": 1697213030007,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 524579,
"range": "±0.67%",
"unit": "ops/sec",
"extra": "90 samples"
},
{
"name": "Logging a string on root logger",
"value": 526984,
"range": "±5.72%",
"unit": "ops/sec",
"extra": "62 samples"
},
{
"name": "Logging an object on root logger",
"value": 331205,
"range": "±15.11%",
"unit": "ops/sec",
"extra": "51 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 294521,
"range": "±14.46%",
"unit": "ops/sec",
"extra": "63 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 10870,
"range": "±188.10%",
"unit": "ops/sec",
"extra": "33 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 218159,
"range": "±14.52%",
"unit": "ops/sec",
"extra": "52 samples"
}
]
}
]
}
Expand Down

0 comments on commit abac5a8

Please sign in to comment.