johnmyleswhite / Benchmarks.jl

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

ENH: time now recorded only for running core in benchmarkable #7

Closed sglyon closed 9 years ago

sglyon commented 9 years ago

Minor change to record time for execution immediately after running core instead of after computing/push!ing GC stats.

johnmyleswhite commented 9 years ago

Seems reasonable to me.

johnmyleswhite commented 9 years ago

We should keep an eye on the guts of Bases's time macro, where a lot of this was lifted from.

sglyon commented 9 years ago

:notebook: (noted)