-
Notifications
You must be signed in to change notification settings - Fork 47
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
Recent rails commit benchmarks are not shown or are not running #193
Comments
The Rails commits are broken at the moment. I'll need to spend some time looking into them. |
Following error occurs on
I guess solution would be to bump ruby version or modify version of |
This change broke it on Oct 3, 2016 (as @jerryliu55 noticed) rails/rails@ddddedc |
I bumped ruby version to 2.4.1 and updated rails_trunk Dockerfile accordingly. Some of benchmarks (postgres) are running properly but some are failing (mysql and actioncable). Logs can be seen on server. Previous runs have been invalidated for recovered benchmarks because of ruby version change. These specific benchmark errors need to be fixed. |
This error is raised on
This error is raised in scaffold benchmarks:
And this error is raised in ActionCable benchmarks:
|
Thanks for squashing all these 🐛 |
@tgxworld no problem 😉 Actually I didn't fix ActionCable. I fixed only mysql and scaffold benchmarks. Therefore I think this issue shouldn't be closed yet. |
I've opened this more specific one #240 Closing this. |
It seems like the latest rails commit benchmark is from Oct 3, 2016
The text was updated successfully, but these errors were encountered: