summaryrefslogtreecommitdiff
path: root/doc/bugs/Stress_test
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <joey@web>2013-04-24 17:26:39 +0000
committerGravatar admin <admin@branchable.com>2013-04-24 17:26:39 +0000
commit0c522e866df184653c6228e2a57a6db33825a0ea (patch)
treee3e547b1932c46f236eb03850154128e8d951caf /doc/bugs/Stress_test
parent39836ff09bc35c6719ebef22acbab739285f86ac (diff)
Added a comment
Diffstat (limited to 'doc/bugs/Stress_test')
-rw-r--r--doc/bugs/Stress_test/comment_6_1371562e201393986cd41597f6f288cb._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/Stress_test/comment_6_1371562e201393986cd41597f6f288cb._comment b/doc/bugs/Stress_test/comment_6_1371562e201393986cd41597f6f288cb._comment
new file mode 100644
index 000000000..26f14ef09
--- /dev/null
+++ b/doc/bugs/Stress_test/comment_6_1371562e201393986cd41597f6f288cb._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ nickname="joey"
+ subject="comment 6"
+ date="2013-04-24T17:26:39Z"
+ content="""
+I put in a further change to reduce the number of alerts shown in the webapp when bulk adding files. This probably quadrupled the speed or more, even when the webapp was not running, as updating an alert every time a file was added was a lot of unnecessary work.
+
+After these changes, it adds the first 10 thousand files in 35 minutes, on my five year old netbook. It should scale linear
+(aside from git's own scalability issues with a lot of files, which I don't think are very bad under 1 million files),
+so adding all 100 thousand files should take 6 hours or so.
+
+I'm interested to see what results you get, compared with before..
+"""]]