octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #43097] if (object) should call if (logical(ob


From: Colin Macdonald
Subject: [Octave-bug-tracker] [bug #43097] if (object) should call if (logical(object))
Date: Tue, 17 May 2016 18:02:48 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

Follow-up Comment #5, bug #43097 (project octave):

Actually, something is making my tests about 4 times slower...

4.0.1:

>> tic; test @sym/subs; toc
PASSES 11 out of 11 tests
Elapsed time is 6.66044 seconds.
>> tic; test @sym/subsasgn; toc
PASSES 41 out of 41 tests
Elapsed time is 17.5581 seconds.


hg tip with this patch:

>> tic; test @sym/subs; toc
PASSES 11 out of 11 tests
Elapsed time is 22.781 seconds.
>> tic; test @sym/subsasgn; toc
PASSES 41 out of 41 tests
Elapsed time is 64.7933 seconds.


I'll need to test hg tip without this patch...

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43097>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]