Fula API

S3 Gateway Performance Benchmark

Automated performance testing of the Fula decentralized S3-compatible storage gateway, compared against published industry baselines from AWS S3, IPFS, and Cloudflare R2.

About This Benchmark

The Fula S3 Gateway provides an S3-compatible API backed by decentralized IPFS storage. This benchmark measures real-world upload and download performance across different file sizes and concurrency levels, then compares the results against industry standards.

What is tested

Industry baselines compared

How to Run the Benchmark

The benchmark is a self-contained Python script that tests any S3-compatible endpoint and generates a detailed markdown report with charts.

Prerequisites

pip install aiohttp matplotlib
# Python 3.9+ required

Run the benchmark

python benchmark_s3.py --token "YOUR_JWT_TOKEN" --endpoint https://s3.cloud.fx.land

Options

Output

The script produces a markdown report (benchmark_results.md) and 4 chart images (benchmark_*.png) in the same directory. The report shown below is loaded directly from the latest generated results.

View benchmark_s3.py on GitHub →

Benchmark Results

Loading benchmark results…