Re: [OctDev] new package: benchmark

2008-06-05 Thread Jaroslav Hajek
> > Maybe cputime should be used rather than tic/toc to avoid issues of > variability with cpu load.. It probably depends, but you're right. I think I will go further and create benchutil_tic and benchutil_toc. It will be possible to set which timer is used. > You'll then need some fashion of aver

Re: [OctDev] new package: benchmark

2008-06-05 Thread David Bateman
Jaroslav Hajek wrote: > hello, > this new package is intended to collect "standard" benchmarks for > Octave of various versions, with different configurations and on > different platforms. It also aims to be Matlab-compatible where > possible, thus allowing also Octave-Matlab comparisons where > ap

[OctDev] new package: benchmark

2008-06-05 Thread Jaroslav Hajek
hello, this new package is intended to collect "standard" benchmarks for Octave of various versions, with different configurations and on different platforms. It also aims to be Matlab-compatible where possible, thus allowing also Octave-Matlab comparisons where applicable. I've added two benchmar