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 25ed002
  • Loading branch information
github-action-benchmark committed Nov 11, 2023
1 parent aa4863f commit fe29dfd
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": 1699645035660,
"lastUpdate": 1699738064315,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -9632,6 +9632,72 @@ window.BENCHMARK_DATA = {
"extra": "63 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": "25ed002bdd090c96d085f952855ba3d97f07882d",
"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-11T21:24:12Z",
"tree_id": "a9e2d9eb5e922e5599b810fa4063e4408c68d61f",
"url": "https://github.com/forcedotcom/sfdx-core/commit/25ed002bdd090c96d085f952855ba3d97f07882d"
},
"date": 1699738058593,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 461912,
"range": "±4.31%",
"unit": "ops/sec",
"extra": "91 samples"
},
{
"name": "Logging a string on root logger",
"value": 766252,
"range": "±10.96%",
"unit": "ops/sec",
"extra": "55 samples"
},
{
"name": "Logging an object on root logger",
"value": 568166,
"range": "±6.73%",
"unit": "ops/sec",
"extra": "63 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 11806,
"range": "±199.53%",
"unit": "ops/sec",
"extra": "26 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 412619,
"range": "±14.97%",
"unit": "ops/sec",
"extra": "58 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 359175,
"range": "±9.99%",
"unit": "ops/sec",
"extra": "67 samples"
}
]
}
]
}
Expand Down

0 comments on commit fe29dfd

Please sign in to comment.