AugurWorks / UI

Augurworks UI code
0 stars 0 forks source link

Add performance logging to the job server #95

Closed safreiberg closed 10 years ago

safreiberg commented 10 years ago

It'd be awesome if the UI could provide an estimate of how long a job will take to the user. It's probably a really simple formula based on: number of rows, number of inputs, depth, number of rounds. We can glean this from the logging. Even cooler: we could have the UI "learn" how long jobs take :)

TheConnMan commented 10 years ago

Fiiiiiiiiiiiiiiiiiiiiiiiiine.

Brian C. Conn

On Thu, Sep 4, 2014 at 8:58 PM, Stephen Freiberg notifications@github.com wrote:

Assigned #95 https://github.com/augurworks1/UI/issues/95 to @TheConnMan https://github.com/TheConnMan.

— Reply to this email directly or view it on GitHub https://github.com/augurworks1/UI/issues/95#event-161523118.

safreiberg commented 10 years ago

I'll add logging on the job server side. You want to add predictions on the UI side?