Skip to content
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

JRuby 1.7.4 not seeing a speed increase with Drip 0.2.3 #66

Open
urfolomeus opened this issue Aug 8, 2013 · 4 comments
Open

JRuby 1.7.4 not seeing a speed increase with Drip 0.2.3 #66

urfolomeus opened this issue Aug 8, 2013 · 4 comments

Comments

@urfolomeus
Copy link

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.

@urfolomeus
Copy link
Author

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!

https://gist.github.com/urfolomeus/dd8d2dbe73bd89eed5d0

@shepmaster
Copy link
Contributor

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.

@headius
Copy link
Collaborator

headius commented Dec 24, 2013

This should be fixed by using JRuby 1.7.0+ and #73.

@pditommaso
Copy link

I had the same problem. I would suggest to write in the README that is required to set the DRIP_INIT even if it is not used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants