Groovy is an extremely powerful agile dynamic language for the Java Platform.
Recently I wrote a Selenium test generator in Groovy. The "core" part of the generator where 3 lines. Generator read a list of strings from a file, parsed it, then, in a loop generated piece of HTML Selenium test case, and finally saved generated test case in a file.
It was a real beauty, but I wandered what would be its performance and what would be the performance of its Java counterpart.
So, today I'm going to show you Java and Groovy counterparts and the comparison of their performance.
2011 in review
-
It’s end of January 2012 by now, but I decided to share some stats on what
was going on with this blog in 2011. If you fancy reading my stuff (is
there any...
3 days ago
