Clone this repo:

Branches

  1. d5adc4d Remove remaining `dart:developer` Timeline usage from flute by Martin Kustermann · 5 weeks ago main
  2. e3d8493 Move more `dart:developer` usage under `if (!kReleaseMode) {}` guard by Martin Kustermann · 5 weeks ago
  3. 6e44eea Add initial simple TodoMVC benchmark using flute framework by Martin Kustermann · 3 months ago
  4. 56be19b Bump dart-lang/setup-dart from 1.7.0 to 1.7.1 in the github-actions group by dependabot[bot] · 6 months ago
  5. e4ea045 A `_beginFrame()` seems to schedule the next frame interanally. If the `_beginFrame()` takes a long time, it will finish after the expiration date of the next frame timer. by Martin Kustermann · 9 months ago

Flute

An extraction from Flutter code, simplified for easier benchmarking of Dart runtimes.

This code is not used for anything except for benchmarking.