Skip to content

Commit

Permalink
add Logger Benchmarks - windows-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 6a6c0fc commit 64f23fc
Showing 1 changed file with 67 additions and 1 deletion.
68 changes: 67 additions & 1 deletion perf-Windows/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1697924973403,
"lastUpdate": 1698094009471,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -7586,6 +7586,72 @@ window.BENCHMARK_DATA = {
"extra": "19 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": 1698093988368,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 386812,
"range": "±12.17%",
"unit": "ops/sec",
"extra": "77 samples"
},
{
"name": "Logging a string on root logger",
"value": 498195,
"range": "±9.23%",
"unit": "ops/sec",
"extra": "62 samples"
},
{
"name": "Logging an object on root logger",
"value": 293302,
"range": "±16.20%",
"unit": "ops/sec",
"extra": "54 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 169250,
"range": "±19.83%",
"unit": "ops/sec",
"extra": "42 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 163318,
"range": "±19.56%",
"unit": "ops/sec",
"extra": "38 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 110126,
"range": "±21.25%",
"unit": "ops/sec",
"extra": "42 samples"
}
]
}
]
}
Expand Down

0 comments on commit 64f23fc

Please sign in to comment.