We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1f3bc commit 7d1abe2Copy full SHA for 7d1abe2
packages/orchestrator/cmd/mock-snapshot/mock.go
@@ -239,7 +239,7 @@ func mockSnapshot(
239
return fmt.Errorf("failed to add snapshot to template cache: %w", err)
240
}
241
242
- fmt.Println("AddSandbox snapshot to template cache time: ", time.Since(snapshotTime).Milliseconds())
+ fmt.Println("Add snapshot to template cache time: ", time.Since(snapshotTime).Milliseconds())
243
244
start = time.Now()
245
0 commit comments