johnmyleswhite / Benchmarks.jl

A new benchmarking library for Julia
Other
45 stars 15 forks source link

Do not attempt to capture variables more than once #23

Closed staticfloat closed 9 years ago

staticfloat commented 9 years ago

Fixes cases where @benchmark x*x would fail with:

ERROR: syntax: function argument names not unique
mbauman commented 9 years ago

LGTM. Thanks!