compbench-web-devel Mailing List for CompBenchmarks (Page 4)
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-11-28 21:48:03
|
Update of /cvsroot/compbench/compbenchmarks-web/lib In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv24151 Added Files: topic.pl Log Message: First import. --- NEW FILE: topic.pl --- # ----------------------------------------------------------------------------- # $Id: topic.pl,v 1.1 2006/11/28 21:47:55 xfred Exp $ # # This is free software. # For details, see the GNU Public License in the COPYING file, or # Look http://www.fsf.org # ----------------------------------------------------------------------------- use strict; our $topic; our $tab; our $req; sub topic_start_former { my $topics = shift; my $order = shift; my $first = 1; if (!defined($topic)) { $topic=$order->[0]; } print "<table class='topic'><tr>"; print "<td class='topic_active'>Topic : </td>"; foreach(@{$order}) { if ($topic ne $_) { print "<td class='topic_inactive'>"; } else { print "<td class='topic_active'>"; } if (! $first) { print " </td>"; if ($topic ne $_) { print "<td class='topic_inactive'>"; } else { print "<td class='topic_active'>"; } } print "<a href='?tab=$tab&topic=$_'>$topics->{$_}</a></td></tr>"; $first=0; } print "</table>"; print "<h2>$topics->{$topic}</h2>"; } sub topic_start { my $topics = shift; my $order = shift; my $first = 1; if (!defined($topic)) { $topic=$order->[0]; } print "<table class='topic' width='100%'><tr><td><table><tr>"; foreach(@{$order}) { if ($topic ne $_) { print "<td class='topic_inactive'>"; } else { print "<td class='topic_active'><b>"; } print "<a href='?tab=$tab&topic=$_'>$topics->{$_}</a>"; if ($topic eq $_) { print "</b>"; } print "</td>"; } print "</tr></table></td>"; print "</tr></table>"; } 1; |
From: Frederic T. <xf...@us...> - 2006-11-28 17:18:44
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13896 Modified Files: doc.cgi Log Message: s/compbenchmarks-config/compbenchmarks-ui-perl/g Index: doc.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/doc.cgi,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** doc.cgi 1 Oct 2006 19:21:59 -0000 1.27 --- doc.cgi 28 Nov 2006 17:18:39 -0000 1.28 *************** *** 118,122 **** print "<h2>Presentation</h2> <p> ! A simple benchmarks' suite has been developed to integrate some of the <a href='/cgi-bin/doc.cgi?tab=benchs'>well-known benchmarks and applications</a>, providing a simple interface to <a href='#usage-download'>download</a>, <a href='#usage-compile'>compile</a> and <a href='#usage-eval'>evaluate</a> generated binaries more conveniently, according to customizable parameters. </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. --- 118,122 ---- print "<h2>Presentation</h2> <p> ! A simple benchmarks' suite, the <i>compbenchmarks</i> package, has been developped to integrate some of the <a href='/cgi-bin/doc.cgi?tab=benchs'>well-known benchmarks and applications</a>, providing a simple interface to <a href='#usage-download'>download</a>, <a href='#usage-compile'>compile</a> and <a href='#usage-eval'>evaluate</a> generated binaries more conveniently, according to customizable parameters. </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. *************** *** 153,157 **** <p>For a quick start, you may run :</p> <ul> ! <li>./compbenchmarks-config , it'll detect your C compilers and create basic configurations files</li> <li>Quit the application</li> <li>In ~/.compbenchmarks/Configuration, take a look at default-C-compilers and default-C-compilers-options</li> --- 153,157 ---- <p>For a quick start, you may run :</p> <ul> ! <li>./compbenchmarks-ui-perl , it'll detect your C compilers and create basic configurations files</li> <li>Quit the application</li> <li>In ~/.compbenchmarks/Configuration, take a look at default-C-compilers and default-C-compilers-options</li> *************** *** 159,163 **** <a name='usage-download'></a><h3>Package installation</h3> <p> ! Run ./compbenchmarks-config and choose 'Manage package'. Select supported packages/benchmarks you want to install, and choose 'OK' : </p> <p align='center'> --- 159,163 ---- <a name='usage-download'></a><h3>Package installation</h3> <p> ! Run ./compbenchmarks-ui-perl and choose 'Manage package'. Select supported packages/benchmarks you want to install, and choose 'OK' : </p> <p align='center'> *************** *** 185,189 **** <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'> --- 185,189 ---- <h3>Benchmarking</h3> <p> ! Keep your system idle (e.g. stop X server). Choose 'Run benchmarks' from main menu of ./compbenchmarks-ui-perl. It'll compile and run all benchmarks using all combinaison of compilers/options you've defined : </p> <p align='center'> *************** *** 193,197 **** <img src='$LT_WEB_ICONS/compbench-config-4.png' alt='screenshot_4'> </p> ! <p>./compbenchmarks-config proposes resuming of interrupted benchmark session :</p> <p align='center'> <img src='$LT_WEB_ICONS/compbench-config-5.png' alt='screenshot_5'> --- 193,197 ---- <img src='$LT_WEB_ICONS/compbench-config-4.png' alt='screenshot_4'> </p> ! <p>./compbenchmarks-ui-perl proposes resuming of interrupted benchmark session :</p> <p align='center'> <img src='$LT_WEB_ICONS/compbench-config-5.png' alt='screenshot_5'> |
From: Frederic T. <xf...@us...> - 2006-10-12 16:36:28
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14746 Modified Files: index.cgi Log Message: 0.3.2 out. Index: index.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/index.cgi,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** index.cgi 4 Oct 2006 18:06:02 -0000 1.30 --- index.cgi 12 Oct 2006 16:36:25 -0000 1.31 *************** *** 32,35 **** --- 32,36 ---- <h2>News</h2> <ul> + <li>2006-10-21 : 0.3.2 released (<a href='http://sourceforge.net/project/shownotes.php?release_id=454947&group_id=150828'>Changes</a>, <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676&release_id=454947'>download section</a>). Almost 9000+ results in database.</li> <li>2006-10-04 : 0.3.1 released (<a href='http://sourceforge.net/project/shownotes.php?release_id=452844&group_id=150828'>Changes</a>, <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676&release_id=452844'>download section</a>). 4500+ more results imported.</li> <li>2006-09-27 : CompBenchmarks suite 0.3.0 is out (<a href='http://sourceforge.net/project/shownotes.php?release_id=450931&group_id=150828'>Changes</a>, <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676&release_id=450931'>download section</a>)</li> |
From: Frederic T. <xf...@us...> - 2006-10-10 18:15:14
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv3504 Modified Files: feedback.cgi Log Message: FM page. Index: feedback.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/feedback.cgi,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** feedback.cgi 4 Oct 2006 16:13:45 -0000 1.12 --- feedback.cgi 10 Oct 2006 18:15:08 -0000 1.13 *************** *** 34,37 **** --- 34,40 ---- <li><a href='http://sourceforge.net/pm/?group_id=150828'>Ongoing and planned tasks</a></li> <li><a href='http://sourceforge.net/project/stats/?group_id=150828&ugn=compbench'>Statistics</a></li> + </ul> + <ul> + <li><a href='http://freshmeat.net/projects/compbench/'>Dedicated page</a> on Freshmeat</li> </ul>"; } elsif ($tab eq 'bugs') { |
From: Frederic T. <xf...@us...> - 2006-10-10 17:21:07
|
Update of /cvsroot/compbench/compbenchmarks-web/tools In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv15684 Modified Files: validate.pl Log Message: browse.cgi validated with tab browse. Index: validate.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/tools/validate.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** validate.pl 20 Sep 2006 08:59:11 -0000 1.3 --- validate.pl 10 Oct 2006 17:21:03 -0000 1.4 *************** *** 76,79 **** --- 76,80 ---- 'admin.cgi?tab=backup', 'browse.cgi', + 'browse.cgi?tab=browse', 'browse.cgi?tab=export', 'browse.cgi?tab=usage' |
From: Frederic T. <xf...@us...> - 2006-10-10 17:20:20
|
Update of /cvsroot/compbench/compbenchmarks-web/lib In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv15643 Modified Files: interface.pl Log Message: <img/> replaced by <img> on SF logo. Index: interface.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/lib/interface.pl,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** interface.pl 1 Oct 2006 19:24:10 -0000 1.25 --- interface.pl 10 Oct 2006 17:20:16 -0000 1.26 *************** *** 334,338 **** if ($LT_WEB_SFLOGO) { ! print "<a href=\"http://sourceforge.net\"><img src=\"http://sourceforge.net/sflogo.php?group_id=150828&type=1\" width=\"88\" height=\"31\" border=\"0\" alt=\"SourceForge.net Logo\" /></a>"; } print "</td></tr>"; --- 334,338 ---- if ($LT_WEB_SFLOGO) { ! print "<a href=\"http://sourceforge.net\"><img src=\"http://sourceforge.net/sflogo.php?group_id=150828&type=1\" width=\"88\" height=\"31\" border=\"0\" alt=\"SourceForge.net Logo\"></a>"; } print "</td></tr>"; |
From: Frederic T. <xf...@us...> - 2006-10-10 17:18:06
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14545 Modified Files: browse.cgi Log Message: Compiler version is not displayed twice anymore. Index: browse.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/browse.cgi,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** browse.cgi 10 Oct 2006 17:03:04 -0000 1.32 --- browse.cgi 10 Oct 2006 17:18:02 -0000 1.33 *************** *** 298,302 **** while ( @current = ($sth->fetchrow_array())) { ! $result="$current[0] $current[1]"; } --- 298,302 ---- while ( @current = ($sth->fetchrow_array())) { ! $result="$current[0]"; } |
From: Frederic T. <xf...@us...> - 2006-10-10 17:03:10
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv9378 Modified Files: browse.cgi Log Message: Keep context when browsing raw data. Index: browse.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/browse.cgi,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** browse.cgi 26 Sep 2006 21:06:19 -0000 1.31 --- browse.cgi 10 Oct 2006 17:03:04 -0000 1.32 *************** *** 305,308 **** --- 305,324 ---- } + sub display_raw_itemselection_str { + my @selections = split(' ', $LT_ENV{browse_item_values}); + my $i = 1; + my $str = ""; + + if (@selections+0) { + $i=1; + foreach(@selections) { + $str.="value_$i=$_&"; + $i++; + } + } + return($str); + } + + sub display_raw_results_page_info { my $n = shift; *************** *** 311,314 **** --- 327,331 ---- my $pages = sprintf("%d", ($n/$DISPLAY_RAW_RESULTS_PER_PAGE)); + my $display_str = ""; *************** *** 322,325 **** --- 339,343 ---- } } + $display_str.="&" . display_raw_itemselection_str(); if (!$pages) { |
From: Frederic T. <xf...@us...> - 2006-10-10 16:47:11
|
Update of /cvsroot/compbench/compbenchmarks-web/tools In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv3190 Modified Files: compbenchmarks-import-file.pl Log Message: Duplicate results are now computed using (among other things) their index in entry files. Warns on bad syntax. Index: compbenchmarks-import-file.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/tools/compbenchmarks-import-file.pl,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** compbenchmarks-import-file.pl 4 Oct 2006 15:32:42 -0000 1.18 --- compbenchmarks-import-file.pl 10 Oct 2006 16:47:04 -0000 1.19 *************** *** 49,53 **** sub cbmc_result_duplicate { my $r = shift; ! my $str = "ts=$INDEX_TIMESTAMP\n"; my $cmd5; foreach(keys %{$r}) { --- 49,54 ---- sub cbmc_result_duplicate { my $r = shift; ! my $idx = shift; ! my $str = "ts=$INDEX_TIMESTAMP\nidx=$idx\n"; my $cmd5; foreach(keys %{$r}) { *************** *** 63,66 **** --- 64,68 ---- } + # Duplicated in compbenchmarks-import.pl sub cbmc_file_parse { my $filename = shift; *************** *** 101,105 **** print "\n"; } ! } sub cbmc_object_import { --- 103,107 ---- print "\n"; } ! } sub cbmc_object_import { *************** *** 211,214 **** --- 213,217 ---- @objects=@index; push(@objects, @results); + my $idx = 0; my $o; *************** *** 225,234 **** my ($table, $check, $request) = cbmc_object_import($o); my $exists = 0; ! if ($type ne 'result') { ! $exists=sql_select_single($dbh, $table, "count(*)", "$check"); } else { my $x; ! ($x, $result_id_insert_request)=cbmc_result_duplicate($o); if ($x) { $result_record_not_inserted++; --- 228,245 ---- my ($table, $check, $request) = cbmc_object_import($o); my $exists = 0; ! $idx++; if ($type ne 'result') { ! if (!defined($check)) { ! $exists=1; ! cbmc_warning("Syntax/interpretation error :"); ! foreach(keys %{$o}) { ! cbmc_warning(" ERROR / $_ -> $o->{$_}"); ! } ! } else { ! $exists=sql_select_single($dbh, $table, "count(*)", "$check"); ! } } else { my $x; ! ($x, $result_id_insert_request)=cbmc_result_duplicate($o, $idx); if ($x) { $result_record_not_inserted++; *************** *** 271,275 **** } } - sql_disconnect($dbh); } --- 282,285 ---- |
From: Frederic T. <xf...@us...> - 2006-10-04 18:06:12
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18665 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.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** index.cgi 4 Oct 2006 17:23:46 -0000 1.29 --- index.cgi 4 Oct 2006 18:06:02 -0000 1.30 *************** *** 32,36 **** <h2>News</h2> <ul> ! <li>2006-10-04 : 0.3.1 released (<a href='http://sourceforge.net/project/shownotes.php?release_id=452844&group_id=150828'>Changes</a>, <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676&release_id=452844'>download section</a>). 6000+ more results imported for !!! compilers; 4500+ new results imported.</li> <li>2006-09-27 : CompBenchmarks suite 0.3.0 is out (<a href='http://sourceforge.net/project/shownotes.php?release_id=450931&group_id=150828'>Changes</a>, <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676&release_id=450931'>download section</a>)</li> <li>2006-09-26 : Web site upgraded. First results (1800) from 0.3.0-BETA1 imported.</li> --- 32,36 ---- <h2>News</h2> <ul> ! <li>2006-10-04 : 0.3.1 released (<a href='http://sourceforge.net/project/shownotes.php?release_id=452844&group_id=150828'>Changes</a>, <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676&release_id=452844'>download section</a>). 4500+ more results imported.</li> <li>2006-09-27 : CompBenchmarks suite 0.3.0 is out (<a href='http://sourceforge.net/project/shownotes.php?release_id=450931&group_id=150828'>Changes</a>, <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676&release_id=450931'>download section</a>)</li> <li>2006-09-26 : Web site upgraded. First results (1800) from 0.3.0-BETA1 imported.</li> |
From: Frederic T. <xf...@us...> - 2006-10-04 17:23:49
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1579 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.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** index.cgi 1 Oct 2006 19:23:08 -0000 1.28 --- index.cgi 4 Oct 2006 17:23:46 -0000 1.29 *************** *** 32,35 **** --- 32,36 ---- <h2>News</h2> <ul> + <li>2006-10-04 : 0.3.1 released (<a href='http://sourceforge.net/project/shownotes.php?release_id=452844&group_id=150828'>Changes</a>, <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676&release_id=452844'>download section</a>). 6000+ more results imported for !!! compilers; 4500+ new results imported.</li> <li>2006-09-27 : CompBenchmarks suite 0.3.0 is out (<a href='http://sourceforge.net/project/shownotes.php?release_id=450931&group_id=150828'>Changes</a>, <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676&release_id=450931'>download section</a>)</li> <li>2006-09-26 : Web site upgraded. First results (1800) from 0.3.0-BETA1 imported.</li> |
From: Frederic T. <xf...@us...> - 2006-10-04 16:14:36
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv6501 Modified Files: links.cgi Log Message: Use URL of archived Bench++ site. Index: links.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/links.cgi,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** links.cgi 19 Sep 2006 17:39:35 -0000 1.6 --- links.cgi 4 Oct 2006 16:14:27 -0000 1.7 *************** *** 25,29 **** <li><a href='/cgi-bin/doc.cgi?tab=benchs'>Summary of benchmarks used by CompilerBenchmarks</a></li> <li><a href='http://www.cs.wisc.edu/~thomas/comp.benchmarks.FAQ.html'>comp.benchmarks FAQ</a></li> ! <li><a href='http://www.research.att.com/~orost/bench_plus_plus.html'>Bench++ Homepage</a></li> </ul>"; } elsif ($tab eq 'devel') { --- 25,29 ---- <li><a href='/cgi-bin/doc.cgi?tab=benchs'>Summary of benchmarks used by CompilerBenchmarks</a></li> <li><a href='http://www.cs.wisc.edu/~thomas/comp.benchmarks.FAQ.html'>comp.benchmarks FAQ</a></li> ! <li><a href='http://web.archive.org/web/20050307095704/www.research.att.com/~orost/bench_plus_plus.html'>Bench++ Homepage</a></li> </ul>"; } elsif ($tab eq 'devel') { |
From: Frederic T. <xf...@us...> - 2006-10-04 16:13:48
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv6139 Modified Files: feedback.cgi Log Message: Link to CVS repository browser. Index: feedback.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/feedback.cgi,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** feedback.cgi 1 Oct 2006 19:22:36 -0000 1.11 --- feedback.cgi 4 Oct 2006 16:13:45 -0000 1.12 *************** *** 30,33 **** --- 30,34 ---- </ul> <ul> + <li><a href='http://sourceforge.net/cvs/?group_id=150828'>Browse CVS</a></li> <li><a href='http://sourceforge.net/news/?group_id=150828'>News</a></li> <li><a href='http://sourceforge.net/pm/?group_id=150828'>Ongoing and planned tasks</a></li> |
From: Frederic T. <xf...@us...> - 2006-10-04 15:32:47
|
Update of /cvsroot/compbench/compbenchmarks-web/tools In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv21977 Modified Files: compbenchmarks-import-file.pl Log Message: Fixes possible bug on tar xzvf when LT_TMP_DIR is not absolute. Index: compbenchmarks-import-file.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/tools/compbenchmarks-import-file.pl,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** compbenchmarks-import-file.pl 26 Sep 2006 20:39:44 -0000 1.17 --- compbenchmarks-import-file.pl 4 Oct 2006 15:32:42 -0000 1.18 *************** *** 285,291 **** exit(1); } ! $tarball_absolute_name=$tarball; ! $cmd="cd $LT_TMP_DIR && mkdir $current_dir && cd $current_dir && tar xzvf $tarball_absolute_name"; `$cmd`; if ($? != 0) { --- 285,291 ---- exit(1); } ! $tarball_absolute_name=$tarball; ! $cmd="cd $LT_TMP_DIR && mkdir $current_dir && tar xzvf $tarball_absolute_name -C $current_dir"; `$cmd`; if ($? != 0) { *************** *** 293,297 **** exit(1); } ! my $arch_dir = "$LT_TMP_DIR/$current_dir"; import_check_file("$arch_dir/index.txt"); --- 293,297 ---- exit(1); } ! my $arch_dir = "$LT_TMP_DIR/$current_dir"; import_check_file("$arch_dir/index.txt"); |
From: Frederic T. <xf...@us...> - 2006-10-01 19:24:12
|
Update of /cvsroot/compbench/compbenchmarks-web/lib In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv571 Modified Files: interface.pl Log Message: Minor changes (menu Benchmark descriptions renamed to Supported benchmarks). Index: interface.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/lib/interface.pl,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** interface.pl 26 Sep 2006 20:58:47 -0000 1.24 --- interface.pl 1 Oct 2006 19:24:10 -0000 1.25 *************** *** 65,69 **** { 'tabs' => { 'motivations' => 'Motivations', 'package' => 'Benchmark package', ! 'benchs' => 'Benchmark descriptions' }, 'tabs-order' => [ 'motivations', 'package', --- 65,69 ---- { 'tabs' => { 'motivations' => 'Motivations', 'package' => 'Benchmark package', ! 'benchs' => 'Supported benchmarks' }, 'tabs-order' => [ 'motivations', 'package', |
From: Frederic T. <xf...@us...> - 2006-10-01 19:23:14
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv32554 Modified Files: index.cgi Log Message: Minor changes (result number updated). Index: index.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/index.cgi,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** index.cgi 27 Sep 2006 17:43:05 -0000 1.27 --- index.cgi 1 Oct 2006 19:23:08 -0000 1.28 *************** *** 33,37 **** <ul> <li>2006-09-27 : CompBenchmarks suite 0.3.0 is out (<a href='http://sourceforge.net/project/shownotes.php?release_id=450931&group_id=150828'>Changes</a>, <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676&release_id=450931'>download section</a>)</li> ! <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 benchmark's suite is 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> --- 33,37 ---- <ul> <li>2006-09-27 : CompBenchmarks suite 0.3.0 is out (<a href='http://sourceforge.net/project/shownotes.php?release_id=450931&group_id=150828'>Changes</a>, <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676&release_id=450931'>download section</a>)</li> ! <li>2006-09-26 : Web site upgraded. First results (1800) from 0.3.0-BETA1 imported.</li> <li>2006-09-20 : First BETA of 0.3.0 benchmark's suite is 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-10-01 19:22:40
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv32137 Modified Files: feedback.cgi Log Message: Minor changes. Index: feedback.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/feedback.cgi,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** feedback.cgi 24 Sep 2006 18:18:59 -0000 1.10 --- feedback.cgi 1 Oct 2006 19:22:36 -0000 1.11 *************** *** 23,26 **** --- 23,27 ---- print "<ul> <li><a href='mailto:fred\@linuxtribe.org?subject=CompilerBenchmarks::Results\'>Submit results</a> (gziped-tarball prefered)</li> + <li><a href='http://sourceforge.net/projects/compbench/'>SourceForge Project's page</a></li> <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> |
From: Frederic T. <xf...@us...> - 2006-10-01 19:22:03
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv31750 Modified Files: doc.cgi Log Message: Internet connection no more needed. Index: doc.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/doc.cgi,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** doc.cgi 26 Sep 2006 21:04:34 -0000 1.26 --- doc.cgi 1 Oct 2006 19:21:59 -0000 1.27 *************** *** 129,133 **** <li><a href='http://www.perl.org'>Perl 5</a> or above</li> <li>wget, dialog, and few UNIX commands (tar, gzip, unzip, zcat, grep, head, mkdir, patch, rm, tail and cat)</li> - <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. --- 129,132 ---- |
From: Frederic T. <xf...@us...> - 2006-09-27 17:43:11
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1132 Modified Files: index.cgi Log Message: Download link for 0.3.0. Index: index.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/index.cgi,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** index.cgi 27 Sep 2006 17:36:26 -0000 1.26 --- index.cgi 27 Sep 2006 17:43:05 -0000 1.27 *************** *** 32,36 **** <h2>News</h2> <ul> ! <li>2006-09-27 : CompBenchmarks suite 0.3.0 is out (<a href='http://sourceforge.net/project/shownotes.php?release_id=450931&group_id=150828'>Changes</a>) <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 benchmark's suite is 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> --- 32,36 ---- <h2>News</h2> <ul> ! <li>2006-09-27 : CompBenchmarks suite 0.3.0 is out (<a href='http://sourceforge.net/project/shownotes.php?release_id=450931&group_id=150828'>Changes</a>, <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676&release_id=450931'>download section</a>)</li> <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 benchmark's suite is 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> |
From: Frederic T. <xf...@us...> - 2006-09-27 17:36:30
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv31069 Modified Files: index.cgi Log Message: 0.3.0 notified. Index: index.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/index.cgi,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** index.cgi 26 Sep 2006 20:44:32 -0000 1.25 --- index.cgi 27 Sep 2006 17:36:26 -0000 1.26 *************** *** 32,37 **** <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> <li>2005-11-16 : Site updated. New benchmarks suite is coming. 7000+ results in database.</li> --- 32,38 ---- <h2>News</h2> <ul> + <li>2006-09-27 : CompBenchmarks suite 0.3.0 is out (<a href='http://sourceforge.net/project/shownotes.php?release_id=450931&group_id=150828'>Changes</a>) <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 benchmark's suite is 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> |
From: Frederic T. <xf...@us...> - 2006-09-26 21:06:22
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv5040 Modified Files: browse.cgi Log Message: Icons uses $LT_WEB_ICONS. Index: browse.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/browse.cgi,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** browse.cgi 20 Sep 2006 16:31:42 -0000 1.30 --- browse.cgi 26 Sep 2006 21:06:19 -0000 1.31 *************** *** 869,873 **** <h3>Raw results</h3> <p>To the CompilerBenchs' package, each raw benchmark B (Drysthone, Whetstone...) gives a single result R for a on a given C context :</p> ! <img src='/icons/maths-package-bench.png' alt='?' class='math'> <p> Basically benchmark's context can be see as a N dimensions' array (of strings or number). Context includes informations like host's and benchmark's names, date & time, compiler, compiler version, OS, optimisation flags, and so on, and a real positive value (the result, R) gives the raw performance of the benchmark B according to that context. For convience I'll reference results (.txt files) from benchmark package as raw results or as raw benchmark. --- 869,873 ---- <h3>Raw results</h3> <p>To the CompilerBenchs' package, each raw benchmark B (Drysthone, Whetstone...) gives a single result R for a on a given C context :</p> ! <img src='$LT_WEB_ICONS/maths-package-bench.png' alt='?' class='math'> <p> Basically benchmark's context can be see as a N dimensions' array (of strings or number). Context includes informations like host's and benchmark's names, date & time, compiler, compiler version, OS, optimisation flags, and so on, and a real positive value (the result, R) gives the raw performance of the benchmark B according to that context. For convience I'll reference results (.txt files) from benchmark package as raw results or as raw benchmark. *************** *** 878,885 **** <h3>Relative results</h3> <p>To provide more flexibily (hopefuly), CompilerBenchmarks uses a particular viewing mechanism based on benchmark <b>relatives</b> results. For a raw benchmark B, two entries E(n) and R(n) are created in database DB (only if informations don't exist yet) :</p> ! <img src='/icons/maths-package-db.png' alt='?' class='math'> <p> So each entry in database presents a result relatively to the miminum raw ! value for a given benchmark (not context). Database holds <img src='/icons/maths-package-beta.png' alt='?'> entries, and <i>minima</i> gets a performance weight of 1.0. </p> <p>Relative values are computed hourly, and results aren't shown before.</p> --- 878,885 ---- <h3>Relative results</h3> <p>To provide more flexibily (hopefuly), CompilerBenchmarks uses a particular viewing mechanism based on benchmark <b>relatives</b> results. For a raw benchmark B, two entries E(n) and R(n) are created in database DB (only if informations don't exist yet) :</p> ! <img src='$LT_WEB_ICONS/maths-package-db.png' alt='?' class='math'> <p> So each entry in database presents a result relatively to the miminum raw ! value for a given benchmark (not context). Database holds <img src='$LT_WEB_ICONS/maths-package-beta.png' alt='?'> entries, and <i>minima</i> gets a performance weight of 1.0. </p> <p>Relative values are computed hourly, and results aren't shown before.</p> *************** *** 889,904 **** common part S of their contexts. </p> ! <img src='/icons/maths-package-select.png' alt='?' class='math'> <h3>What's displayed</h3> <p> ! The <img src='/icons/maths-package-delta.png' alt='?'> previous results are used. Then, a function D may be applied on them to get a 2D-array that could be easily displayed (using a chart) according to a specific c context item : </p> <p> ! <img src='/icons/maths-package-display.png' alt='?' class='math'> <p>Finally, the average values of (relative) results that hold c in their ! contexts are shown by the portal, as well as the number <img src='/icons/maths-package-beta.png' alt='?'> of DB entries matching C. </p>"; } elsif ($tab eq 'export') { --- 889,904 ---- common part S of their contexts. </p> ! <img src='$LT_WEB_ICONS/maths-package-select.png' alt='?' class='math'> <h3>What's displayed</h3> <p> ! The <img src='$LT_WEB_ICONS/maths-package-delta.png' alt='?'> previous results are used. Then, a function D may be applied on them to get a 2D-array that could be easily displayed (using a chart) according to a specific c context item : </p> <p> ! <img src='$LT_WEB_ICONS/maths-package-display.png' alt='?' class='math'> <p>Finally, the average values of (relative) results that hold c in their ! contexts are shown by the portal, as well as the number <img src='$LT_WEB_ICONS/maths-package-beta.png' alt='?'> of DB entries matching C. </p>"; } elsif ($tab eq 'export') { |
From: Frederic T. <xf...@us...> - 2006-09-26 21:04:37
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv4303 Modified Files: doc.cgi Log Message: Icons uses $LT_WEB_ICONS. Index: doc.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/doc.cgi,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** doc.cgi 26 Sep 2006 19:56:14 -0000 1.25 --- doc.cgi 26 Sep 2006 21:04:34 -0000 1.26 *************** *** 12,15 **** --- 12,16 ---- our $LT_GCC_BENCH_PACKAGE; our $LT_GCC_BENCH_PACKAGE_BENCH; + our $LT_WEB_ICONS; our $CVS_DATE = '$Date$'; *************** *** 162,166 **** </p> <p align='center'> ! <img src='/icons/compbench-config-0.png' alt='screenshot_0'> </p> <p>Downloading is performed, and files checksum is verified (MD5). Program also extract packages, pre-configure them or patch them, if needed.</p> --- 163,167 ---- </p> <p align='center'> ! <img src='$LT_WEB_ICONS/compbench-config-0.png' alt='screenshot_0'> </p> <p>Downloading is performed, and files checksum is verified (MD5). Program also extract packages, pre-configure them or patch them, if needed.</p> *************** *** 169,173 **** In main menu, just select 'Select benchmarks', depending of which package(s) you've installed you'll get the list of available benchmarks :</p> <p align='center'> ! <img src='/icons/compbench-config-1.png' alt='screenshot_1'> </p> "; --- 170,174 ---- In main menu, just select 'Select benchmarks', depending of which package(s) you've installed you'll get the list of available benchmarks :</p> <p align='center'> ! <img src='$LT_WEB_ICONS/compbench-config-1.png' alt='screenshot_1'> </p> "; *************** *** 179,183 **** </p> <p align='center'> ! <img src='/icons/compbench-config-2.png' alt='screenshot_2'> </p> <a name='usage-compile'></a> --- 180,184 ---- </p> <p align='center'> ! <img src='$LT_WEB_ICONS/compbench-config-2.png' alt='screenshot_2'> </p> <a name='usage-compile'></a> *************** *** 188,199 **** </p> <p align='center'> ! <img src='/icons/compbench-config-3.png' alt='screenshot_3'> </p> <p align='center'> ! <img src='/icons/compbench-config-4.png' alt='screenshot_4'> </p> <p>./compbenchmarks-config proposes resuming of interrupted benchmark session :</p> <p align='center'> ! <img src='/icons/compbench-config-5.png' alt='screenshot_5'> </p> <p>Archiving builds a gzipped-tarball suited for importing results in public database. Generated archive contains automatically-detected informations like :</p> --- 189,200 ---- </p> <p align='center'> ! <img src='$LT_WEB_ICONS/compbench-config-3.png' alt='screenshot_3'> </p> <p align='center'> ! <img src='$LT_WEB_ICONS/compbench-config-4.png' alt='screenshot_4'> </p> <p>./compbenchmarks-config proposes resuming of interrupted benchmark session :</p> <p align='center'> ! <img src='$LT_WEB_ICONS/compbench-config-5.png' alt='screenshot_5'> </p> <p>Archiving builds a gzipped-tarball suited for importing results in public database. Generated archive contains automatically-detected informations like :</p> |
From: Frederic T. <xf...@us...> - 2006-09-26 20:59:38
|
Update of /cvsroot/compbench/compbenchmarks-web/icons In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv2384 Added Files: valid-html401.png Log Message: Uses local PNG from W3C on validated pages. --- NEW FILE: valid-html401.png --- (This appears to be a binary file; contents omitted.) |
From: Frederic T. <xf...@us...> - 2006-09-26 20:58:52
|
Update of /cvsroot/compbench/compbenchmarks-web/lib In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv2019 Modified Files: interface.pl Log Message: Uses local PNG from W3C on validated pages. Index: interface.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/lib/interface.pl,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** interface.pl 26 Sep 2006 20:45:21 -0000 1.23 --- interface.pl 26 Sep 2006 20:58:47 -0000 1.24 *************** *** 323,327 **** print "<td align='right' valign='top'>"; ! my $valid_txt = '<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>'; my $valid_url = html_page_valid(); --- 323,327 ---- print "<td align='right' valign='top'>"; ! my $valid_txt = '<a href="http://validator.w3.org/check?uri=referer"><img src="' . "$LT_WEB_ICONS/valid-html401.png" . '" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>'; my $valid_url = html_page_valid(); |
From: Frederic T. <xf...@us...> - 2006-09-26 20:45:24
|
Update of /cvsroot/compbench/compbenchmarks-web/lib In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv29715 Modified Files: interface.pl Log Message: Icons uses $LT_WEB_ICONS. Index: interface.pl =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/lib/interface.pl,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** interface.pl 20 Sep 2006 16:46:02 -0000 1.22 --- interface.pl 26 Sep 2006 20:45:21 -0000 1.23 *************** *** 327,331 **** ! print "<img src='/icons/vcss.png' alt='Valid CSS'> "; if ($valid_url) { --- 327,331 ---- ! print "<img src='$LT_WEB_ICONS/vcss.png' alt='Valid CSS'> "; if ($valid_url) { |