@@ -299,47 +299,20 @@ EOF
299
299
wait_for_enter
300
300
}
301
301
302
- explain_and_print_summary () {
303
- read_build_scan_metadata
304
- local text
305
- IFS=' ' read -r -d ' ' text << EOF
306
- The 'Summary' section below captures the configuration of the experiment and the
307
- two build scans that were published as part of running the experiment. The build
308
- scan of the second build is particularly interesting since this is where you can
309
- inspect what tasks were not leveraging Gradle’s incremental build functionality.
310
-
311
- The 'Investigation Quick Links' section below allows quick navigation to the
312
- most relevant views in build scans to investigate what tasks were uptodate and
313
- what tasks executed in the second build, which of those tasks had the biggest
314
- impact on build performance, and what caused those tasks to not be uptodate.
315
-
316
- $( explain_performance_characteristics)
317
-
318
- $( explain_command_to_repeat_experiment)
319
-
320
- $( print_summary)
321
-
322
- $( print_command_to_repeat_experiment)
323
-
324
- $( explain_when_to_rerun_experiment)
325
- EOF
326
- print_wizard_text " ${text} "
327
- }
328
-
329
302
explain_and_print_summary () {
330
303
read_build_scan_metadata
331
304
local text
332
305
if [[ " ${build_scan_publishing_mode} " == " on" ]]; then
333
306
IFS=' ' read -r -d ' ' text << EOF
334
- The ' Summary' section below captures the configuration of the experiment and
307
+ The ‘ Summary’ section below captures the configuration of the experiment and
335
308
the two build scans that were published as part of running the experiment. The
336
309
build scan of the second build is particularly interesting since this is where
337
310
you can inspect what tasks were not leveraging Gradle’s incremental build
338
311
functionality.
339
312
340
313
$( explain_performance_characteristics)
341
314
342
- The ' Investigation Quick Links' section below allows quick navigation to the
315
+ The ‘ Investigation Quick Links’ section below allows quick navigation to the
343
316
most relevant views in build scans to investigate what tasks were up-to-date
344
317
and what tasks executed in the second build, which of those tasks had the
345
318
biggest impact on build performance, and what caused those tasks to not be
0 commit comments