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 3e9c988
  • Loading branch information
github-action-benchmark committed Nov 9, 2023
1 parent bcf94a4 commit 289addb
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": 1699569146496,
"lastUpdate": 1699571102906,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -9170,6 +9170,72 @@ window.BENCHMARK_DATA = {
"extra": "57 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "3e9c988223f285deda794e0ef2a7ed5cab91425f",
"message": "test: add apex, comunity nuts",
"timestamp": "2023-11-09T17:01:37-06:00",
"tree_id": "ae81a025bc4d80477166aa73ce4bba9656729e17",
"url": "https://github.com/forcedotcom/sfdx-core/commit/3e9c988223f285deda794e0ef2a7ed5cab91425f"
},
"date": 1699571096051,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 493902,
"range": "±0.56%",
"unit": "ops/sec",
"extra": "91 samples"
},
{
"name": "Logging a string on root logger",
"value": 811765,
"range": "±10.19%",
"unit": "ops/sec",
"extra": "45 samples"
},
{
"name": "Logging an object on root logger",
"value": 616113,
"range": "±9.04%",
"unit": "ops/sec",
"extra": "71 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 2595,
"range": "±254.87%",
"unit": "ops/sec",
"extra": "6 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 432070,
"range": "±12.86%",
"unit": "ops/sec",
"extra": "64 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 373136,
"range": "±8.17%",
"unit": "ops/sec",
"extra": "53 samples"
}
]
}
]
}
Expand Down

0 comments on commit 289addb

Please sign in to comment.