s3_storage#

S3-backed storage implementation for benchmark results.

Provides a hybrid storage approach that combines local file system operations with S3 cloud storage synchronization. All operations use local storage for performance while automatically syncing to S3 for durability and sharing.

Classes#

S3BenchmarkStorage(local_storage, bucket_name)

S3-backed storage implementation that combines local and cloud storage.