dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.2k stars 1.57k forks source link

Expand benchmarking of core tooling Analyzer/CFE/Dart2Js #50703

Open mkustermann opened 1 year ago

mkustermann commented 1 year ago

We should ensure our tools (analyzer, analysis server, dart2js, cfe) have very good benchmark coverage for all metrics we care about and continuously track those metrics on golem.

We should arrive in a place where one can patch-upload CLs to benchmarking system and have full picture before landing CLs.

/cc @sigmundch for dart2js /cc @bwilkerson @scheglov for analyzer /cc @jensjoha for cfe & analyzer

mkustermann commented 1 year ago

/cc @mraleph