-
Notifications
You must be signed in to change notification settings - Fork 98
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
Rerun with newer Ruby version #525
Comments
What's the indication that it was ran on 3.2.5? I build a fresh docker container everytime so it would've used the latest version in the repo. Nonetheless, I will run it again as I have a couple of compilers to update. |
When I ran #521 locally with 3.3.4 it was using less memory, but in yours comment it using more, so I decided to check what version you using. then I found that you using docker with arch and installs ruby via pacman. I checked https://archlinux.org/packages/?name=ruby and there was 3.2.5 in |
Thanks for clarification, I will update it soon |
It's slower on the test machine. Ran the test 3 times on each with similar results. ruby 3.2.5 (2024-07-26 revision 31d0f1a2e7): ruby 3.3.5 (2024-09-03 revision ef084cc8f4): |
weird, looks like they change(mb broke) something in 3.3.5 3.3.4
3.3.5
|
I'd suggest profiling it and report it upstream... |
Looks like benchmark uses ruby 3.2.5, but now newer version (3.3.5) available in arch packages (https://archlinux.org/packages/?name=ruby)
with it ruby solution should work faster (smth like 1.1s-1.3s I think) and consume less memory (~25500k instead of ~37800k)
so it make sense to rerun benchmark with 3.3.5
The text was updated successfully, but these errors were encountered: