Benchmark MATLAB & Julia for Matrix Operations

Hi,

Welcome to Julia!

In Julia, you should never benchmark in “global scope” – your benchmarking code should be run inside a function; please see the performance tips.

1 Like