Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report CompileTime metric in flutter build aot --report-timings. #31895

Commits on May 1, 2019

  1. Report CompileTime metric in flutter build aot --report-timings.

    This is the correct metric to report for compilation time benchmarks rather
    than RunTime. Rename the 'gen_snapshot' value to merely 'snapshot' for
    backwards compatibility and overall simplicity.
    
    This change simplifies Dart's benchmarking of Flutter by making it easier to
    adopt --report-timings (made for Dart to use), which makes the benchmarks
    much more robust.
    sortie committed May 1, 2019
    Configuration menu
    Copy the full SHA
    59e046e View commit details
    Browse the repository at this point in the history