|
|
@@ -368,7 +368,7 @@ func downloadRateCode(repo *models.Repository, taskName, gitPath, codePath, benc |
|
|
|
Username: repo.Owner.Name, |
|
|
|
TaskName: taskName, |
|
|
|
CodeName: repo.Name, |
|
|
|
BenchmarkCategory: benchmarkCategory, |
|
|
|
BenchmarkCategory: strings.Split(benchmarkCategory, ","), |
|
|
|
}) |
|
|
|
if err != nil { |
|
|
|
log.Error("json.Marshal failed", err.Error()) |
|
|
|