kDebugWarning top-level constant
The warning message to show when a benchmark is performed with assert on.
Implementation
const String kDebugWarning = '''
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ โ THIS BENCHMARK IS BEING RUN IN DEBUG MODE โ โ
โกโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฆ
โ โ
โ Numbers obtained from a benchmark while asserts are โ
โ enabled will not accurately reflect the performance โ
โ that will be experienced by end users using release โ
โ builds. Benchmarks should be run using this command โ
โ line: "flutter run --profile test.dart" or โ
โ or "flutter drive --profile -t test.dart". โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ ๐ข
''';