kReadmeStart top-level constant

String const kReadmeStart

README markers delimiting the rendered block (HTML comments, so the section stays invisible in rendered markdown and existing sections migrate without touching the surrounding prose).

Implementation

const String kReadmeStart = '<!-- bench:start -->';