Skip to content

chatbot/__benchmarks__/report

This page is auto-generated from TSDoc output. Edit the source file, not this Markdown.

  • Package: @leipzigtreechat/chatbot
  • Source file: packages/chatbot/src/__benchmarks__/report.ts

No summary is available for this file.

function renderBenchmarkMarkdown(runResult: BenchmarkRunResult): string

Parameters

  • runResult (BenchmarkRunResult) Returns
  • string Defined at: line 56
function writeBenchmarkArtifacts(runResult: BenchmarkRunResult, outputDir: string): Promise<{
jsonPath: string;
markdownPath: string;
latestJsonPath: string;
latestMarkdownPath: string;
}>

Parameters

  • runResult (BenchmarkRunResult)
  • outputDir (string) Returns
  • Promise<{ jsonPath: string; markdownPath: string; latestJsonPath: string; latestMarkdownPath: string; }> Defined at: line 133