• 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
..
accessibility.dart Loading commit data...
all_elements.dart Loading commit data...
binding.dart Loading commit data...
controller.dart Loading commit data...
finders.dart Loading commit data...
goldens.dart Loading commit data...
matchers.dart Loading commit data...
nonconst.dart Loading commit data...
platform.dart Loading commit data...
stack_manipulation.dart Loading commit data...
test_async_utils.dart Loading commit data...
test_compat.dart Loading commit data...
test_exception_reporter.dart Loading commit data...
test_pointer.dart Loading commit data...
test_text_input.dart Loading commit data...
test_vsync.dart Loading commit data...
widget_tester.dart Loading commit data...
window.dart Loading commit data...