Add Vercel Blob, Google Cloud Storage, and Azure Blob storage providers#144
Open
kisernl wants to merge 8 commits into
Open
Add Vercel Blob, Google Cloud Storage, and Azure Blob storage providers#144kisernl wants to merge 8 commits into
kisernl wants to merge 8 commits into
Conversation
Add Vercel Blob as a fourth storage benchmark provider alongside AWS S3, Cloudflare R2, and Tigris. - Register vercel-blob in storage providers list (BLOB_READ_WRITE_TOKEN, optional VERCEL_BLOB_BUCKET) using the StorageSDK vercel adapter - Add @vercel/blob dependency - Include vercel-blob in the storage-benchmarks CI matrix and wire up BLOB_READ_WRITE_TOKEN / VERCEL_BLOB_BUCKET secrets - Map vercel-blob to the "Vercel Blob" display name in SVG generation and the CI results table - Document the new env vars in env.example
Register azure-blob in the storage providers list using the StorageSDK azure adapter (AZURE_ACCOUNT_NAME, AZURE_ACCOUNT_KEY, AZURE_CONTAINER), add the @azure/storage-blob dependency, include azure-blob in the CI matrix with its secrets, map it to "Azure Blob Storage" in SVG/table display names, and document the env vars in env.example.
Contributor License AgreementAll contributors are covered by a CLA. |
Contributor
Browser Benchmark Results
View full run · SVG available as build artifact |
Contributor
Sandbox Benchmark ResultsSequential
Staggered
Burst
View full run · SVGs available as build artifacts |
Contributor
Storage Benchmark Results1MB Files
4MB Files
10MB Files
16MB Files
View full run · SVGs available as build artifacts |
Private access is a gated Vercel feature and was rejected with "Access denied" on stores without it enabled, failing every iteration. Public is the CDN-first default and works on all plans.
Contributor
Browser Throughput Benchmark Results
View full run · SVG available as build artifact |
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Vercel Blob, Google Cloud Storage, and Azure Blob storage providers
Adds three new storage providers to the benchmark suite, bringing the lineup to six (AWS S3, Cloudflare R2, Tigris, Vercel Blob, GCS, Azure Blob).
What's included
Changes