This document compares the performance of Google AppEngine and AppScale, an open source PaaS platform that mimics AppEngine. It finds that:
1) AppEngine has significantly lower request latency than AppScale running on Amazon EC2, with latency increasing more for AppScale as concurrency rises.
2) AppScale scales better with more EC2 instances, but AppEngine still outperforms it in terms of stability and scalability.
3) While AppEngine performs better, the document notes limitations in its experiment and hesitates to make a definitive conclusion about the relative performance of the two platforms.