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 e9a2a5f
  • Loading branch information
github-action-benchmark committed Nov 15, 2023
1 parent 61b6496 commit 4b6ecf0
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": 1700081017984,
"lastUpdate": 1700084761793,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -10094,6 +10094,72 @@ window.BENCHMARK_DATA = {
"extra": "69 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": 1700084738096,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 337264,
"range": "±3.24%",
"unit": "ops/sec",
"extra": "93 samples"
},
{
"name": "Logging a string on root logger",
"value": 766388,
"range": "±7.71%",
"unit": "ops/sec",
"extra": "68 samples"
},
{
"name": "Logging an object on root logger",
"value": 533389,
"range": "±7.26%",
"unit": "ops/sec",
"extra": "66 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 270126,
"range": "±8.56%",
"unit": "ops/sec",
"extra": "63 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 6029,
"range": "±211.36%",
"unit": "ops/sec",
"extra": "14 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 288705,
"range": "±6.42%",
"unit": "ops/sec",
"extra": "66 samples"
}
]
}
]
}
Expand Down

0 comments on commit 4b6ecf0

Please sign in to comment.