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 394f2ad
  • Loading branch information
github-action-benchmark committed Sep 27, 2023
1 parent 0d933f8 commit 40015e2
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": 1695680551156,
"lastUpdate": 1695848064145,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -4880,6 +4880,72 @@ window.BENCHMARK_DATA = {
"extra": "73 samples"
}
]
},
{
"commit": {
"author": {
"email": "49699333+dependabot[bot]@users.noreply.github.com",
"name": "dependabot[bot]",
"username": "dependabot[bot]"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "394f2ad95a9c92700941f2a72c153973ddc3949b",
"message": "chore(deps): bump get-func-name from 2.0.0 to 2.0.2 in /examples\n\nBumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2.\n- [Release notes](https://github.com/chaijs/get-func-name/releases)\n- [Commits](https://github.com/chaijs/get-func-name/commits/v2.0.2)\n\n---\nupdated-dependencies:\n- dependency-name: get-func-name\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>",
"timestamp": "2023-09-27T20:46:28Z",
"tree_id": "183ede4651118ec8e6eb6a97fa5bc3ce60a16a7a",
"url": "https://github.com/forcedotcom/sfdx-core/commit/394f2ad95a9c92700941f2a72c153973ddc3949b"
},
"date": 1695848042555,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 340608,
"range": "±1.54%",
"unit": "ops/sec",
"extra": "84 samples"
},
{
"name": "Logging a string on root logger",
"value": 387557,
"range": "±16.34%",
"unit": "ops/sec",
"extra": "29 samples"
},
{
"name": "Logging an object on root logger",
"value": 226617,
"range": "±20.61%",
"unit": "ops/sec",
"extra": "40 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 152817,
"range": "±29.97%",
"unit": "ops/sec",
"extra": "47 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 179383,
"range": "±28.50%",
"unit": "ops/sec",
"extra": "49 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 125397,
"range": "±26.53%",
"unit": "ops/sec",
"extra": "48 samples"
}
]
}
]
}
Expand Down

0 comments on commit 40015e2

Please sign in to comment.