minio/warpPublic Notifications Fork86 Star474 Code Issues6 Pull requests1 Actions Security Insights Additional navigation options Branch selector User selector Datepicker Commits on Mar 13, 2024 Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#305) ...
Warp requires minimum Gogo1.21, please ensure you have compatible version for this build. You can follow easy step below to build project Clone project λ git clone https://github.com/minio/warp.git Change directory and build λ cd warp && go build ...
Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} minio / warp Public Notifications You must be signed in to change notification settings Fork 121 Star 609 ...
λ git clone https://github.com/minio/warp.git Change directory and build λ cd warp && go build To run a test, please run λ ./warp [options] Configuration Warp can be configured either using commandline parameters or environment variables. The S3 server to use can be specified ...
*/ package cli import ( "fmt" "os" "sync" "github.com/minio/cli" "github.com/minio/mc/pkg/probe" "github.com/minio/pkg/v2/console" "github.com/minio/warp/pkg/bench" "github.com/minio/warp/pkg/generator" ) // Collection of warp flags currently supported var globalFlags = []cli....
This PR will change all data collection to be automatically aggregated as requests happen. This means individual requests will no longer be recorded unless -full is specified. This will allow warp ...
Test with Warp https://github.com/minio/warp Warp is a more complete test suite. It needs identity access management. So you would need to configure authentication info withweed s3 -conf=...orweed filer -s3 -s3.conf=... Seehttps://github.com/seaweedfs/seaweedfs/wiki/Amazon-S3-API#authe...
minio-goPublic MinIO Go client SDK for S3 compatible object storage warpPublic S3 benchmarking tool consolePublic Simple UI for MinIO Object Storage 🧮 mintPublic Collection of tests to detect overall correctness of MinIO server. minio/mint’s past year of commit activity ...
Consider a sample command line to initiate warp: ./warp get --access-key minio --secret-key minio123 --tls --host minio0{1...4}:9000 --warp-client warp-client{1...4} --duration 5m --objects 500 --obj.size 1MB --concurrent 32 Analyze output shows the following: Operation: GET...
Segments were counting operations and not objects. Bumping version, but not bothering converting. Bonus check for zeros when dividing. before/after λ go build&&warp analyze -analyze.op=list warp-li...