On Sat, Apr 28, 2012 at 12:10 AM, David Haller <dnh@opensuse.org> wrote:
Hello,
On Sat, 28 Apr 2012, Cristian Rodríguez wrote:
On 28/04/12 00:24, Jeff Janes wrote:
perl -le 'my $x="x"x1024; print "123456,$x" foreach 1..1e6'| /usr/bin/time cut -d, -f2 |wc -c 71.93user 1.36system 1:13.58elapsed 99%CPU (0avgtext+0avgdata 3328maxresident)k
perl -le 'my $x="x"x1024; print "123456,$x" foreach 1..1e6'| /usr/bin/time ~/coreutils_suse_source/bin/cut -d, -f2 |wc -c 3.81user 0.85system 0:05.08elapsed 91%CPU (0avgtext+0avgdata 3104maxresident)k
perl -le 'my $x="x"x1024; print "123456,$x" foreach 1..1e6'| LANG=C /usr/bin/time ~/coreutils_suse_source/bin/cut -d, -f2 |wc -c 3.79user 0.89system 0:05.08elapsed 92%CPU (0avgtext+0avgdata 2368maxresident)k [..] Please file a bug report ;)
OK, I've now filed bug report 759814. (I was expecting someone to tell me it wasn't a bug, just the way things worked.)
Feel free to add above to the bug, and/or mail the Bug-No / add me to the CC-list of the bug and I'll add the above myself.
I couldn't figure out how to add you on cc, but the report is: https://bugzilla.novell.com/show_activity.cgi?id=759814 Thanks, Jeff -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org