You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to basically be the same issue as #57, however it is with JRuby rather than lein so I thought I should start a different issue. Please let me know if you'd prefer me to post in there :)
When I run rake enviroment in JRuby I get no noticable speed increase between runs. This gist should have all the necessary info, but let me know if you need anything else.
UPDATE: Just noticed that the user time and system time are massively reduced but not the real time. Similar to the lein issue.
The text was updated successfully, but these errors were encountered:
I just ran a bunch more benchmarks and am getting fairly consistent times now. User and System times are fractional but the wall clock is not budging at all. I'm running very little else other than this. Scratching my head!
Are you using DRIP_INIT_CLASS=org.jruby.main.DripMain ? If so, try also setting DRIP_INIT="". This second one needs to be set for the main class to actually be run.
This seems to basically be the same issue as #57, however it is with JRuby rather than lein so I thought I should start a different issue. Please let me know if you'd prefer me to post in there :)
When I run
rake enviroment
in JRuby I get no noticable speed increase between runs. This gist should have all the necessary info, but let me know if you need anything else.UPDATE: Just noticed that the user time and system time are massively reduced but not the real time. Similar to the lein issue.
The text was updated successfully, but these errors were encountered: