metrics: report: switch scaling to tidy R

Switch the rendering of the scaling page to use the tidy R version.

Signed-off-by: Graham Whaley <graham.whaley@intel.com>
This commit is contained in:
Graham Whaley
2019-08-21 14:50:43 +01:00
committed by David Lyle
parent ba52442d0c
commit d3cab6b06e
@@ -35,8 +35,8 @@ and more idle `busybox` pods on a single node Kubernetes cluster.
> Note: CPU % is measured as a system whole - 100% represents *all* CPUs on the node.
```{r, echo=FALSE, fig.cap="K8S scaling"}
source('scaling.R')
```{r, echo=FALSE, fig.cap="K8S scaling", results='asis'}
source('tidy_scaling.R')
```
\pagebreak