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

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

[Octave-bug-tracker] [bug #43769] error: invalid meta.package indexing w


From: Rik
Subject: [Octave-bug-tracker] [bug #43769] error: invalid meta.package indexing when using strfind function
Date: Mon, 06 Apr 2015 12:08:59 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0

Follow-up Comment #13, bug #43769 (project octave):

If there is a question about performance that should at least be a testable
proposition.  I ran hg id 20030:91e1da1d1918 without (Original) and with (New)
the latest patch from jwe.  I don't see much difference, but maybe
classdef.tst is not a sufficient test.  Also, the OrigiIf there is a question
about performance that should at least be a testable proposition.  I ran hg id
20030:91e1da1d1918 without (Original) and with (New) the latest patch from
jwe.  I don't see much difference, but maybe classdef.tst is not a sufficient
test.  Also, the Original code already contains the first patch that jwe
committed (19641:8fe29850fb74).  Maybe the comparison should be to the code
before any changes were made.


cmd1: run-octave -f --no-gui
cmd2: cd test/classdef
cmd3: tic; test ('classdef.tst'); toc

Original
--------------------------------------------------------------------------------
Elapsed time is 0.229454 seconds.
Elapsed time is 0.156741 seconds.
Elapsed time is 0.156746 seconds.
Elapsed time is 0.158385 seconds.

clear -c
Elapsed time is 0.227259 seconds.
Elapsed time is 0.159787 seconds.

clear -c
Elapsed time is 0.228508 seconds.

New
--------------------------------------------------------------------------------
Elapsed time is 0.232015 seconds.
Elapsed time is 0.158199 seconds.
Elapsed time is 0.157269 seconds.
Elapsed time is 0.157413 seconds.

clear -c
Elapsed time is 0.226182 seconds.
Elapsed time is 0.161368 seconds.
Elapsed time is 0.159671 seconds.

clear -c
Elapsed time is 0.227135 seconds.



nal code already contains the first patch that jwe committed
(19641:8fe29850fb74).  Maybe the comparison should be to the code before any
changes were made.


cmd1: run-octave -f --no-gui
cmd2: cd test/classdef
cmd3: tic; test ('classdef.tst'); toc

Original
--------------------------------------------------------------------------------
Elapsed time is 0.229454 seconds.
Elapsed time is 0.156741 seconds.
Elapsed time is 0.156746 seconds.
Elapsed time is 0.158385 seconds.

clear -c
Elapsed time is 0.227259 seconds.
Elapsed time is 0.159787 seconds.

clear -c
Elapsed time is 0.228508 seconds.

New
--------------------------------------------------------------------------------
Elapsed time is 0.232015 seconds.
Elapsed time is 0.158199 seconds.
Elapsed time is 0.157269 seconds.
Elapsed time is 0.157413 seconds.

clear -c
Elapsed time is 0.226182 seconds.
Elapsed time is 0.161368 seconds.
Elapsed time is 0.159671 seconds.

clear -c
Elapsed time is 0.227135 seconds.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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