|
|
@@ -341,7 +341,7 @@ func GetRate(ctx *context.Context) { |
|
|
|
} |
|
|
|
|
|
|
|
if job.JobType == string(models.JobTypeBenchmark) { |
|
|
|
ctx.Redirect(setting.BenchmarkServerHost) |
|
|
|
ctx.Redirect(setting.BenchmarkServerHost + "?username=" + ctx.User.Name) |
|
|
|
} else if job.JobType == string(models.JobTypeSnn4imagenet) { |
|
|
|
ctx.Redirect(setting.Snn4imagenetServerHost) |
|
|
|
} else { |
|
|
|