Skip to content

Commit

Permalink
add Logger Benchmarks - windows-latest (benchmarkjs) benchmark result…
Browse files Browse the repository at this point in the history
… for 0d19545
  • Loading branch information
github-action-benchmark committed Nov 27, 2023
1 parent c56d414 commit 1e26ed7
Showing 1 changed file with 67 additions and 1 deletion.
68 changes: 67 additions & 1 deletion perf-Windows/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1701093885097,
"lastUpdate": 1701113077867,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -10820,6 +10820,72 @@ window.BENCHMARK_DATA = {
"extra": "62 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Cristian Dominguez",
"username": "cristiand391"
},
"committer": {
"email": "[email protected]",
"name": "Cristian Dominguez",
"username": "cristiand391"
},
"distinct": true,
"id": "0d1954522ece0bbb4d8447a93003fed6e6fe6173",
"message": "fix: bump jsforce",
"timestamp": "2023-11-27T16:14:41-03:00",
"tree_id": "a439ccc24e9f04dde377b74eeab53da114cba646",
"url": "https://github.com/forcedotcom/sfdx-core/commit/0d1954522ece0bbb4d8447a93003fed6e6fe6173"
},
"date": 1701113060843,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 339471,
"range": "±3.14%",
"unit": "ops/sec",
"extra": "88 samples"
},
{
"name": "Logging a string on root logger",
"value": 869530,
"range": "±5.49%",
"unit": "ops/sec",
"extra": "70 samples"
},
{
"name": "Logging an object on root logger",
"value": 650217,
"range": "±6.14%",
"unit": "ops/sec",
"extra": "70 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 1581,
"range": "±276.45%",
"unit": "ops/sec",
"extra": "5 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 433324,
"range": "±12.16%",
"unit": "ops/sec",
"extra": "67 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 337933,
"range": "±5.45%",
"unit": "ops/sec",
"extra": "66 samples"
}
]
}
]
}
Expand Down

0 comments on commit 1e26ed7

Please sign in to comment.