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 a57f79f
  • Loading branch information
github-action-benchmark committed Nov 10, 2023
1 parent d76249b commit 4db9a40
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": 1699627140522,
"lastUpdate": 1699631027805,
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
"entries": {
"Logger Benchmarks - windows-latest": [
Expand Down Expand Up @@ -9236,6 +9236,72 @@ window.BENCHMARK_DATA = {
"extra": "74 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Shane McLaughlin",
"username": "mshanemc"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "a57f79f8d1342d1dbd66f2ae91e3ffc4e712eb2a",
"message": "Merge pull request #982 from forcedotcom/sm/dev-scripts\n\nrefactor: dev-scripts",
"timestamp": "2023-11-10T09:37:47-06:00",
"tree_id": "e6fa34f4467fb957a376a0ea0099bc0efb9f5649",
"url": "https://github.com/forcedotcom/sfdx-core/commit/a57f79f8d1342d1dbd66f2ae91e3ffc4e712eb2a"
},
"date": 1699631010562,
"tool": "benchmarkjs",
"benches": [
{
"name": "Child logger creation",
"value": 170635,
"range": "±1.63%",
"unit": "ops/sec",
"extra": "83 samples"
},
{
"name": "Logging a string on root logger",
"value": 394456,
"range": "±19.31%",
"unit": "ops/sec",
"extra": "53 samples"
},
{
"name": "Logging an object on root logger",
"value": 305057,
"range": "±18.81%",
"unit": "ops/sec",
"extra": "60 samples"
},
{
"name": "Logging an object with a message on root logger",
"value": 161573,
"range": "±19.58%",
"unit": "ops/sec",
"extra": "37 samples"
},
{
"name": "Logging an object with a redacted prop on root logger",
"value": 186822,
"range": "±21.99%",
"unit": "ops/sec",
"extra": "53 samples"
},
{
"name": "Logging a nested 3-level object on root logger",
"value": 134173,
"range": "±22.19%",
"unit": "ops/sec",
"extra": "43 samples"
}
]
}
]
}
Expand Down

0 comments on commit 4db9a40

Please sign in to comment.