You are here

public function MarkdownParserBenchmarkInterface::benchmarkParse in Markdown 3.0.x

Performs the "parsed" benchmark.

Parameters

string $markdown: The markdown string to benchmark.

Return value

\Drupal\markdown\MarkdownBenchmark A MarkdownBenchmark object.

File

src/Plugin/Markdown/MarkdownParserBenchmarkInterface.php, line 55

Class

MarkdownParserBenchmarkInterface
Interface MarkdownInterface.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function benchmarkParse($markdown);