benchmarks
Synopsis
ramalama benchmarks [options] command [args...]
Description
View and interact with historical benchmark results.
Results are stored as newline-delimited JSON (JSONL) in a benchmarks.jsonl file.
The storage folder is shown in ramalama benchmarks --help and can be
overridden via ramalama.benchmarks.storage_folder in ramalama.conf.
Options
--help, -h
show this help message and exit
COMMANDS
list
list benchmark results
LIST OPTIONS
--limit=LIMIT
limit number of results to display
--offset=OFFSET
offset for pagination (default: 0)
--format={table,json}
output format (table or json) (default: table)
Examples
ramalama benchmarks list
See Also
ramalama(1), ramalama-bench(1), ramalama.conf(5)
Jan 2026, Originally compiled by Ian Eaves <ian@ramalama.com>