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 469373f
  • Loading branch information
github-action-benchmark committed Oct 11, 2023
1 parent cba7525 commit 4a752a9
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": 1697041890425,
"lastUpdate": 1697065286457,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -6200,6 +6200,72 @@ window.BENCHMARK_DATA = {
"extra": "47 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "469373fd2d4e74ba5f7d924cc3b5eda9338c1ddc",
"message": "test: remove more skips",
"timestamp": "2023-10-11T17:56:48-05:00",
"tree_id": "cb1f526378f38ea88c744e81ad0263d4d020ee9e",
"url": "https://github.com/forcedotcom/sfdx-core/commit/469373fd2d4e74ba5f7d924cc3b5eda9338c1ddc"
},
"date": 1697065277577,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 440373,
"range": "±0.96%",
"unit": "ops/sec",
"extra": "89 samples"
},
{
"name": "Logging a string on root logger",
"value": 373009,
"range": "±11.79%",
"unit": "ops/sec",
"extra": "44 samples"
},
{
"name": "Logging an object on root logger",
"value": 227600,
"range": "±15.53%",
"unit": "ops/sec",
"extra": "35 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 167706,
"range": "±23.20%",
"unit": "ops/sec",
"extra": "46 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 148543,
"range": "±24.92%",
"unit": "ops/sec",
"extra": "51 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 116594,
"range": "±24.07%",
"unit": "ops/sec",
"extra": "44 samples"
}
]
}
]
}
Expand Down

0 comments on commit 4a752a9

Please sign in to comment.