I'm doing performance tests on my app engine app. I'm doing it on the non main version of my app. Do loading requests take longer for the non main version of an app?
views:
36answers:
2
A:
I haven't noticed any performance difference between versions. The logs don't show any significant differences. I use this for staging new versions before making it the default. I haven't seen an official answer
mcotton
2010-03-14 20:32:49
So I should only do performance testing on the main version of my app if I want accurate results for how long certain operations will take?
Kyle
2010-03-15 19:27:45
Sorry, thought you meant "No, they don't receive as many resources." Guess you could have also meant "No, they don't take longer for loading requests."
Kyle
2010-03-15 19:34:45
Yes, I meant the latter - they don't take longer for loading requests. You might see more loading requests, though, as others have pointed out.
Nick Johnson
2010-03-15 23:19:58