-
sjindel-google authored
# Description Currently the benchmarks test prints a scary warning message, even when it passes, that a benchmark is being run with asserts enabled. Normally we don't want developers to do this, because the performance of code with asserts is not characteristic of what end-users will experience. However, we need to unit-test benchmarkWidgets, so I've added a contraindicated option to suppress the warning for the test. # Related Issues 25049 (comment)