johnmyleswhite / Benchmarks.jl

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

Add `delim` args, uuid tracking to `writecsv` #15

Closed davidagold closed 9 years ago

davidagold commented 9 years ago

Perhaps you've thought of this and have decided it's best not to include or to include in another way, but I have found myself wanting to

-supply my own delimiter -include an Environment's uuid field in a column along with data from a Samples object.

This PR satisfies both of the above.

sglyon commented 9 years ago

RE first point: See #8

johnmyleswhite commented 9 years ago

I'm going to handle this slightly differentl