This commit is contained in:
Josh Yan 2024-07-03 17:06:56 -07:00
parent ca0ee1d4fe
commit cabf375059

View File

@ -1,13 +0,0 @@
package cmd
import (
"testing"
)
func BenchmarkCreateLocalBlob(b *testing.B) {
for i := 0; i < b.N; i++ {
dest := b.TempDir() + "/hi"
createBlobLocal("/Users/joshyan/.ollama/models/blobs/sha256-edd739ebd0b09f4e9345e8dc76d06ec37d08a080246560e57f7f1443fa3e57af", dest)
}
}