diff --git a/metrics/report/report_dockerfile/tidy_scaling.R b/metrics/report/report_dockerfile/tidy_scaling.R index 3e56d99..04eb9e5 100755 --- a/metrics/report/report_dockerfile/tidy_scaling.R +++ b/metrics/report/report_dockerfile/tidy_scaling.R @@ -190,13 +190,13 @@ for (currentdir in resultdirs) { "avg_inode"=round(inodetotal/num_pods, 4) ) inodestats=rbind(inodestats, local_inodes) - } - # And collect up our rows into our global table of all results - # These two tables *should* be the source of all the data we need to - # process and plot (apart from the stats....) - bootdata=rbind(bootdata, local_bootdata, make.row.names=FALSE) - nodedata=rbind(nodedata, local_nodedata, make.row.names=FALSE) + # And collect up our rows into our global table of all results + # These two tables *should* be the source of all the data we need to + # process and plot (apart from the stats....) + bootdata=rbind(bootdata, local_bootdata, make.row.names=FALSE) + nodedata=rbind(nodedata, local_nodedata, make.row.names=FALSE) + } } }