Using the @testSetup annotation to define a method that creates test data before the tests run can significantly speed up test execution by reducing the setup time for each test method in the class. This method runs once before any test method in the class and can be used by all test methods.References: Apex Developer Guide - Reducing Test Data Creation