mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-16 00:26:43 +00:00
update
This commit is contained in:
@@ -40,8 +40,8 @@ type Task struct {
|
||||
}
|
||||
|
||||
type UtilGPUTimeSeries struct {
|
||||
Time int `json:"time"`
|
||||
Util int `json:"util"`
|
||||
Time int64 `json:"time"`
|
||||
Util int `json:"util"`
|
||||
}
|
||||
|
||||
type OptimizerJobExecutionTime struct {
|
||||
|
||||
Reference in New Issue
Block a user