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
npm install
cp env.example .env# Run all three sandbox test modes (sequential → staggered → burst)
npm run bench
# Run individual sandbox test modes
npm run bench -- --mode sequential --iterations 10
npm run bench -- --mode staggered --concurrency 10 --stagger-delay 200
npm run bench -- --mode burst --concurrency 10
# Run a single provider
npm run bench -- --provider e2b
# Combine flags
npm run bench -- --provider e2b --mode sequential --iterations 5
# Run browser benchmarks
npm run bench -- --mode browser
npm run bench -- --mode browser --provider browserbase
# Run storage benchmarks
npm run bench -- --mode storage
npm run bench -- --mode storage --provider aws-s3
npm run bench -- --mode storage --file-size 100MB- TypeScript with strict mode
- ES modules (
import/export) - Prettier for formatting (run
npm 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