[Compbench-devel] CompBenchmarks++ compbenchmarks-ui-perl,1.2,1.3
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-11-23 16:41:44
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1034 Modified Files: compbenchmarks-ui-perl Log Message: slowdown.sh removed... Index: compbenchmarks-ui-perl =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-ui-perl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** compbenchmarks-ui-perl 23 Nov 2006 16:41:16 -0000 1.2 --- compbenchmarks-ui-perl 23 Nov 2006 16:41:41 -0000 1.3 *************** *** 887,891 **** $SIG{INT} = \&sigint_compbenchmark; my $r = `$cmd`; ! `./slowdown.sh`; $SIG{INT} = 'DEFAULT'; my $end = time(); --- 887,891 ---- $SIG{INT} = \&sigint_compbenchmark; my $r = `$cmd`; ! $SIG{INT} = 'DEFAULT'; my $end = time(); |