Skip to content

Commit d514398

Browse files
committed
Always print performance characteristics
1 parent 19aee1e commit d514398

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

components/scripts/gradle/01-validate-incremental-building.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,16 +164,14 @@ fetch_build_cache_metrics() {
164164

165165
# Overrides info.sh#print_performance_metrics
166166
print_performance_metrics() {
167-
if [[ "$build_scan_publishing_mode" == "on" ]]; then
168-
print_performance_characteristics
169-
fi
167+
print_performance_characteristics
170168
}
171169

172170
# Overrides info.sh#print_performance_characteristics
173171
print_performance_characteristics() {
174-
print_performance_characteristics_header
172+
print_performance_characteristics_header
175173

176-
print_realized_build_time_savings
174+
print_realized_build_time_savings
177175
}
178176

179177
print_quick_links() {

0 commit comments

Comments
 (0)