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 599f23c
  • Loading branch information
github-action-benchmark committed Nov 2, 2023
1 parent 15f71d6 commit f15c342
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": 1698943834051,
"lastUpdate": 1698944535342,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -8444,6 +8444,72 @@ window.BENCHMARK_DATA = {
"extra": "64 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "mshanemc",
"username": "mshanemc"
},
"distinct": true,
"id": "599f23c79458b8cf08a6e63b17cd18691dec6818",
"message": "test: mock throws when no user",
"timestamp": "2023-11-02T11:52:25-05:00",
"tree_id": "83fa2c1ac0eb28799e98053930857c8f5751cb43",
"url": "https://github.com/forcedotcom/sfdx-core/commit/599f23c79458b8cf08a6e63b17cd18691dec6818"
},
"date": 1698944513178,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 402157,
"range": "±1.21%",
"unit": "ops/sec",
"extra": "82 samples"
},
{
"name": "Logging a string on root logger",
"value": 499448,
"range": "±8.89%",
"unit": "ops/sec",
"extra": "39 samples"
},
{
"name": "Logging an object on root logger",
"value": 226844,
"range": "±35.26%",
"unit": "ops/sec",
"extra": "41 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 149081,
"range": "±24.82%",
"unit": "ops/sec",
"extra": "39 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 178673,
"range": "±28.64%",
"unit": "ops/sec",
"extra": "46 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 105730,
"range": "±28.07%",
"unit": "ops/sec",
"extra": "39 samples"
}
]
}
]
}
Expand Down

0 comments on commit f15c342

Please sign in to comment.