-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grails 2.0.3 #44
base: dev
Are you sure you want to change the base?
Grails 2.0.3 #44
Conversation
…ernate version grails uses; replacing with the generic mysql dialect
Thanks. Things are going slower than I had hoped on my end but I will look into merging this into the next update. |
Cool. I may provide more straightforward directions for deploying and Sent from my iPad On Apr 23, 2012, at 1:50 PM, Seth Davis
|
Apologies for the original pull request, I selected the wrong branch to merge into...
I've prepared a Grails contribution per the issue request here: #3.
Grails is a popular framework for the Java Virtual Machine. Most Grails app code is written in the Groovy language. Grails is backed by SpringSource/VMWare. While similar in purpose and design to Rails or Django, it takes advantage of Spring and Hibernate for some of its heavy lifting.
I did some testing on an EC2 large instance per the specs in the README. Each of the tests was sample with ten rounds of
ab -n 10000 -c 10
and here are the results:If these numbers remain consistent with your original setup, this puts Grails slightly above Rails and Django performance, though not quite as fast as some of the micro-frameworks.
If you want to try it out for yourself, I've bundled an AMI with everything ready-to-go at
ami-1a578c73
. There's agrails-benchmark.py
script in the/home/shootout
folder that should run all the tests for you.