A note of thanks! #46
Unanswered
danielwestendorf
asked this question in
Show and tell
Replies: 1 comment
-
Hey @danielwestendorf, that's super encouraging to hear! Thanks for the kind words and your contributions 🙌🏾 💯 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just wanted to share the success I've had with this gem on a real world application.
Test suite is heavy on browser based testing. 20 worker nodes. ~1min of CI execution time is spent doing setup (installing ruby, dep installs). Prior I was using the
parallel_tests
gem.Execution time before: 5m 2s
Execution time after: 2m 36s
🚀 🏎 🎉
Running on CircleCI w/ a redis instance from a cloud provider.
Thanks for the great project and accepted PR to support redis URLs! 💙
Beta Was this translation helpful? Give feedback.
All reactions