Skip to content

Commit 511ca95

Browse files
uh
ugh
1 parent fd11080 commit 511ca95

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/performance/stress_nested_shells.ps1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ if ($CurrentDepth -ge $MaxDepth) {
1212
Write-Host "Reached depth $CurrentDepth - Running stress test..." -ForegroundColor Green
1313

1414
# Run the measurement
15-
win-witr win-witr.exe
15+
cd D:\a\win-witr\win-witr
16+
.\win-witr win-witr.exe
1617
$result = Measure-Command {
17-
win-witr win-witr.exe
18+
19+
.\win-witr win-witr.exe
1820
}
1921

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

0 commit comments

Comments
 (0)