compbench-web-devel Mailing List for CompBenchmarks (Page 5)
Brought to you by:
xfred
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(19) |
Oct
(16) |
Nov
(29) |
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(38) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Frederic T. <xf...@us...> - 2006-09-26 20:44:35
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv29344 Modified Files: index.cgi Log Message: News updated. Index: index.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/index.cgi,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** index.cgi 26 Sep 2006 20:40:00 -0000 1.24 --- index.cgi 26 Sep 2006 20:44:32 -0000 1.25 *************** *** 32,36 **** <h2>News</h2> <ul> ! <li>2006-09-26 : Web site upgraded. First results from 0.3.0-BETA1 imported.</li> <li>2006-09-20 : First BETA of 0.3.0 testsuite if out. Check it on <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676'>SourceForge download page</a>. New portal'll few online in about two weeks.</li> <li>2006-08-26 : I've decided to rewrite suite in C++, to make it more user friendly. Work in progress.</li> --- 32,36 ---- <h2>News</h2> <ul> ! <li>2006-09-26 : Web site upgraded. First results (+2000) from 0.3.0-BETA1 imported.</li> <li>2006-09-20 : First BETA of 0.3.0 testsuite if out. Check it on <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676'>SourceForge download page</a>. New portal'll few online in about two weeks.</li> <li>2006-08-26 : I've decided to rewrite suite in C++, to make it more user friendly. Work in progress.</li> |
From: Frederic T. <xf...@us...> - 2006-09-26 20:40:04
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27487 Modified Files: index.cgi Log Message: News updated. Index: index.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/index.cgi,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** index.cgi 26 Sep 2006 19:56:14 -0000 1.23 --- index.cgi 26 Sep 2006 20:40:00 -0000 1.24 *************** *** 32,36 **** <h2>News</h2> <ul> ! <li>??? : 0.2.1 suite is out with some new features and benchmarks. Site allows CSV export, improved (raw) data browsing, and brings a new look.</li> <li>2006-09-20 : First BETA of 0.3.0 testsuite if out. Check it on <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676'>SourceForge download page</a>. New portal'll few online in about two weeks.</li> <li>2006-08-26 : I've decided to rewrite suite in C++, to make it more user friendly. Work in progress.</li> --- 32,36 ---- <h2>News</h2> <ul> ! <li>2006-09-26 : Web site upgraded. First results from 0.3.0-BETA1 imported.</li> <li>2006-09-20 : First BETA of 0.3.0 testsuite if out. Check it on <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676'>SourceForge download page</a>. New portal'll few online in about two weeks.</li> <li>2006-08-26 : I've decided to rewrite suite in C++, to make it more user friendly. Work in progress.</li> |
From: Frederic T. <xf...@us...> - 2006-09-26 20:39:47
|
Update of /cvsroot/compbench/compbenchmarks-web/tools In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27466 Modified Files: compbenchmarks-import-file.pl Log Message: Fix on tarball absolute name. Index: compbenchmarks-import-file.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/tools/compbenchmarks-import-file.pl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** compbenchmarks-import-file.pl 26 Sep 2006 20:34:21 -0000 1.16 --- compbenchmarks-import-file.pl 26 Sep 2006 20:39:44 -0000 1.17 *************** *** 286,290 **** } ! $tarball_absolute_name="$LT_TMP_DIR/" . $tarball; $cmd="cd $LT_TMP_DIR && mkdir $current_dir && cd $current_dir && tar xzvf $tarball_absolute_name"; `$cmd`; --- 286,290 ---- } ! $tarball_absolute_name=$tarball; $cmd="cd $LT_TMP_DIR && mkdir $current_dir && cd $current_dir && tar xzvf $tarball_absolute_name"; `$cmd`; |
From: Frederic T. <xf...@us...> - 2006-09-26 20:34:24
|
Update of /cvsroot/compbench/compbenchmarks-web/tools In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25670 Modified Files: compbenchmarks-import-file.pl Log Message: tarball extracted from $LT_TMP_DIR. Index: compbenchmarks-import-file.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/tools/compbenchmarks-import-file.pl,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** compbenchmarks-import-file.pl 26 Sep 2006 20:29:53 -0000 1.15 --- compbenchmarks-import-file.pl 26 Sep 2006 20:34:21 -0000 1.16 *************** *** 286,292 **** } ! $tarball_absolute_name=`pwd`; ! chomp($tarball_absolute_name); ! $tarball_absolute_name.="/" . $tarball; $cmd="cd $LT_TMP_DIR && mkdir $current_dir && cd $current_dir && tar xzvf $tarball_absolute_name"; `$cmd`; --- 286,290 ---- } ! $tarball_absolute_name="$LT_TMP_DIR/" . $tarball; $cmd="cd $LT_TMP_DIR && mkdir $current_dir && cd $current_dir && tar xzvf $tarball_absolute_name"; `$cmd`; |
From: Frederic T. <xf...@us...> - 2006-09-26 20:29:56
|
Update of /cvsroot/compbench/compbenchmarks-web/tools In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv23825 Modified Files: compbenchmarks-import-file.pl Log Message: Correct initialisation. Index: compbenchmarks-import-file.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/tools/compbenchmarks-import-file.pl,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** compbenchmarks-import-file.pl 20 Sep 2006 09:00:18 -0000 1.14 --- compbenchmarks-import-file.pl 26 Sep 2006 20:29:53 -0000 1.15 *************** *** 18,28 **** require "sql.pl"; ! our $LT_GCC_BENCH_HOST = "cbm_host"; ! our $LT_GCC_BENCH_COMPILER = "cbm_compiler"; ! our $LT_GCC_BENCH_PACKAGE = "cbm_package"; ! our $LT_GCC_BENCH_PACKAGE_BENCH = "cbm_package_bench"; ! our $LT_GCC_BENCH_RESULT = "cbm_bench_result"; ! our $LT_GCC_BENCH_ID = "cbm_bench_id"; ! our $LT_TMP_DIR = "../tmp"; # Current IDs for records in tables --- 18,28 ---- require "sql.pl"; ! our $LT_GCC_BENCH_HOST; ! our $LT_GCC_BENCH_COMPILER; ! our $LT_GCC_BENCH_PACKAGE; ! our $LT_GCC_BENCH_PACKAGE_BENCH; ! our $LT_GCC_BENCH_RESULT; ! our $LT_GCC_BENCH_ID; ! our $LT_TMP_DIR; # Current IDs for records in tables |
From: Frederic T. <xf...@us...> - 2006-09-26 20:26:18
|
Update of /cvsroot/compbench/compbenchmarks-web/lib In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv22716 Modified Files: html.pl Log Message: Icons uses $LT_WEB_ICONS. Index: html.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/lib/html.pl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** html.pl 26 Sep 2006 20:23:51 -0000 1.12 --- html.pl 26 Sep 2006 20:26:14 -0000 1.13 *************** *** 17,21 **** our $dbh; our $req = new CGI; ! our $lt_web_icons; our $tab; --- 17,21 ---- our $dbh; our $req = new CGI; ! our $LT_WEB_ICONS; our $tab; *************** *** 104,108 **** my $msg = shift; ! print "<table summary='message'><tr><td valign='middle'><img src='$lt_web_icons/$ico' alt='?'></td><td valign='middle'>$msg</td></tr></table>"; } --- 104,108 ---- my $msg = shift; ! print "<table summary='message'><tr><td valign='middle'><img src='$LT_WEB_ICONS/$ico' alt='?'></td><td valign='middle'>$msg</td></tr></table>"; } |
From: Frederic T. <xf...@us...> - 2006-09-26 20:23:54
|
Update of /cvsroot/compbench/compbenchmarks-web/lib In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv21621 Modified Files: html.pl Log Message: Icons used $lt_web_icons; Modified message if DB unavailable. Index: html.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/lib/html.pl,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** html.pl 19 Sep 2006 21:48:54 -0000 1.11 --- html.pl 26 Sep 2006 20:23:51 -0000 1.12 *************** *** 17,20 **** --- 17,21 ---- our $dbh; our $req = new CGI; + our $lt_web_icons; our $tab; *************** *** 37,41 **** 'content' => 'text/html;charset=iso-8859-1'}, -style=>{-src=>['/css/lt.css']}); ! print "<a href='http://sourceforge.net'>Sourceforge</a> is probably in maintenance for now;<br><a href='http://compbench.sourceforge.net'>CompBenchmarks</a> is actually unavailable.<br>"; print end_html(); exit(0); --- 38,42 ---- 'content' => 'text/html;charset=iso-8859-1'}, -style=>{-src=>['/css/lt.css']}); ! print "<a href='http://sourceforge.net'>Sourceforge</a> or CompBenchmarks database probably in maintenance for now;<br><a href='http://compbench.sourceforge.net'>CompBenchmarks</a> is actually unavailable.<br>"; print end_html(); exit(0); *************** *** 103,107 **** my $msg = shift; ! print "<table summary='message'><tr><td valign='middle'><img src='/icons/$ico' alt='?'></td><td valign='middle'>$msg</td></tr></table>"; } --- 104,108 ---- my $msg = shift; ! print "<table summary='message'><tr><td valign='middle'><img src='$lt_web_icons/$ico' alt='?'></td><td valign='middle'>$msg</td></tr></table>"; } |
From: Frederic T. <xf...@us...> - 2006-09-26 19:56:17
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv11767 Modified Files: doc.cgi index.cgi Log Message: HTML 4.01 compliance. Index: index.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/index.cgi,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** index.cgi 25 Sep 2006 15:45:56 -0000 1.22 --- index.cgi 26 Sep 2006 19:56:14 -0000 1.23 *************** *** 33,37 **** <ul> <li>??? : 0.2.1 suite is out with some new features and benchmarks. Site allows CSV export, improved (raw) data browsing, and brings a new look.</li> ! <li>2006-09-20 : First BETA of 0.3.0 testsuite if out. Check it on <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676'>SourceForge download page</a>. New portal'll few online in about two weeks.</li> <li>2006-08-26 : I've decided to rewrite suite in C++, to make it more user friendly. Work in progress.</li> <li>2005-11-16 : Site updated. New benchmarks suite is coming. 7000+ results in database.</li> --- 33,37 ---- <ul> <li>??? : 0.2.1 suite is out with some new features and benchmarks. Site allows CSV export, improved (raw) data browsing, and brings a new look.</li> ! <li>2006-09-20 : First BETA of 0.3.0 testsuite if out. Check it on <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676'>SourceForge download page</a>. New portal'll few online in about two weeks.</li> <li>2006-08-26 : I've decided to rewrite suite in C++, to make it more user friendly. Work in progress.</li> <li>2005-11-16 : Site updated. New benchmarks suite is coming. 7000+ results in database.</li> Index: doc.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/doc.cgi,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** doc.cgi 25 Sep 2006 15:45:56 -0000 1.24 --- doc.cgi 26 Sep 2006 19:56:14 -0000 1.25 *************** *** 120,129 **** </p> <p>Results use a common format that can be easily interpreted by third party applications. Results can be imported in the <a href='http://www.mysql.org'>MySQL</a> database underlaying this website. ! </p> ! <p>"; ! html_tip("For a more detailled information concerning technical aspects and implementation, see <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=204979'>SourceForge project's documentation download page</a>."); ! print "</p> ! <h2>Requierements</h2> <ul> <li>A C++ Compiler or/and a C compiler (like g++ and gcc from <a href='http://gcc.gnu.org'>GCC</a>), make</li> --- 120,127 ---- </p> <p>Results use a common format that can be easily interpreted by third party applications. Results can be imported in the <a href='http://www.mysql.org'>MySQL</a> database underlaying this website. ! </p>"; ! html_tip("For a more detailled information concerning technical aspects and implementation, see <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=204979'>SourceForge project's documentation download page</a>."); ! print "<h2>Requierements</h2> <ul> <li>A C++ Compiler or/and a C compiler (like g++ and gcc from <a href='http://gcc.gnu.org'>GCC</a>), make</li> *************** *** 173,182 **** <img src='/icons/compbench-config-1.png' alt='screenshot_1'> </p> - <p> "; html_tip("Uses 'Benchmarks information' in main menu to learn more about benchmarks."); ! print "</p> ! <h3>Verifying compilers/options</h3> <p> Choosing 'Compilers and options'; it summarizes which compilers and options are defined in your configurations files : --- 171,178 ---- <img src='/icons/compbench-config-1.png' alt='screenshot_1'> </p> "; html_tip("Uses 'Benchmarks information' in main menu to learn more about benchmarks."); ! print "<h3>Verifying compilers/options</h3> <p> Choosing 'Compilers and options'; it summarizes which compilers and options are defined in your configurations files : |
From: Frederic T. <xf...@us...> - 2006-09-25 15:45:59
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv10891 Modified Files: doc.cgi index.cgi Log Message: Cygwin support notified. Index: index.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/index.cgi,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** index.cgi 24 Sep 2006 16:31:05 -0000 1.21 --- index.cgi 25 Sep 2006 15:45:56 -0000 1.22 *************** *** 21,25 **** </ul> <p> ! For now, I've concentrated my efforts on benchmarking of GCC and espacially on its embedded C and C++ compilers on the Linux/x86 platform, yet support for others languages, compilers or platforms can be added.</p> <p>Of course, interrested people are encouraged to :</p> <ul> --- 21,25 ---- </ul> <p> ! For now, I've concentrated my efforts on benchmarking of GCC and espacially on its embedded C and C++ compilers on the Linux/x86 platform, yet support for others languages, compilers or platforms can be added (Cygwin is supported).</p> <p>Of course, interrested people are encouraged to :</p> <ul> Index: doc.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/doc.cgi,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** doc.cgi 24 Sep 2006 18:18:40 -0000 1.23 --- doc.cgi 25 Sep 2006 15:45:56 -0000 1.24 *************** *** 132,136 **** <li>Internet connection (to download packages)</li> </ul> ! <p>For now, CompilerBenchmarks' suite just supports tcc, gcc and g++ compilers on Linux and has only been tested on i686 and compatible systems. Any help improving that is welcome. </p> <h2>Download</h2> --- 132,136 ---- <li>Internet connection (to download packages)</li> </ul> ! <p>For now, CompilerBenchmarks' suite just supports tcc, gcc and g++ compilers on Linux and Cygwin. Any help improving that is welcome. It has only been tested on i686 and compatible systems. </p> <h2>Download</h2> |
From: Frederic T. <xf...@us...> - 2006-09-24 18:19:03
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv28918 Modified Files: feedback.cgi Log Message: Development mailing lists added. Index: feedback.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/feedback.cgi,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** feedback.cgi 14 Sep 2006 17:34:41 -0000 1.9 --- feedback.cgi 24 Sep 2006 18:18:59 -0000 1.10 *************** *** 25,29 **** <li><a href='http://sourceforge.net/people/?group_id=150828'>Help wanted</a></li> <li><a href='http://sourceforge.net/tracker/?atid=779010&group_id=150828&func=browse'>Feature request</a></li> ! <li><a href='http://sourceforge.net/forum/?group_id=150828'>Forums</a></li> <li>Author ICQ is 307856210, email is <a href='mail:fred\@linuxtribe.org'>fred\@linuxtribe.org</a></li> </ul> --- 25,29 ---- <li><a href='http://sourceforge.net/people/?group_id=150828'>Help wanted</a></li> <li><a href='http://sourceforge.net/tracker/?atid=779010&group_id=150828&func=browse'>Feature request</a></li> ! <li><a href='http://sourceforge.net/forum/?group_id=150828'>Forums</a> and <a href='http://sourceforge.net/mail/?group_id=150828'>development mailing-lists</a></li> <li>Author ICQ is 307856210, email is <a href='mail:fred\@linuxtribe.org'>fred\@linuxtribe.org</a></li> </ul> |
From: Frederic T. <xf...@us...> - 2006-09-24 18:18:44
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv28904 Modified Files: doc.cgi Log Message: Remark about Idle system when benchmarking. Index: doc.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/doc.cgi,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** doc.cgi 20 Sep 2006 16:31:00 -0000 1.22 --- doc.cgi 24 Sep 2006 18:18:40 -0000 1.23 *************** *** 189,193 **** <h3>Benchmarking</h3> <p> ! Choose 'Run benchmarks' from main menu of ./compbenchmarks-config. It'll compile and run all benchmarks using all combinaison of compilers/options you've defined : </p> <p align='center'> --- 189,193 ---- <h3>Benchmarking</h3> <p> ! Keep your system idle (e.g. stop X server). Choose 'Run benchmarks' from main menu of ./compbenchmarks-config. It'll compile and run all benchmarks using all combinaison of compilers/options you've defined : </p> <p align='center'> |
From: Frederic T. <xf...@us...> - 2006-09-24 16:31:09
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv22238 Modified Files: index.cgi Log Message: Updated description. Index: index.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/index.cgi,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** index.cgi 20 Sep 2006 16:44:40 -0000 1.20 --- index.cgi 24 Sep 2006 16:31:05 -0000 1.21 *************** *** 14,24 **** html_init('index'); print "<h2>Welcome</h2> ! <p>This site is an attempt to :</p> <ul> ! <li>provide <a href='/cgi-bin/doc.cgi?tab=package'>a package</a> to <a href='/cgi-bin/doc.cgi?tab=package#usage-download'>ease distribution</a> and <a href='/cgi-bin/doc.cgi?tab=package#usage-eval'>usage</a> of some C/C++ <a href='/cgi-bin/doc.cgi?tab=benchs'>well-known benchmarks</a></li> ! <li>give interrested audience a convenient way to <a href='/cgi-bin/browse.cgi'>browse benchmarks'</a> results through an interactive web interface.</li> </ul> <p> ! For now this site is dedicated to the benchmarking of GCC and espacially its embedded C and C++ compilers on Linux/x86 platform, yet others languages, compilers or platforms could be supported soon.</p> <p>Of course, interrested people are encouraged to :</p> <ul> --- 14,25 ---- html_init('index'); print "<h2>Welcome</h2> ! <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> </ul> <p> ! For now, I've concentrated my efforts on benchmarking of GCC and espacially on its embedded C and C++ compilers on the Linux/x86 platform, yet support for others languages, compilers or platforms can be added.</p> <p>Of course, interrested people are encouraged to :</p> <ul> |