blob: 641b7601c95c5ae5a0749c673c8c833b8305065c [file] [view]
# DevTools benchmark tests
## Running a benchmark test locally
To run a benchmark test locally, run:
```sh
dart run 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.