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:
authorJacob Vosmaer <jacob@gitlab.com>2017-01-25 19:52:38 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-01-25 19:52:38 +0300
commit1c6e879c074e5b9f7d7f711f0160a99a8e97c1fb (patch)
tree3743e2b0b7ece426c717a28b07047c27ca5fb916
parent7025e16af59a5b994462ce06d2a41d827874c5fd (diff)
Rename design/img -> doc/img
-rw-r--r--README.md2
-rw-r--r--doc/img/img/rugged-new-timings.png (renamed from design/img/rugged-new-timings.png)bin263827 -> 263827 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 99c0efac9..e319617b0 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ For GitLab.com the [git access is slow](https://gitlab.com/gitlab-com/infrastruc
When looking at `Rugged::Repository.new` performance data we can see that our P99 spikes up to 30 wall seconds, while the CPU time keeps in the realm of the 15 milliseconds. Pointing at filesystem access as the culprit.
-![rugged.new timings](design/img/rugged-new-timings.png)
+![rugged.new timings](doc/img/rugged-new-timings.png)
Our P99 access time to just create a Rugged::Repository object, which is loading and processing the git objects from disk, spikes over 30 seconds, making it basically unusable. We also saw that just walking through the branches of gitlab-ce requires 2.4 wall seconds.
diff --git a/design/img/rugged-new-timings.png b/doc/img/img/rugged-new-timings.png
index 33e0d7d4b..33e0d7d4b 100644
--- a/design/img/rugged-new-timings.png
+++ b/doc/img/img/rugged-new-timings.png
Binary files differ