Re: Both Groovy 1.5.7 and 1.6-beta-2 are out!
Again sorry for scarring you ;) Here are the results as promised. I did perhaps find an issue with beta-2 but beta-1 was great!!
Ray Test Results
OS ubuntu 2.6.24-19-generic
Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz
MemTotal: 3107600 kB
dc@dc-idea:~/groovy-scripts$ groovy -version
Groovy Version: 1.5.5 JVM: 1.5.0_11-b03
dc@dc-idea:~/groovy-scripts$ time groovy ray 8 64
real 2m47.961s
user 2m52.719s
sys 0m0.788s
dc@dc-idea:~/groovy-scripts$ groovy -version
Groovy Version: 1.6-beta-1 JVM: 1.5.0_11
dc@dc-idea:~/groovy-scripts$ time groovy ray 8 64
real 0m35.097s
user 0m39.690s
sys 0m0.452s
Intresting That on 1.6-beta-2 I get this:
dc@dc-idea:~/groovy-scripts$ time groovy ray 8 64
Caught: groovy.lang.MissingPropertyException: No such property: args for class: ray
at ray.run(ray.groovy:145)
real 0m2.049s
user 0m3.172s
sys 0m0.116s
I tried to hardcode the values but it just hung and I did not want to remake the script since it would invalidate the test.
I switched it back to beta-1 just to make sure I was not smoking crack.
dc@dc-idea:~/groovy-scripts$ time groovy ray 8 64
real 0m34.354s
user 0m38.722s
sys 0m0.416s