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 05b0d62
  • Loading branch information
github-action-benchmark committed Oct 24, 2024
1 parent e66ee3f commit 6f8e5b9
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": 1729801878443,
"lastUpdate": 1729807670823,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - ubuntu-latest": [
Expand Down Expand Up @@ -24812,6 +24812,72 @@ window.BENCHMARK_DATA = {
"extra": "39 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "mingxuanzhang",
"username": "mingxuanzhangsfdx"
},
"committer": {
"email": "[email protected]",
"name": "mingxuanzhang",
"username": "mingxuanzhangsfdx"
},
"distinct": true,
"id": "05b0d626bcb1d5b7d585740b15ce38731b3068e9",
"message": "chore: downgrade npm-dts to 1.3.12",
"timestamp": "2024-10-24T15:01:09-07:00",
"tree_id": "95f1e6e360a50af588a64dcb124185634679fdef",
"url": "https://github.com/forcedotcom/sfdx-core/commit/05b0d626bcb1d5b7d585740b15ce38731b3068e9"
},
"date": 1729807662634,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 504994,
"range": "±0.82%",
"unit": "ops/sec",
"extra": "93 samples"
},
{
"name": "Logging a string on root logger",
"value": 886346,
"range": "±6.81%",
"unit": "ops/sec",
"extra": "59 samples"
},
{
"name": "Logging an object on root logger",
"value": 43912,
"range": "±184.36%",
"unit": "ops/sec",
"extra": "62 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 410709,
"range": "±9.07%",
"unit": "ops/sec",
"extra": "68 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 509395,
"range": "±7.78%",
"unit": "ops/sec",
"extra": "63 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 22733,
"range": "±184.61%",
"unit": "ops/sec",
"extra": "39 samples"
}
]
}
]
}
Expand Down

0 comments on commit 6f8e5b9

Please sign in to comment.