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 e9a2a5f
  • Loading branch information
github-action-benchmark committed Nov 15, 2023
1 parent 5aa71ea commit 61b6496
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": 1700080732128,
"lastUpdate": 1700084479294,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -10160,6 +10160,72 @@ window.BENCHMARK_DATA = {
"extra": "55 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Willhoit",
"username": "iowillhoit"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "e9a2a5f104d944561ff0ab451fe2f99100a2b6ee",
"message": "Update CODEOWNERS",
"timestamp": "2023-11-15T15:37:55-06:00",
"tree_id": "5129817703646c4153cdec4b934d5a13e1d171e5",
"url": "https://github.com/forcedotcom/sfdx-core/commit/e9a2a5f104d944561ff0ab451fe2f99100a2b6ee"
},
"date": 1700084473164,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 460743,
"range": "±2.66%",
"unit": "ops/sec",
"extra": "89 samples"
},
{
"name": "Logging a string on root logger",
"value": 715152,
"range": "±9.31%",
"unit": "ops/sec",
"extra": "63 samples"
},
{
"name": "Logging an object on root logger",
"value": 598983,
"range": "±6.73%",
"unit": "ops/sec",
"extra": "55 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 12859,
"range": "±199.56%",
"unit": "ops/sec",
"extra": "25 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 446004,
"range": "±8.79%",
"unit": "ops/sec",
"extra": "51 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 367085,
"range": "±6.56%",
"unit": "ops/sec",
"extra": "72 samples"
}
]
}
]
}
Expand Down

0 comments on commit 61b6496

Please sign in to comment.