mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-08-19 05:27:26 +00:00
metrics: report: Fix scaling points for boot chart
The boot 'points' code was accidentally updating the cpu plot (copy and paste error). Correct it to update the correct chart. Signed-off-by: Graham Whaley <graham.whaley@intel.com>
This commit is contained in:
committed by
David Lyle
parent
e73beb18e1
commit
5c9a5df264
@@ -172,7 +172,7 @@ boot_line_plot <- ggplot() +
|
||||
theme(axis.text.x=element_text(angle=90))
|
||||
|
||||
if ( skip_points == 0 ) {
|
||||
cpu_line_plot = cpu_line_plot + geom_point( data=data, aes(count, boot_time, colour=testname, group=dataset), alpha=0.3)
|
||||
boot_line_plot = boot_line_plot + geom_point( data=data, aes(count, boot_time, colour=testname, group=dataset), alpha=0.3)
|
||||
}
|
||||
|
||||
mem_text <- paste("Footprint density statistics")
|
||||
|
||||
Reference in New Issue
Block a user