On Thu, Jul 10, 2014 at 4:22 PM, Alexander Zonov <[email protected]> wrote:
> The first eats 5 times more RAM. The second eats 2-3 times more CPU time! > Why? Just pushing a string to a channel. > How many times did you run your tests? Did you deploy to production or use the development server for your tests? If you used the dev server, what are the specs of the machine you used to run the tests? There are a lot of confounding variables when running these kinds of performance measurements. The best way would be to deploy your app to production App Engine and hammer away with a load testing app such as ApacheBench: http://en.wikipedia.org/wiki/ApacheBench On Fri, Jul 11, 2014 at 2:35 PM, Jesse Rohwer <[email protected]> wrote: > Experiments in the local environment (using dev_appserver) will not > necessarily reflect the performance characteristics of your app in > production. It might be more informative to deploy your two demo apps and > measure the response latency. > +1 ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
