Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to redirect stdout and stdcerr to a file for xcrun compati…
…bility Summary: XCRun doesn't provide a convenient way to gather logs or know when a program has completed execution. (This is recognized by the dev community: see ios-control/ios-deploy#588 ) We'll solve this by redirecting `stdout` and `stderr` to a file called `/tmp/BENCH_LOG`. Once the benchmark is complete, we'll create an empty file called `/tmp/BENCH_DONE` that we can poll for (let's say, every 5 seconds) to check whether the benchmark has completed. Reviewed By: Jack-Khuu Differential Revision: D53255873
- Loading branch information