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 394f2ad
  • Loading branch information
github-action-benchmark committed Sep 27, 2023
1 parent 3280cce commit 0d933f8
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": 1695680311238,
"lastUpdate": 1695847847119,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -4946,6 +4946,72 @@ window.BENCHMARK_DATA = {
"extra": "58 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": 1695847837246,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 425096,
"range": "±1.42%",
"unit": "ops/sec",
"extra": "88 samples"
},
{
"name": "Logging a string on root logger",
"value": 418546,
"range": "±5.92%",
"unit": "ops/sec",
"extra": "50 samples"
},
{
"name": "Logging an object on root logger",
"value": 290436,
"range": "±7.05%",
"unit": "ops/sec",
"extra": "51 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 191667,
"range": "±11.69%",
"unit": "ops/sec",
"extra": "47 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 191804,
"range": "±31.29%",
"unit": "ops/sec",
"extra": "47 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 7166,
"range": "±187.79%",
"unit": "ops/sec",
"extra": "50 samples"
}
]
}
]
}
Expand Down

0 comments on commit 0d933f8

Please sign in to comment.