[Compbench-devel] CompBenchmarks++ compbenchmarks-config, 1.14, 1.15
Brought to you by:
xfred
|
From: Frederic T. <xf...@us...> - 2006-09-25 15:49:40
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12471 Modified Files: compbenchmarks-config Log Message: slowdown.sh useless for public. Index: compbenchmarks-config =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-config,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** compbenchmarks-config 25 Sep 2006 15:48:30 -0000 1.14 --- compbenchmarks-config 25 Sep 2006 15:49:38 -0000 1.15 *************** *** 856,860 **** my $r = `$cmd`; $SIG{INT} = 'DEFAULT'; - `./slowdown.sh`; my $end = time(); $TOTAL_TIME+=($end-$beg); --- 856,859 ---- |