johnmyleswhite / Benchmarks.jl

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

@benchmarktable not defined #13

Closed dpo closed 9 years ago

dpo commented 9 years ago
julia> import Benchmarks

julia> Benchmarks.@benchmarktable
ERROR: UndefVarError: @benchmarktable not defined

julia> VERSION
v"0.4.0-dev+6441"
dpo commented 9 years ago

Sorry; benchmarktable vs. benchmarkable... I'm going cross-eyed.