This commit is contained in:
louisehsu 2025-04-28 14:50:02 -07:00
parent 6276350c5f
commit 89086f089b

View File

@ -1747,7 +1747,8 @@ class CompileTest {
'platform=iOS,arch=arm64',
'-only-testing:BenchmarkTests/BenchmarkTests/testTimeToFirstFrame',
'-resultBundlePath',
'benchmarkResults.xcresult'
'benchmarkResults.xcresult',
'-verbose'
]).then((ProcessResult results) {
print(results.stdout);
});