Code reorganization Update

This commit is contained in:
2026-02-22 17:08:11 -05:00
parent 3c669c7e26
commit 5b2b0cbb1f
14 changed files with 781 additions and 305 deletions

View File

@@ -9,4 +9,7 @@ type Simulation struct {
SearchTime *float64 `json:"search_time"`
TotalTime *float64 `json:"total_time"`
TotalSizeBytes int64 `json:"total_size_bytes"`
CPUInfo *string `json:"cpu_info"`
GPUInfo *string `json:"gpu_info"`
RAMInfo *string `json:"ram_info"`
}