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

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

[Octave-bug-tracker] [bug #53713] test failure "speed.m" in Octave 4.3.9


From: Rik
Subject: [Octave-bug-tracker] [bug #53713] test failure "speed.m" in Octave 4.3.91
Date: Mon, 23 Apr 2018 14:23:13 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #9, bug #53713 (project octave):

@Hartmut: Thanks for the data.  It certainly illustrates the problem which is
that the method of measuring elapsed time using the time function does not
work.  But there is some hope here.  It seems that tic/toc uses a better
mechanism.

I'm attaching a new speed.m file which uses tic/toc for timing.  Can you
replace the file in your installation with this one and then try re-testing
speed?


for i = 1:10
  bm(i) = test ("speed");
endfor
sum (bm)





(file #43995)
    _______________________________________________________

Additional Item Attachment:

File name: speed.m                        Size:14 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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