A framework for building native applications using React
Exclude benchmark tests by default, add --benchmarks flag (#55725)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/55725 changelog: [internal] By default, `yarn fantom` now excludes benchmark tests (`*-benchmark-itest.js` files) to speed up regular test runs. Benchmark tests are typically slower and used for performance analysis rather than correctness testing. Excluding them by default improves the developer experience for everyday test runs. To run benchmark tests, use the new `--benchmarks` flag: ``` yarn fantom --benchmarks ``` Reviewed By: andrewdacenko Differential Revision: D92150163 fbshipit-source-id: 4c40ef1ba542c4856221373d8239ba603e8f6620
S
Samuel Susla committed
677330a6d6b01b49bc5127b37cc8869dddde4d0b
Parent: 63f1e29
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com>
on 2/25/2026, 11:17:00 AM