Skip to main content

Crate graphify_benchmark

Crate graphify_benchmark 

Source
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§

BenchmarkResult
Benchmark result metrics.
QuerySample
A single sample query benchmark.

Enums§

BenchmarkError
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.