Multi-cloud benchmarking framework comparing PM2 vs Watt across different cloud providers.
This repository implements a standardized benchmarking architecture designed for easy extension across multiple cloud providers:
- Common Functions Library (
lib/common.sh) - Shared functionality across all locations - Performance Demos (
demos/) - Collection of demos - Cloud Provider Locations (
aws-ec2/,gcp-gce/, etc.) - Provider-specific orchestration
How it works:
Demos can be run on a number of supported cloud providers instructions. Here are instructions for:
To add a new cloud provider (e.g., gcp-gce/):
- Create a new directory named after the provider
- Implement the benchmark.sh
- Create README.md for specific usage instructions
