Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2016-12-23 22:02:11 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2017-01-02 17:09:53 +0300
commitf50a3bfe60e88bc614730176fe0ca60a93db30a1 (patch)
treebc567f6d4b02fdcb0c644a037268573d3bc1ab82
parent8f7fb74438424e2c94981037f1e13a9defdbaa1f (diff)
Clarify description of our iteration guidelines
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8bcd2934e..dc2b2f1f4 100644
--- a/README.md
+++ b/README.md
@@ -87,11 +87,11 @@ All design decision should be added here.
## Iterate
-Instead of moving everything to Gitaly and only than optimize performance we'll iterate so we quickly have results
+Instead of moving everything to Gitaly and only then optimize performance we'll iterate so we quickly have results
The iteration process is as follows for every month:
-1. Move a specific set of functions from Rails to Gitaly without modification (needs to happen before release, there is a switch to use either Rails or Gitaly)
+1. Move a specific set of functions from Rails to Gitaly without performance optimizations (needs to happen before release, there is a switch to use either Rails or Gitaly)
1. Measure their original performance
1. Try to improve the performance by reducing reads and/or caching
1. Measure the effect and if warrented try again