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 f151982
  • Loading branch information
github-action-benchmark committed Nov 14, 2023
1 parent 3c19a56 commit 10e32fd
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": 1699981667925,
"lastUpdate": 1699996848648,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -9896,6 +9896,72 @@ window.BENCHMARK_DATA = {
"extra": "39 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": "f151982e2b5c335d4c4b7615d01ef9058ed95ddd",
"message": "fix(deps): bump @babel/traverse from 7.18.8 to 7.23.3\n\nBumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.8 to 7.23.3.\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-traverse)\n\n---\nupdated-dependencies:\n- dependency-name: \"@babel/traverse\"\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>",
"timestamp": "2023-11-14T21:17:24Z",
"tree_id": "0630a0de0364072320269833b6b679d68a764d73",
"url": "https://github.com/forcedotcom/sfdx-core/commit/f151982e2b5c335d4c4b7615d01ef9058ed95ddd"
},
"date": 1699996842830,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 485778,
"range": "±1.48%",
"unit": "ops/sec",
"extra": "88 samples"
},
{
"name": "Logging a string on root logger",
"value": 781692,
"range": "±7.49%",
"unit": "ops/sec",
"extra": "54 samples"
},
{
"name": "Logging an object on root logger",
"value": 588895,
"range": "±10.53%",
"unit": "ops/sec",
"extra": "66 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 7932,
"range": "±205.05%",
"unit": "ops/sec",
"extra": "20 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 433880,
"range": "±9.49%",
"unit": "ops/sec",
"extra": "65 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 380973,
"range": "±9.79%",
"unit": "ops/sec",
"extra": "56 samples"
}
]
}
]
}
Expand Down

0 comments on commit 10e32fd

Please sign in to comment.