Skip to content

Commit

Permalink
add language
Browse files Browse the repository at this point in the history
  • Loading branch information
tukeJonny committed Nov 23, 2023
1 parent 013e01b commit edd13ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bench/cmd/bench/sqs.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ type Result struct {
Stdout string `json:"stdout,omitempty"`
Stderr string `json:"stderr,omitempty"`
ResolvedCount int64 `json:"resolved_count"`
Language string `json:"language"`
FinishedAt time.Time `json:"finished_at,omitempty"`
}

Expand Down
1 change: 1 addition & 0 deletions bench/cmd/bench/supervise.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ func execBench(ctx context.Context, job *Job) (*Result, error) {
IsPassed: benchResult.Pass,
Score: benchResult.Score,
ResolvedCount: benchResult.ResolvedCount,
Language: benchResult.Language,
Status: status,
FinishedAt: time.Now(),
}, nil
Expand Down

0 comments on commit edd13ba

Please sign in to comment.