MCPcopy Create free account
hub / github.com/Thunder-Compute/thunder-cli / EstimateInstanceMigrationDuration

Function EstimateInstanceMigrationDuration

utils/timing.go:37–39  ·  view source on GitHub ↗
(sizeGB int)

Source from the content-addressed store, hash-verified

35}
36
37func EstimateInstanceMigrationDuration(sizeGB int) time.Duration {
38 return estimateInstanceStorageTransferDurationGB(sizeGB)
39}
40
41func estimateInstanceStorageTransferDurationGB(sizeGB int) time.Duration {
42 if sizeGB <= 0 {

Callers 1

Tested by

no test coverage detected