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: Hartmut
Subject: [Octave-bug-tracker] [bug #53713] test failure "speed.m" in Octave 4.3.91
Date: Mon, 23 Apr 2018 13:58:55 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0

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

answers to comment #6:

* __tnew is all zeros
* __torig is 0.00099993, 0.00100017, 0.00099993, 0.00099993, 0.00199986,
0.00199986, 0.00300002, 0.00300002, 0.00399995, 0.00499988, 0.00600004,
0.00699997, 0.00799990, 0.00900006, 0.01099992
* (after a couple of dbnext:) zidx is all ones

answers to comment #7:


for n=1:3
  n
  t1 = time; sum (randn (1e2, 1)); ta = time - t1
  t1 = time; sum (randn (1e3, 1)); tb = time - t1
  t1 = tic;  sum (randn (1e2, 1)); tc = toc (t1)
endfor

n =  1
ta =  0.00099993
tb = 0
tc =  0.0017788
n =  2
ta = 0
tb = 0
tc =  0.00077915
n =  3
ta = 0
tb = 0
tc =  0.0017791


    _______________________________________________________

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]