microsoft / ADBench

Benchmarking various AD tools.
MIT License
107 stars 40 forks source link

Some run-all.ps1 changes #24

Open tomjaguarpaw opened 5 years ago

tomjaguarpaw commented 5 years ago

We should merge something like https://github.com/awf/autodiff/tree/toelli/run-all. The commit that unredirects stderr should be tidied up a bit.

tomjaguarpaw commented 5 years ago

Perhaps we can capture stderr, add the indent, and output it immediately. I'm not sure how to do that in Powershell.

awf commented 5 years ago

Oddly it's 2>file, e.g. & {write-host "una"; "conor"; write-error "fed"} 2>err.txt >out.txt