Expand description
Token efficiency benchmarking for graphify.
Measures graph quality, compression ratio, and query performance to
validate that the graph representation is efficient for LLM consumption.
Port of Python benchmark.py.
Structs§
- Benchmark
Result - Benchmark result metrics.
- Query
Sample - A single sample query benchmark.
Enums§
- Benchmark
Error - Errors from the benchmark runner.
Functions§
- print_
benchmark - Print a human-readable benchmark report.
- run_
benchmark - Run the benchmark suite on the graph at
graph_path.