Mac OS/X, Gnucash 2.6.5 get quotes very slow

Steve Drach drach at itsit.org
Sun Feb 15 18:55:56 EST 2015


> How fast do they run on 1.35 versus 1.37 ?

$ perl -MFinance::Quote -e 'print $Finance::Quote::VERSION . "\n";'
1.35
$ prove yahoo_speed.t
yahoo_speed.t .. ok     
All tests successful.
Files=1, Tests=157,  1 wallclock secs ( 0.02 usr  0.00 sys +  0.16 cusr  0.01 csys =  0.19 CPU)
Result: PASS
$
—————
$ perl -MFinance::Quote -e 'print $Finance::Quote::VERSION . "\n";'
1.37
$ prove yahoo_speed.t 
yahoo_speed.t .. ok     
All tests successful.
Files=1, Tests=157,  1 wallclock secs ( 0.03 usr  0.01 sys +  0.31 cusr  0.04 csys =  0.39 CPU)
Result: PASS
$ 

The faster times are on a faster machine.




More information about the gnucash-user mailing list