mambocab / rumble

A simple library for comparing functions' runtimes.
MIT License
3 stars 0 forks source link

fix data structures #11

Closed mambocab closed 9 years ago

mambocab commented 9 years ago

adaptiverun currently assigns None to Report.timedfunction. We can do better here. I think a model could be a Result with a TimedFunction and a Report.