ComputeSDK Benchmarks is open source. We welcome contributions that improve measurement accuracy, add providers, or enhance the project.
Want your provider included in our benchmarks? Providers and sponsors are separate. You don't need to sponsor to be benchmarked.
Submit a PR to computesdk/computesdk adding your provider to the packages/ directory.
See packages/e2b for a reference implementation.
What happens next:
- We review and merge your PR
- We publish your package as
@computesdk/<provider>on npm - We add your provider to the benchmarks
- You provide API credentials for ongoing daily tests
That's it. We handle the rest.
- Package Code: Working integration in
packages/<provider>/ - Standard Interface: Support
create,run,destroyoperations - API Access: Provide credentials for ongoing daily benchmarks
- Stability: Production-ready service
Sponsorship is completely separate from being a provider.
Sponsors are companies (AI studios, dev tools, platforms) that want visibility in front of developers making infrastructure decisions. See SPONSORSHIP.md for details.
- Sponsors don't need to be providers
- Providers don't need to sponsor
- Results are independent of sponsorship status
Found a bug? Please:
- Check existing issues first
- Open an issue describing the bug
- Submit a PR with the fix (reference the issue)
We're open to improving how we measure performance. Before making changes:
- Open an issue describing the proposed change
- Explain why it improves accuracy or fairness
- Wait for maintainer feedback before implementing
Methodology changes require careful consideration since they affect historical comparability.
Documentation improvements are always welcome. No issue required for typos, clarifications, or formatting fixes.
git clone https://github.com/computesdk/benchmarks.git
cd benchmarks
pnpm install
cp benchmarks/.env.example benchmarks/.env# Run the sandbox TTI benchmark (burst shape; sequential/staggered retired)
pnpm run bench
# Run a single provider (bench:* scripts forward flags)
pnpm run bench:e2b
# Combine flags
pnpm run bench:e2b -- --iterations 5 --concurrency 5
# Run browser benchmarks
pnpm run bench:browser
pnpm run bench:browser -- --provider browserbase
# Run storage benchmarks
pnpm run bench:storage
pnpm run bench:storage -- --provider aws-s3
pnpm run bench:storage -- --file-size 16MB- TypeScript with strict mode
- ES modules (
import/export) - Prettier for formatting (run
pnpm run formatif available)
- Be respectful and constructive
- Focus on technical merit
- No promotional content in issues/PRs
- Disclose any conflicts of interest (e.g., if you work for a benchmarked provider)
- General questions: Open a GitHub issue
- Sponsorship inquiries: See SPONSORSHIP.md or email garrison@computesdk.com