Completed
Execution strategy #2
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Parallel Testing with Ractors - Putting CPUs to Work
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Test execution strategies
- 3 Groups
- 4 Execution strategy #1
- 5 Queue
- 6 Execution strategy #2
- 7 Work stealing
- 8 Execution strategy #3
- 9 Existing strategy for parallelizing tests
- 10 Rails Minitest plugin
- 11 Ruby 3.0 - Ractors
- 12 Ractors - Communication
- 13 Ractors - Worker pool example
- 14 Test frameworks - reporting
- 15 Test frameworks - utilities & reporting
- 16 Test frameworks - execution steps
- 17 Parallelizing our framework
- 18 Ractors vs Processes
- 19 Highlights
- 20 Bug hunt!