blob: 9a411407aef4f3c5f01cbf5c7b6b316d8d17a519 [file] [log] [blame] [view]
# 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.