| # DevTools benchmark tests | |
| ## Running a benchmark test locally | |
| To run a benchmark test locally, run: | |
| ```sh | |
| flutter test test_benchmarks/<test_name.dart> | |
| ``` | |
| ## Running a benchmark test on the CI | |
| The benchmark tests are run automatically on the CI. See the "benchmarks" job. |