- Sort Score
- Result 10 results
- Languages All
Results 51 - 52 of 52 for TempDir (0.06 sec)
-
cmd/object-api-listobjects_test.go
return obj } // BenchmarkListObjects - Run ListObject Repeatedly and benchmark. func BenchmarkListObjects(b *testing.B) { // Make a temporary directory to use as the obj. directory := b.TempDir() // Create the obj. obj := initFSObjectsB(directory, b) bucket := "ls-benchmark-bucket" // Create a bucket. err := obj.MakeBucket(b.Context(), bucket, MakeBucketOptions{}) if err != nil {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 76.1K bytes - Viewed (0) -
api/go1.txt
pkg io/ioutil, func ReadAll(io.Reader) ([]uint8, error) pkg io/ioutil, func ReadDir(string) ([]os.FileInfo, error) pkg io/ioutil, func ReadFile(string) ([]uint8, error) pkg io/ioutil, func TempDir(string, string) (string, error) pkg io/ioutil, func TempFile(string, string) (*os.File, error) pkg io/ioutil, func WriteFile(string, []uint8, os.FileMode) error pkg io/ioutil, var Discard io.Writer
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)