Unverified Commit 11afd31c authored by Dan Field's avatar Dan Field Committed by GitHub

one more path (#79419)

parent c3bdd624
...@@ -35,7 +35,8 @@ void main() { ...@@ -35,7 +35,8 @@ void main() {
]); ]);
}); });
final String dataPath = p.join(complexLayoutPath, 'build', 'complex_layout_semantics_perf.json'); final String outputPath = Platform.environment['FLUTTER_TEST_OUTPUTS_DIR'] ?? p.join(complexLayoutPath, 'build');
final String dataPath = p.join(outputPath, 'complex_layout_semantics_perf.json');
return TaskResult.successFromFile(file(dataPath), benchmarkScoreKeys: <String>[ return TaskResult.successFromFile(file(dataPath), benchmarkScoreKeys: <String>[
'initialSemanticsTreeCreation', 'initialSemanticsTreeCreation',
]); ]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment