S3 Performance Benchmark
Replication Guide

Complete technical methodology and setup instructions to replicate our S3 provider performance benchmarking

Purpose: This document provides all technical details necessary to replicate the S3 provider performance benchmarking conducted on September 18-19, 2025.

Want to see the results? Check our S3 provider performance comparison for detailed benchmark analysis.

Virtual Machine Specifications

  • Platform: Linux (Debian GNU/Linux 13 — trixie)
  • Kernel: 6.12.41+deb13-cloud-amd64
  • Architecture: x86_64
  • RAM: 16GB
  • Location: US-East-1 datacenter

Required Tools Installation

Install MinIO Warp (Primary Testing Tool)

wget https://github.com/minio/warp/releases/download/v0.7.6/warp_Linux_x86_64.deb
sudo dpkg -i warp_Linux_x86_64.deb
warp --version

Install AWS CLI

sudo apt-get update
sudo apt-get install -y awscli
aws --version

Test Parameters

  • Test durations: 30 seconds to 10 minutes per test
  • Thread counts: 4, 8, 16, 32 concurrent operations
  • Object sizes: 256KiB, 1MiB, 5MiB, 10MiB, 50MiB
  • Operation mix: GET (45%), PUT (15%), DELETE (10%), STAT (30%)

Core Test Commands

Mixed Operation Test

warp mixed --host "s3.us-east-1.rabata.io" \
  --access-key "YOUR_ACCESS_KEY" \
  --secret-key "YOUR_SECRET_KEY" \
  --bucket "backupi" \
  --tls --duration 30s \
  --concurrent 8 \
  --obj.size 1MiB \
  --objects 100

PUT Performance Test

warp put --host "s3.us-east-1.rabata.io" \
  --access-key "YOUR_ACCESS_KEY" \
  --secret-key "YOUR_SECRET_KEY" \
  --bucket "backupi" \
  --tls --duration 30s \
  --concurrent 8 \
  --obj.size 10MiB

GET Performance Test

warp get --host "s3.us-east-1.rabata.io" \
  --access-key "YOUR_ACCESS_KEY" \
  --secret-key "YOUR_SECRET_KEY" \
  --bucket "backupi" \
  --tls --duration 30s \
  --concurrent 8 \
  --obj.size 10MiB \
  --objects 200

Ready to Test Rabata Performance Yourself?

Start your free trial and experience our S3‑compatible storage with no credit card required.