Revert "Use S3 client for uplooads/downloads during perf test (#14553)"

This reverts commit ff811f594b.

Speedtest is broken need to fix this more cleanly.
This commit is contained in:
Minio Trusted
2022-03-16 23:34:41 -07:00
parent 7a733a8d54
commit ffcadcd99e
3 changed files with 28 additions and 28 deletions

View File

@@ -349,7 +349,6 @@ var (
// Used for collecting stats for netperf
globalNetPerfMinDuration = time.Second * 10
globalNetPerfRX netPerfRX
globalObjectPerfBucket = "minio-perf-test-tmp-bucket"
// Add new variable global values here.
)