1. 16 Dec, 2015 1 commit
  2. 23 Nov, 2015 1 commit
  3. 10 Nov, 2015 2 commits
    • Adam Barth's avatar
      Don't run these benchmarks forever by default · f7d81007
      Adam Barth authored
      Running forever is useful for profiling but makes these scripts less useful for
      measurement.  :)
      f7d81007
    • Adam Barth's avatar
      Add some basic benchmarks of the Stocks app · 68eebaa5
      Adam Barth authored
       - animation_bench.dart. This benchmark measures the full main-thread pipeline
         for ticking the drawer entrance and exit animation.
       - build_bench.dart. This benchmark measures a full app rebuild when there's no
         state change.
       - layout_bench.dart. This benchmark measures a full relayout.
      68eebaa5