Michal Ochman

Results 6 comments of Michal Ochman

I'm having the same issue. We've got 763 routes in our app, and it takes quite a long time (with a very high CPU load) to start the app. Not...

@gogainda Unfortunately I'm not able to provide you a sample application, because it is our internal app which I cannot share. But I'm happy to test if you have anything...

There you go: ``` metrics searching | 5964ms 6.9% | 5.4% || 5964ms 6.9% | 5.4% | (metrics)~1:0 metrics require | 84563ms 98.0% | 0.0% || 3875ms 4.5% | 2.6%...

Hi @gogainda Yes, it is still slow for me. I've upgraded to: ``` truffleruby 21.0.0, like ruby 2.7.2, GraalVM CE Native [x86_64-darwin] ``` And here are the results: ``` metrics...

@gogainda I've used RVM to install it. I guess that it must be the stable release. I've pasted in my previous comment output of `ruby -v`. If you would like...

@eregon Thank you. So I have tested it again, now I have installed the following version: ``` truffleruby 21.1.0-dev-14fe7531, like ruby 2.7.2, GraalVM CE Native [x86_64-darwin] ``` Results are better,...