flutter/packages/unit/benchmark
Adam Barth 727ce65ffc Add package:flutter_test
This package contains WidgetTester, which is very useful when writing tests for
widgets.
2015-11-23 14:09:12 -08:00
..
gestures flutter analyze command 2015-11-12 12:23:29 -08:00
stocks Add package:flutter_test 2015-11-23 14:09:12 -08:00
README.md Update instructions for running benchmarks 2015-11-10 09:44:58 -08:00

Benchmarks

This directory (and its sub-directories) contain benchmarks for Flutter. The reporting format for benchmarks is not standardized yet, so benchmarks here are typically run by hand. To run a benchmark:

  1. Build sky_shell for Linux Release using the instructions in the Engine repository.

  2. Run pub get in the packages/unit directory.

  3. Run the benchmark:

/path/to/engine/src/out/Release/sky_shell packages/unit/benchmark/stocks/layout_bench.dart --package-root=packages/unit/package