tracify and/or relativize links

[Imported from Trac: page Performance, version 41]
zooko 2013-12-25 18:56:21 +00:00
parent dc7c19289a
commit ebd74d4e64

@ -6,27 +6,27 @@ Here are two tickets about building automation to measure and display performanc
In late 2010 Kyle Markley did some benchmarking of what were then the release candidates for Tahoe-LAFS v1.8.0. This helped us catch two major performance regressions in Brian's New Downloader and helped make Tahoe-LAFS v1.8.0 into an excellent new release (see epic ticket #1170 for mind-numbing details). Kyle also contributed code for his benchmarking scripts (in Perl), but nobody to my knowledge has yet tried to re-use that script. In late 2010 Kyle Markley did some benchmarking of what were then the release candidates for Tahoe-LAFS v1.8.0. This helped us catch two major performance regressions in Brian's New Downloader and helped make Tahoe-LAFS v1.8.0 into an excellent new release (see epic ticket #1170 for mind-numbing details). Kyle also contributed code for his benchmarking scripts (in Perl), but nobody to my knowledge has yet tried to re-use that script.
* <http://tahoe-lafs.org/pipermail/tahoe-dev/2010-July/004776.html> * [//pipermail/tahoe-dev/2010-July/004776.html]
* <http://tahoe-lafs.org/pipermail/tahoe-dev/2010-July/004781.html> * [//pipermail/tahoe-dev/2010-July/004781.html]
* <http://tahoe-lafs.org/pipermail/tahoe-dev/2010-July/004782.html> * [//pipermail/tahoe-dev/2010-July/004782.html]
* <http://tahoe-lafs.org/pipermail/tahoe-dev/2010-July/004838.html> * [//pipermail/tahoe-dev/2010-July/004838.html]
* <http://tahoe-lafs.org/pipermail/tahoe-dev/2010-August/004853.html> * [//pipermail/tahoe-dev/2010-August/004853.html]
* <http://tahoe-lafs.org/pipermail/tahoe-dev/2010-August/004985.html> * [//pipermail/tahoe-dev/2010-August/004985.html]
* <http://tahoe-lafs.org/pipermail/tahoe-dev/2010-August/005007.html> * [//pipermail/tahoe-dev/2010-August/005007.html]
* <http://tahoe-lafs.org/pipermail/tahoe-dev/2010-August/005011.html> * [//pipermail/tahoe-dev/2010-August/005011.html]
* <http://tahoe-lafs.org/pipermail/tahoe-dev/2010-September/005155.html> * [//pipermail/tahoe-dev/2010-September/005155.html]
* <http://tahoe-lafs.org/pipermail/tahoe-dev/2010-September/005162.html> * [//pipermail/tahoe-dev/2010-September/005162.html]
We also experimented with different segment sizes and immutable uploader pipeline depths, and the results tentatively confirmed that the current segment size (128 KiB) and immutable uploader pipeline depth (50,000 B) were better on both of Kyle's networks than any of the alternatives that Kyle tried. We also experimented with different segment sizes and immutable uploader pipeline depths, and the results tentatively confirmed that the current segment size (128 KiB) and immutable uploader pipeline depth (50,000 B) were better on both of Kyle's networks than any of the alternatives that Kyle tried.
Along the way Terrell Russell did some benchmarking and contributed a bash script which I used several times during the process: Along the way Terrell Russell did some benchmarking and contributed a bash script which I used several times during the process:
* <http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1170#comment:81> * [comment:121256](/tahoe-lafs/trac-2024-07-25/issues/1170#issuecomment-121256)
At about the same time Nathan Eisenberg of Atlas Networks did a couple of manual benchmarks: At about the same time Nathan Eisenberg of Atlas Networks did a couple of manual benchmarks:
* <http://tahoe-lafs.org/pipermail/tahoe-dev/2010-August/004929.html> * [//pipermail/tahoe-dev/2010-August/004929.html]
* <http://tahoe-lafs.org/pipermail/tahoe-dev/2010-August/004930.html> * [//pipermail/tahoe-dev/2010-August/004930.html]
Also François Deppierraz has run a few benchmarks. (Can't find a link to his results.) Also François Deppierraz has run a few benchmarks. (Can't find a link to his results.)