From ab68d890b4873fee89d5cda3aa9a1b1b6b5fbe71 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Wed, 19 Sep 2007 22:45:00 +0000 Subject: [PATCH] add link to Performance [Imported from Trac: page Dev, version 33] --- Dev.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dev.md b/Dev.md index 6a853b5..87f9610 100644 --- a/Dev.md +++ b/Dev.md @@ -25,7 +25,9 @@ Views into the process of Tahoe hackery. * [/tahoe-figleaf-graph/hanford.allmydata.com-tahoe_figleaf.html This graph] shows how code coverage has changed over time, measuring what percentage of the [allmydata]source:src/allmydata codebase is covered. * [/tahoe-figleaf-graph/hanford.allmydata.com-tahoe_figleaf2.html This one] measures the number of lines that are **not** covered, which gives better resolution than the percentage-wise graph. - * [/tahoe-figleaf-graph/hanford.allmydata.com-tahoe_memstats.html Memory footprint] measures how much memory is consumed during basic upload operations. + * [The Performance page](Performance) has notes about performance measurements. + + * [/tahoe-figleaf-graph/hanford.allmydata.com-tahoe_memstats.html Memory footprint] measures how much memory is consumed during various operations. * [The [TestGrid](TestGrid) page](TestGrid) contains usage statistics about the public test grid.