Yeah, especially if you can immediately plot the results and things like 
this.
But don't get your hopes up to high, unless something unexpected happens, I 
won't have much time for this :(
There is johnmyleswhite/Benchmark.jl 
<https://github.com/johnmyleswhite/Benchmark.jl>, though.
But it has a slightly different focus to what I would prefer.

Am Mittwoch, 11. März 2015 17:05:07 UTC+1 schrieb Patrick Kofod Mogensen:
>
> I am testing the run times of two different algorithms, solving the same 
> problem. I know there is the @time macro, but I cannot seem to wrap my head 
> around how I should save the printed times. Any clever way of doing this? I 
> thought I would be able to
>
> [@time algo(input) for i = 1:500],
>
> but this saves the return form algo.
>
>
> Best,
> Patrick
>

Reply via email to