We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd11080 commit 511ca95Copy full SHA for 511ca95
1 file changed
tests/performance/stress_nested_shells.ps1
@@ -12,9 +12,11 @@ if ($CurrentDepth -ge $MaxDepth) {
12
Write-Host "Reached depth $CurrentDepth - Running stress test..." -ForegroundColor Green
13
14
# Run the measurement
15
- win-witr win-witr.exe
+ cd D:\a\win-witr\win-witr
16
+ .\win-witr win-witr.exe
17
$result = Measure-Command {
18
+
19
20
}
21
22
Write-Host "Time taken at depth ${CurrentDepth}: $($result.TotalMilliseconds)ms" -ForegroundColor Cyan
0 commit comments