It'd be neat if control.TestEnd message in Tast contained a serialized timing.Log struct describing how the test's time was spent. timing.Log is already able to marshal itself to JSON, so I'd probably just need to add a method for going from JSON back to a timing.Log.
It'd be neat if the control.TestEnd message in Tast contained a serialized timing.Log struct describing how the test's time was spent. timing.Log is already able to marshal itself to JSON, so I'd probably just need to add a method for going from JSON back to a timing.Log.
Comment 1 by derat@chromium.org
, Sep 23