[Compbench-web-devel] compbenchmarks-web/cgi-bin doc.cgi, 1.30, 1.31 index.cgi, 1.32, 1.33
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2006-11-29 19:28:37
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv8039 Modified Files: doc.cgi index.cgi Log Message: Some links updated. Index: index.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/index.cgi,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** index.cgi 29 Nov 2006 19:18:10 -0000 1.32 --- index.cgi 29 Nov 2006 19:28:30 -0000 1.33 *************** *** 18,22 **** <p>CompBenchmarks is a benchmarking environment for compilers :</p> <ul> ! <li>It provides a <a href='/cgi-bin/doc.cgi?tab=package'>package</a> for <a href='/cgi-bin/doc.cgi?tab=package#usage-download'>downloading</a> and <a href='/cgi-bin/doc.cgi?tab=package#usage-eval'>easing usage</a> of <a href='/cgi-bin/doc.cgi?tab=benchs'>some well-known C/C++ benchmarks</a>,</li> <li>The package allows you to specify compilation options and compilers to use, giving results in a common format,</li> <li>This web-site provides a convenient <a href='/cgi-bin/browse.cgi'>browsing formular</a> to analyse imported benchmarks.</li> --- 18,22 ---- <p>CompBenchmarks is a benchmarking environment for compilers :</p> <ul> ! <li>It provides the <i>compbenchmarks</i> <a href='/cgi-bin/doc.cgi?tab=package&topic=arch'>package</a> for <a href='/cgi-bin/doc.cgi?tab=package&topic=perl-ui#usage-download'>downloading</a> and <a href='/cgi-bin/doc.cgi?tab=package&topic=perl-ui#usage-eval'>easing usage</a> of <a href='/cgi-bin/doc.cgi?tab=benchs'>some well-known C/C++ benchmarks</a>,</li> <li>The package allows you to specify compilation options and compilers to use, giving results in a common format,</li> <li>This web-site provides a convenient <a href='/cgi-bin/browse.cgi'>browsing formular</a> to analyse imported benchmarks.</li> *************** *** 26,30 **** <p>Of course, interrested people are encouraged to :</p> <ul> ! <li><a href='http://sourceforge.net/project/showfiles.php?group_id=150828'>download</a> the benchmarks, <a href='/cgi-bin/doc.cgi?tab=package'>run them</a>, and share them (unregistered volonteers can \n<a href='mailto:fred\@linuxtribe.org?subject=CompilerBenchmarks::Results'>use e-mail</a>)\n</li> <li><a href='mailto:fred\@linuxtribe.org?subject=CompilerBenchmarks::New_account'>ask for an account</a> to directly send results to the database</li> <li>or help me in improving either portal or benchmark suite</li> --- 26,30 ---- <p>Of course, interrested people are encouraged to :</p> <ul> ! <li><a href='/cgi-bin/downloads.cgi'>download</a> the <i>compbenchmarks</i> suite, <a href='/cgi-bin/doc.cgi?tab=package&topic=perl-ui'>run them</a>, and share them (unregistered volonteers can \n<a href='mailto:fred\@linuxtribe.org?subject=CompilerBenchmarks::Results'>use e-mail</a>)\n</li> <li><a href='mailto:fred\@linuxtribe.org?subject=CompilerBenchmarks::New_account'>ask for an account</a> to directly send results to the database</li> <li>or help me in improving either portal or benchmark suite</li> Index: doc.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/doc.cgi,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** doc.cgi 29 Nov 2006 19:05:48 -0000 1.30 --- doc.cgi 29 Nov 2006 19:28:30 -0000 1.31 *************** *** 131,137 **** <a href='/cgi-bin/doc.cgi?tab=benchs'>some well-known benchmarks and applications</a>. It provides a single interface to :</p> <ul> ! <li><a href='/cgi-bin/doc.cgi?tab=package&topic=start#usage-download!!!'>download packages and benchmarks</a></li> ! <li><a href='/cgi-bin/doc.cgi?tab=package&topic=start#usage-compile!!!'>configure and compile</a> them (with arbitrary C/C++ compilers and optimisation options)</li> ! <li><a href='/cgi-bin/doc.cgi?tab=package&topic=start#usage-eval!!!'>evaluate them</a>, and store results in a common format. Results can also be imported in <a href='/cgi-bin/browse.cgi'>official database</a>.</li> </ul>"; print "<h3>Architecture</h3> --- 131,137 ---- <a href='/cgi-bin/doc.cgi?tab=benchs'>some well-known benchmarks and applications</a>. It provides a single interface to :</p> <ul> ! <li><a href='/cgi-bin/doc.cgi?tab=package&topic=perl-ui#usage-download'>download packages and benchmarks</a></li> ! <li><a href='/cgi-bin/doc.cgi?tab=package&topic=perl-ui#usage-compile'>configure and compile</a> them (with arbitrary C/C++ compilers and optimisation options)</li> ! <li><a href='/cgi-bin/doc.cgi?tab=package&topic=perl-ui#usage-eval'>evaluate them</a>, and store results in a common format. Results can also be imported in <a href='/cgi-bin/browse.cgi'>official database</a>.</li> </ul>"; print "<h3>Architecture</h3> |