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 67e6f5a
  • Loading branch information
github-action-benchmark committed Oct 23, 2023
1 parent 789d3c4 commit 6a6c0fc
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": 1697924843937,
"lastUpdate": 1698093664549,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -7652,6 +7652,72 @@ window.BENCHMARK_DATA = {
"extra": "66 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "67e6f5ae13bb2714f0cb399367c17cd4dd065fbc",
"message": "test: back to jsforce latest",
"timestamp": "2023-10-23T15:36:01-05:00",
"tree_id": "041a3e1ab1c13068df1a66c1ffbde5f63a4aa296",
"url": "https://github.com/forcedotcom/sfdx-core/commit/67e6f5ae13bb2714f0cb399367c17cd4dd065fbc"
},
"date": 1698093656616,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 445160,
"range": "±11.02%",
"unit": "ops/sec",
"extra": "85 samples"
},
{
"name": "Logging a string on root logger",
"value": 645625,
"range": "±12.35%",
"unit": "ops/sec",
"extra": "56 samples"
},
{
"name": "Logging an object on root logger",
"value": 510934,
"range": "±11.70%",
"unit": "ops/sec",
"extra": "64 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 288479,
"range": "±13.07%",
"unit": "ops/sec",
"extra": "56 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 20495,
"range": "±185.02%",
"unit": "ops/sec",
"extra": "55 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 298304,
"range": "±9.95%",
"unit": "ops/sec",
"extra": "64 samples"
}
]
}
]
}
Expand Down

0 comments on commit 6a6c0fc

Please sign in to comment.