GAE/G might become faster than before?.

Maybe, "Golang on Google App Engine" became faster than before.

So, I re-benchmarked and compared with GAE/Python.


I found this because read this entry's comment.

I re-benchmarked. Please see this.

New Benchmark result

 Times  Golang(recheck)  Golang  Python(recheck)  Python 
1st try 11.6 49.2 1047.5 807.3
2nd try 11.9 49.7 901.9 833.0
3rd try 12.4 49.0 885.5 830.6
4th try 11.7 50.0 913.4 806.7
5th try 13.5 49.2 933.6 782.2
Average 12.22 49.42 936.38 811.96

This values mean milli-second.

You can understand that re-checked values are very faster than old values. Over 4 times!
Python's re-checked result was bit slower than before. but, I think its cause is timing.

My test application was keeping deploy on GAE/G server between before benchmark and today's benchmark. So,I think GAE/G's server became faster than before.

(of course, Could I be doing wrong...)


Thank you for Good comments.
(I also read comment "*0.5 is so fast". I feel it very interesting. Thank you. but I did not change code because I want to compare with before.)