• sjindel-google's avatar
    Don't print warning message when running benchmarks test. (#33842) · f83df74b
    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)
    f83df74b
Name
Last commit
Last update
..
animation Loading commit data...
cupertino Loading commit data...
examples Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
harness Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
semantics Loading commit data...
services Loading commit data...
widgets Loading commit data...
flutter_test_alternative.dart Loading commit data...
flutter_test_config.dart Loading commit data...