Skip to content

Commit fd11080

Browse files
fix: heheherhwrwejhkvbrlwhjvghggjh g ci
1 parent 36f97a1 commit fd11080

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/performance/stress_nested_shells.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ param(
33
[int]$CurrentDepth = 0,
44
[string]$CurrentShell = "powershell"
55
)
6-
6+
cd D:\a\win-witr\win-witr
77
# Ensure win-witr.exe is in PATH or current directory
8-
$exePath = win-witr.exe
8+
99

1010
if ($CurrentDepth -ge $MaxDepth) {
1111
# We've reached max depth - run the actual test
1212
Write-Host "Reached depth $CurrentDepth - Running stress test..." -ForegroundColor Green
1313

1414
# Run the measurement
15-
& $exePath $exePath
15+
win-witr win-witr.exe
1616
$result = Measure-Command {
17-
& $exePath $exePath
17+
win-witr win-witr.exe
1818
}
1919

2020
Write-Host "Time taken at depth ${CurrentDepth}: $($result.TotalMilliseconds)ms" -ForegroundColor Cyan

0 commit comments

Comments
 (0)