nbody: fix indentation in baseline R script
This commit is contained in:
parent
133ef50bb4
commit
26ab2d9bbd
@ -43,6 +43,7 @@ df$gitBranch = as.factor(df$gitBranch)
|
||||
# Normalize the time by the median
|
||||
D=group_by(df, nblocks, nodesFactor, gitBranch) %>%
|
||||
mutate(tmedian = median(time)) %>%
|
||||
mutate(tn = tmedian * nodes) %>%
|
||||
mutate(tnorm = time / median(time) - 1) %>%
|
||||
mutate(bad = max(ifelse(abs(tnorm) >= 0.01, 1, 0))) %>%
|
||||
ungroup() %>%
|
||||
|
Loading…
Reference in New Issue
Block a user