[julia-users] Re: Performance of release 0.5.0 v 0.4.6.0

2016-10-14 Thread Jeremy Cavanagh
Thanks Guys, that's very helpful. I shall now go away and play with the 
performance tests. 


Re: [julia-users] Re: Performance of release 0.5.0 v 0.4.6.0

2016-10-13 Thread Stefan Karpinski
Increasing coverage of Julia's own code base was a major effort during 0.5
– it's not a user-facing change but it's very important. If you want to run
performance tests, they can be found under test/perf. There are also a
significant number of benchmarks that can be found in the BaseBenchmarks
 repository.

On Thu, Oct 13, 2016 at 9:58 AM, Steven G. Johnson 
wrote:

> runtests() runs correctness tests, not performance tests.  0.5 added many
> more tests, hence they are slower.
>


[julia-users] Re: Performance of release 0.5.0 v 0.4.6.0

2016-10-13 Thread Steven G. Johnson
runtests() runs correctness tests, not performance tests.  0.5 added many 
more tests, hence they are slower.