aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--thesis/parts/background.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/thesis/parts/background.tex b/thesis/parts/background.tex
index a0326df..77becd6 100644
--- a/thesis/parts/background.tex
+++ b/thesis/parts/background.tex
@@ -148,8 +148,8 @@ As we note above, this scales poorly.
We aim to create a container selection method that addresses both functional and non-functional requirements in a scalable way.
Primrose will be used as the first step, in order to select candidates based on functional requirements.
-We will then collect statistics from user-provided benchmarks, and create cost estimates for each candidate, similar to CollectionSwitch.
-Unlike CollectionSwitch, this will be done offline, rather than as the program is running.
+We will then collect statistics from user-provided benchmarks and create cost estimates for each candidate, similarly to CollectionSwitch.
+Unlike CollectionSwitch, this will be done offline rather than as the program is running.
This will provide an integrated and flexible solution that addresses both functional and non-functional requirements.
We believe no such solution exists in current literature.