Remove the Performance tracking entry. Erik has done most of it so we

will need to completely new entry referencing his work for any further
bits we want done.
This commit is contained in:
Brooks Davis 2008-03-28 23:19:51 +00:00
parent c79ec0b98e
commit 3c33d98fe8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31760

View file

@ -15,7 +15,7 @@ Ideas//EN"
<ideas>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.78 2008/03/25 06:24:56 joel Exp $
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.79 2008/03/26 22:25:48 rwatson Exp $
</cvs:keyword>
</cvs:keywords>
@ -1894,32 +1894,6 @@ clean.</p>
</desc>
</idea>
<idea id="performancetracking">
<title>Performance tracking</title>
<desc>
<p><strong>Technical contact</strong>: <a
href="mailto:brooks@FreeBSD.org">Brooks Davis</a><br />
<strong>WIP</strong>: <a
href="mailto:erik@cederstrand.dk">Erik Cederstrand</a></p>
<p>The "performance tracking" entry is meant to monitor the
performance of FreeBSD itself over the development time, e.g. someone
makes a change to the kernel and the tracking system is able to show
the performance impact to various subsystems (microbenchmarks) or to
real world applications like apache or mysql (macrobenchmarks). The
tracking system should be able to do this with multiple machines and
multiple configurations (while the goal is not to compare
configurations or machines (but different FreeBSD versions) we would
not mind if it is also able to do this. This does not need to be
implemented from scratch, it is allowed/encouraged to reuse existing
free software.</p>
<p><strong>Requirements</strong>:</p>
<ul>
<li>Access to multiple machines.</li>
</ul>
</desc>
</idea>
<idea id="prebind">
<title>Port prebind from OpenBSD</title>