forked from rarias/bscpkgs
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
|
# Normalize the time by the median
|
||||||
D=group_by(df, nblocks, nodesFactor, gitBranch) %>%
|
D=group_by(df, nblocks, nodesFactor, gitBranch) %>%
|
||||||
mutate(tmedian = median(time)) %>%
|
mutate(tmedian = median(time)) %>%
|
||||||
|
mutate(tn = tmedian * nodes) %>%
|
||||||
mutate(tnorm = time / median(time) - 1) %>%
|
mutate(tnorm = time / median(time) - 1) %>%
|
||||||
mutate(bad = max(ifelse(abs(tnorm) >= 0.01, 1, 0))) %>%
|
mutate(bad = max(ifelse(abs(tnorm) >= 0.01, 1, 0))) %>%
|
||||||
ungroup() %>%
|
ungroup() %>%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user