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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product