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 a419898
  • Loading branch information
github-action-benchmark committed Nov 12, 2023
1 parent 475d6b3 commit 50db757
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": 1699738064315,
"lastUpdate": 1699757362755,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -9698,6 +9698,72 @@ window.BENCHMARK_DATA = {
"extra": "67 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": "a41989823d8b66e227d7f610347655ab094ea6d6",
"message": "chore(dev-deps): bump @types/lodash from 4.14.200 to 4.14.201\n\nBumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.200 to 4.14.201.\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)\n\n---\nupdated-dependencies:\n- dependency-name: \"@types/lodash\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <[email protected]>",
"timestamp": "2023-11-12T02:45:59Z",
"tree_id": "870f4c48afb14ce0543e21639f11849cd9b0c6c9",
"url": "https://github.com/forcedotcom/sfdx-core/commit/a41989823d8b66e227d7f610347655ab094ea6d6"
},
"date": 1699757357019,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 482174,
"range": "±1.74%",
"unit": "ops/sec",
"extra": "94 samples"
},
{
"name": "Logging a string on root logger",
"value": 837539,
"range": "±6.30%",
"unit": "ops/sec",
"extra": "68 samples"
},
{
"name": "Logging an object on root logger",
"value": 628855,
"range": "±7.59%",
"unit": "ops/sec",
"extra": "55 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 3829,
"range": "±228.44%",
"unit": "ops/sec",
"extra": "9 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 432886,
"range": "±14.46%",
"unit": "ops/sec",
"extra": "62 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 372634,
"range": "±7.62%",
"unit": "ops/sec",
"extra": "57 samples"
}
]
}
]
}
Expand Down

0 comments on commit 50db757

Please sign in to comment.