Petrik de Heus
Petrik de Heus
> The composite scores required the legacy metadata merging strategy, so no there will not be composite scores moving forward unless we can come up with some other strategy that...
This languages benchmark visualization has a Champions option, which only shows the fastest variation for a language: https://pez.github.io/languages-visualizations/ Would it be possible to add this to the TFB results per...
Yes, it could be that Rails isn't loaded there yet.
I was curious how Devise handles this. Devise [calls](https://github.com/heartcombo/devise/blob/cf93de390a29654620fdf7ac07b4794eb95171d0/lib/devise/test/integration_helpers.rb#L40) `login_as`, which is a Warden helper. Warden adds a callback that logs the user in on the next request: https://github.com/wardencommunity/warden/blob/67f5ba6baaa7564ec79afef02cf3a4d0f7d312e5/lib/warden/test/helpers.rb#L18-L23 This...
@aka47 Thanks for contributing to Rails! There also is a previous PR for this: https://github.com/rails/rails/pull/39629 @vipulnsward Are you still working on that one?
I think this is related to `preload_app!` being the [new default in Puma 7](https://github.com/puma/puma/issues/3739#issuecomment-3275970646). `preload_app!` doesn't work with `prune_bundler`.
> Hmm preloading shouldn't be enabled by default if `prune_bundler` has been configured: Sorry, I was just assuming here 😄
@msmith-techempower I'm showing a warning now, similar to the warning if the "default" test variant is missing.
Made sure broken tests aren't taken into account.
Nice! Thanks @msmith-techempower !