From 5c9767e182562b0c2649417c0ec0c15511a54f79 Mon Sep 17 00:00:00 2001 From: Martin Ledvinka Date: Thu, 29 Nov 2018 15:53:55 +0100 Subject: [PATCH] Fixed factual error in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8074183..63d68cf 100644 --- a/README.md +++ b/README.md @@ -104,4 +104,4 @@ The `scripts` folder contains a couple of scripts used to process the resulting The following R scripts expect datasets generated using `transform_performance.py`. * `otm-benchmark-boxplot.R` - generates boxplots visualizing the results for one heap size * `otm-benchmark-scalability.R` - generates scalability line plots for all operations and all supported heap sizes -* `otm-benchmark-stats.R` - generates basic statistics - mean execution time, standard deviation and the 95% quartile \ No newline at end of file +* `otm-benchmark-stats.R` - generates basic statistics - mean execution time, standard deviation and the 95% confidence interval