Skip to content

Commit

Permalink
Fix units in figure
Browse files Browse the repository at this point in the history
  • Loading branch information
manthan787 committed Dec 8, 2017
1 parent 2c9680b commit be6c70b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Fig 3 also shows the delta for shuffle data between both control and plugin benc
tx <- textGrob("Total # of columns", gp = gpar(fontface = 3L, fontsize = 8))
ty <- textGrob("Used # of columns", gp = gpar(fontface = 3L, fontsize = 8), rot=90)
g1 <- show_run_plots("real", metricName="Time", unit="ms", scale=1, round=1, hColor="maroon", showx=F)
g1 <- show_run_plots("real", metricName="Time", unit="s", scale=1, round=1, hColor="maroon", showx=F)
g2 <- show_run_plots("shuffle", metricName="Shuffle", unit="kb ", scale=1024, round=0, hColor="royalblue", showx=T)
g3 <- arrangeGrob(g1, g2, tx, nrow=3, heights = c(10, 10, 1))
Expand Down
Binary file modified Report.pdf
Binary file not shown.

0 comments on commit be6c70b

Please sign in to comment.