Skip to content

Commit e8c69a0

Browse files
Enable ANSI colors for win-witr output in performance comparison
Co-authored-by: supervoidcoder <88671013+supervoidcoder@users.noreply.github.com>
1 parent d4c43b6 commit e8c69a0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/perf-compare.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
- name: Run Performance Comparison
8787
shell: pwsh
8888
run: |
89+
# Enable ANSI colors for win-witr C++ output
90+
$env:force_ansi = 1
91+
8992
Write-Host ""
9093
Write-Host "=====================================" -ForegroundColor Cyan
9194
Write-Host "WITR PERFORMANCE COMPARISON" -ForegroundColor Cyan

0 commit comments

Comments
 (0)