Skip to content

Commit ac17834

Browse files
author
github-action-benchmark
committed
add Logger Benchmarks - windows-latest (benchmarkjs) benchmark result for 893234d
1 parent b25d9e7 commit ac17834

1 file changed

Lines changed: 67 additions & 1 deletion

File tree

perf-Windows/data.js

Lines changed: 67 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1786375564183,
2+
"lastUpdate": 1786477951492,
33
"repoUrl": "https://github.com/forcedotcom/sfdx-core",
44
"entries": {
55
"Logger Benchmarks - windows-latest": [
@@ -43028,6 +43028,72 @@ window.BENCHMARK_DATA = {
4302843028
"extra": "63 samples"
4302943029
}
4303043030
]
43031+
},
43032+
{
43033+
"commit": {
43034+
"author": {
43035+
"email": "willieruemmele@gmail.com",
43036+
"name": "Willie Ruemmele",
43037+
"username": "WillieRuemmele"
43038+
},
43039+
"committer": {
43040+
"email": "willieruemmele@gmail.com",
43041+
"name": "Willie Ruemmele",
43042+
"username": "WillieRuemmele"
43043+
},
43044+
"distinct": true,
43045+
"id": "893234d78aaca4dd0ca0ea2545031a0fb16eb1fb",
43046+
"message": "fix: prevent poisoned sfdcLoginUrl from surviving in cache after validation failure\n\nresolveProjectConfig() assigned to this.projectConfig before running URL\nvalidation. If validation threw, subsequent callers would skip the guard\n(cache already populated) and return the malicious URL.\n\nBuild the config in a local variable and only assign to the cache after\nall validation passes.",
43047+
"timestamp": "2026-08-11T13:43:57-06:00",
43048+
"tree_id": "a46d302174633b56196b0f64ea7aca83b225ea4b",
43049+
"url": "https://github.com/forcedotcom/sfdx-core/commit/893234d78aaca4dd0ca0ea2545031a0fb16eb1fb"
43050+
},
43051+
"date": 1786477899708,
43052+
"tool": "benchmarkjs",
43053+
"benches": [
43054+
{
43055+
"name": "Child logger creation",
43056+
"value": 466868,
43057+
"range": "±1.21%",
43058+
"unit": "ops/sec",
43059+
"extra": "92 samples"
43060+
},
43061+
{
43062+
"name": "Logging a string on root logger",
43063+
"value": 125525,
43064+
"range": "±180.54%",
43065+
"unit": "ops/sec",
43066+
"extra": "47 samples"
43067+
},
43068+
{
43069+
"name": "Logging an object on root logger",
43070+
"value": 792640,
43071+
"range": "±24.90%",
43072+
"unit": "ops/sec",
43073+
"extra": "59 samples"
43074+
},
43075+
{
43076+
"name": "Logging an object with a message on root logger",
43077+
"value": 36940,
43078+
"range": "±182.71%",
43079+
"unit": "ops/sec",
43080+
"extra": "34 samples"
43081+
},
43082+
{
43083+
"name": "Logging an object with a redacted prop on root logger",
43084+
"value": 623312,
43085+
"range": "±10.34%",
43086+
"unit": "ops/sec",
43087+
"extra": "68 samples"
43088+
},
43089+
{
43090+
"name": "Logging a nested 3-level object on root logger",
43091+
"value": 447189,
43092+
"range": "±10.46%",
43093+
"unit": "ops/sec",
43094+
"extra": "63 samples"
43095+
}
43096+
]
4303143097
}
4303243098
]
4303343099
}

0 commit comments

Comments
 (0)