chatbot/__benchmarks__/runner
This page is auto-generated from TSDoc output. Edit the source file, not this Markdown.
chatbot/__benchmarks__/runner
Section titled “chatbot/__benchmarks__/runner”- Package:
@leipzigtreechat/chatbot - Source file:
packages/chatbot/src/__benchmarks__/runner.ts
Summary
Section titled “Summary”No summary is available for this file.
Functions
Section titled “Functions”runBenchmarkCase
Section titled “runBenchmarkCase”function runBenchmarkCase(fixture: BenchmarkFixture): Promise<BenchmarkCaseResult>Parameters
fixture(BenchmarkFixture) ReturnsPromise<BenchmarkCaseResult>Defined at: line 88
runBenchmarkSuite
Section titled “runBenchmarkSuite”function runBenchmarkSuite(fixtures: BenchmarkFixture[], onProgress: (event: BenchmarkProgressEvent) => void | Promise<void>): Promise<BenchmarkRunResult>Parameters
fixtures(BenchmarkFixture[])onProgress((event: BenchmarkProgressEvent) => void | Promise) Returns Promise<BenchmarkRunResult>Defined at: line 251
BenchmarkProgressEvent
Section titled “BenchmarkProgressEvent”type BenchmarkProgressEvent = { completedCases: number; totalCases: number; result: BenchmarkCaseResult;}Defined at: line 15
In chatbot
Section titled “In chatbot”chatbot/__benchmarks__/fixtureschatbot/__benchmarks__/indexchatbot/__benchmarks__/reportchatbot/__benchmarks__/runnerchatbot/__benchmarks__/scoringchatbot/__benchmarks__/typeschatbot/constantschatbot/errorschatbot/graphchatbot/indexchatbot/langgraph-runtimechatbot/llm-servicechatbot/metadatachatbot/nodeschatbot/state/clarification_conversationchatbot/state/indexchatbot/state/qanary-typeschatbot/triplestore-servicechatbot/unit