CodeGrade / orca

Grading job server for CS student submissions.
1 stars 1 forks source link

Add timestamps to orca grading output #86

Open blerner opened 2 months ago

blerner commented 2 months ago

Currently, GradingJobResults and GradingScriptCommandResponses do not include any timestamp information. Please add a time_start and time_end pair of timestamps to each of these, i.e. by adding them first to GradingJobResults and GradingScriptCommandResponse and then plumbing the fields through the output json.