BenchmarkRunnerOptions
org.llm4s.rag.benchmark.BenchmarkRunnerOptions
final case class BenchmarkRunnerOptions(verbose: Boolean, parallelExperiments: Boolean, saveIntermediateResults: Boolean, outputDir: String)
Configuration options for the benchmark runner.
Value parameters
- outputDir
-
Directory for saving results
- parallelExperiments
-
Run experiments in parallel (not yet implemented)
- saveIntermediateResults
-
Save results after each experiment
- verbose
-
Enable verbose logging
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article