summaryrefslogtreecommitdiff
path: root/benchmark/compare.R
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/compare.R')
-rw-r--r--benchmark/compare.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/compare.R b/benchmark/compare.R
index 3f37cad74a..5085f4ea73 100644
--- a/benchmark/compare.R
+++ b/benchmark/compare.R
@@ -47,7 +47,7 @@ statistics = ddply(dat, "name", function(subdat) {
p.value = NA;
confidence = 'NA';
- # Check if there is enough data to calulate the calculate the p-value
+ # Check if there is enough data to calculate the calculate the p-value
if (length(old.rate) > 1 && length(new.rate) > 1) {
# Perform a statistics test to see of there actually is a difference in
# performance.