[Compbench-devel] CompBenchmarks++ compbenchmarks-ui-perl,1.4,1.5
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-12-21 18:37:22
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv5502 Modified Files: compbenchmarks-ui-perl Log Message: Fixed : slowdown script call removed. Index: compbenchmarks-ui-perl =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-ui-perl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** compbenchmarks-ui-perl 14 Dec 2006 22:05:45 -0000 1.4 --- compbenchmarks-ui-perl 21 Dec 2006 18:37:11 -0000 1.5 *************** *** 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(); |